Newman Run Dashboard

Sunday, 08 February 2026 19:00:07
Total Iterations

1

Total Assertions

1781

Total Failed Tests

44

Total Skipped Tests

0


File Information
Collection: Phoenix-Inwarrenty-Flow-Pritish-NR
Environment: QA
Timings and Data
Total run duration: 17.2s
Total data received: 3.61MB
Average response time: 188ms
Summary Item Total Failed
Requests 77 0
Prerequest Scripts 20 0
Test Scripts 51 0
Assertions 1781 44
Skipped Tests 0 -



Showing 44 Failures

Failed Test: Verify response time is less than 200ms

Assertion Error Message
expected 293 to be below 200
Failed Test: Invalid credentials should return 401

Assertion Error Message
expected 500 to equal 401
Failed Test: Invalid credentials should return 'Unauthorized'

Assertion Error Message
expected 'Internal Server Error' to equal 'Unauthorized'
Failed Test: Blank Username and Password should return status code 400

Assertion Error Message
expected 500 to equal 400
Failed Test: Blank Username and Password should return status message 'Bad Request'

Assertion Error Message
expected 'Internal Server Error' to equal 'Bad Request'
Failed Test: Proper error message should be shown for blank credentials

Assertion Error Message
expected 'Invalid request' to equal 'Bad Request'
Failed Test: Response mustn't include sensitive information

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Status code is 403

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Status message is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'OK'
Failed Test: Status code is 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Status message is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Failed Test: Verify response time < 150ms

Assertion Error Message
expected 168 to be at most 150
Failed Test: Verify Invalid token returns status code 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Invalid token returns status message 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Failed Test: Verify Expired token returns status code 403

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Expired token returns status message 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'OK'
Failed Test: Verify Status code is 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Status code is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Failed Test: Verify Status code is 403

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Status code is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'OK'
Failed Test: Verify response time is less than 200ms

Assertion Error Message
expected 230 to be below 200
Failed Test: Verify missing authorization token return 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify response time is less than 200ms

Assertion Error Message
expected 210 to be below 200
Failed Test: Verify missing authorization token return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify missing customerdetails should return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify missing product details should return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify invalid Imei number returns 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify invalid Imei number returns 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 200
Failed Test: Verify Response time should be below 250 ms

Assertion Error Message
expected 624 to be below 350
Failed Test: Verify Invalid Token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Expired Token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Invalid Token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify response payload don't contain message as success

Assertion Error Message
expected { message: 'Success', data: [] } to not have property 'message'
Failed Test: Verify Invalid token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Invalid token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Empty searchText Returns 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify Invalid Authorization token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Expired Authorization token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar

Assertion Error Message
expected 'Success' to deeply equal 'No record found'
Failed Test: Verify Malformed Job Number will return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 200
Failed Test: Verify Malformed Job Number will return Message as "Invalid job number format" or similar

Assertion Error Message
expected 'Success' to deeply equal 'Invalid job number format'
Failed Test: Verify Malformed Job Number will return 405 Method Not Allowed

Assertion Error Message
expected response to have status code 405 but got 404
Failed Test: Verify Invalid Credentials will return 401 Unauthorized

Assertion Error Message
expected response to have status code 401 but got 500
Failed Test: Verify Blank Credentials will return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500


There are no skipped tests



1 Iteration available to view
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 293ms
Mean size per request: 690B

Test Pass Percentage
86 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1727ceb2-d301-4bed-a63d-67e126f7d06b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-QyuXpzxWfeOnYtZDiXqidTjHL4c"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is"}}
Test Information
NamePassedFailedSkipped
Verify status code is 200 1 0 0
Verify status code is 'OK' 1 0 0
Verify message is 'Success' 1 0 0
Verify token is present in the response 1 0 0
Verify token is valid 1 0 0
Verify response body matches expected schema 1 0 0
Verify response time is less than 200ms 0 1 0
Total 6 1 0
Test Failure
Test NameAssertion Error
Verify response time is less than 200ms
expected 293 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 140ms
Mean size per request: 111B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b2a77d50-2405-446b-80dc-316e8b0158f5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 66
Request Body
{
            "username": "Liam44",
            "password": "CfwBHQ19HvkT2BJ"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Invalid credentials should return 401 0 1 0
Invalid credentials should return 'Unauthorized' 0 1 0
Invalid credentials should return the correct error message 1 0 0
Response body should match the schema 1 0 0
Total 2 2 0
Test Failures
Test NameAssertion Error
Invalid credentials should return 401
expected 500 to equal 401
Invalid credentials should return 'Unauthorized'
expected 'Internal Server Error' to equal 'Unauthorized'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 136ms
Mean size per request: 98B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 19012d2a-5134-48f5-90d7-9e1db05735c4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Blank Username and Password should return status code 400 0 1 0
Blank Username and Password should return status message 'Bad Request' 0 1 0
Proper error message should be shown for blank credentials 0 1 0
Response body should match the schema 1 0 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Blank Username and Password should return status code 400
expected 500 to equal 400
Blank Username and Password should return status message 'Bad Request'
expected 'Internal Server Error' to equal 'Bad Request'
Proper error message should be shown for blank credentials
expected 'Invalid request' to equal 'Bad Request'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 137ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 32c9c9d4-fd18-46a4-831a-8a8e9c3a1aab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Status is 'OK' 1 0 0
Check response time is less than 150ms 1 0 0
Validate JSON Schema 1 0 0
User details should be present in the response 1 0 0
Role name should be 'FrontDesk' 1 0 0
Service location should be 'Service Center A' 1 0 0
Total 7 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 138ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7f9905d6-47e3-4f0b-873c-a3b7d9734611
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Response mustn't include sensitive information 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Response mustn't include sensitive information
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 135ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be4ab57e-7b7c-4fd1-b7aa-a81975a8fd06
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Status code is 401 1 0 0
Status message is 'Unauthorized' 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 138ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3afab5ba-0c96-40a9-8a21-9d75b70ebac7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Status code is 403 0 1 0
Status message is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Status code is 403
expected response to have status code 403 but got 200
Status message is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'OK'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 135ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 42eb0eb3-68a5-4236-9150-97f39b94fb93
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Status code is 403 0 1 0
Status message is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Status code is 403
expected response to have status code 403 but got 500
Status message is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 168ms
Mean size per request: 242B

Test Pass Percentage
90 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fd0c8cf9-02f8-45cf-b006-c22da2596cad
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-X1SKrjd7Hzdq4106nx3wOjH7Ksw"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":786},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Status message is 'OK' 1 0 0
Verify json schema 1 0 0
Verify message key contains 'Success' 1 0 0
Verify response time < 150ms 0 1 0
Data array length is 3 1 0 0
Verify keys 1 0 0
Verify the type of the data stored in the count under Pending for delivery is of number type 1 0 0
Verify the type of the data stored in the count under Created today is of number type 1 0 0
Verify the type of the data stored in the count under Pending for FST assignment is of number type 1 0 0
Total 9 1 0
Test Failure
Test NameAssertion Error
Verify response time < 150ms
expected 168 to be at most 150
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 135ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0669218c-850f-4c75-903b-5f003ef38a18
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify Missing token returns status code 401 1 0 0
Verify Missing token returns status message 'Unauthorized' 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 135ms
Mean size per request: 67B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization _a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cV
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3e9b91a5-06e1-455a-bb2c-8e1a2f393aa2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 67
ETag W/"43-fNb/yQ25ZD+D6U573+3aCF3IDQU"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt malformed","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid token returns status code 403 0 1 0
Verify Invalid token returns status message 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Invalid token returns status code 403
expected response to have status code 403 but got 500
Verify Invalid token returns status message 'Forbidden'
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 164ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ffd8066c-6062-4004-b60c-20741e05881e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-X1SKrjd7Hzdq4106nx3wOjH7Ksw"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":786},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify Expired token returns status code 403 0 1 0
Verify Expired token returns status message 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Expired token returns status code 403
expected response to have status code 403 but got 200
Verify Expired token returns status message 'Forbidden'
expected response to have status reason 'Forbidden' but got 'OK'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 152ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4301a196-7675-4f66-a173-fcc237c3af8f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 18:59:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify Status Code is 200 1 0 0
Verify Status message is 'OK' 1 0 0
Verify Response time under 200 ms 1 0 0
Verify message key contains 'success' 1 0 0
Verify response schema matches expected schema 1 0 0
Verify json response contains key: mst_oem 1 0 0
Verify json response contains key: mst_model 1 0 0
Verify json response contains key: mst_action_status 1 0 0
Verify json response contains key: mst_warrenty_status 1 0 0
Verify json response contains key: mst_platform 1 0 0
Verify json response contains key: mst_product 1 0 0
Verify json response contains key: mst_role 1 0 0
Verify json response contains key: mst_service_location 1 0 0
Verify json response contains key: mst_problem 1 0 0
Verify json response contains key: map_fst_pincode 1 0 0
Verify key- mst_oem , returns a non-empty array 1 0 0
Verify key- mst_model , returns a non-empty array 1 0 0
Verify key- mst_action_status , returns a non-empty array 1 0 0
Verify key- mst_warrenty_status , returns a non-empty array 1 0 0
Verify key- mst_platform , returns a non-empty array 1 0 0
Verify key- mst_product , returns a non-empty array 1 0 0
Verify key- mst_role , returns a non-empty array 1 0 0
Verify key- mst_service_location , returns a non-empty array 1 0 0
Verify key- mst_problem , returns a non-empty array 1 0 0
Verify key- map_fst_pincode , returns a non-empty array 1 0 0
Total 25 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 135ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 143f91fc-9d48-43cd-a0fd-5f6c672b491a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify Status code is 401 1 0 0
Verify Status code is 'Unauthorized' 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 136ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8ed5094b-61e2-4c08-8131-fbb832832843
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Status code is 403 0 1 0
Verify Status code is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Status code is 403
expected response to have status code 403 but got 500
Verify Status code is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 154ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2d172332-3eed-4256-aa0e-545058b0f17e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 18:59:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify Status code is 403 0 1 0
Verify Status code is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Status code is 403
expected response to have status code 403 but got 200
Verify Status code is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'OK'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 233B

Test Pass Percentage
93 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token df0a551b-8aed-4c81-86c9-c1a1411d35b3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1118
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Elsa",
                "last_name": "Hackett",
                "mobile_number": "691-513-3411",
                "mobile_number_alt": "691-513-3411",
                "email_id": "Ron_Kihn@yahoo.com",
                "email_id_alt": "Ron_Kihn@yahoo.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18452483002000",
                "imei1": "18452483002000",
                "imei2": "18452483002000",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-MpXj65FXQ1GAfZPLcEKhqm3Yofk"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":180853,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":180871,"tr_customer_product_id":180861,"job_number":"JOB_180853"}}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 1 0 0
Verify Status code is 'OK' 1 0 0
Verify message is 'Job created successfully. ' 1 0 0
Verify jsonschema 1 0 0
Verify response time is less than 200ms 0 1 0
Verify response contains key: id 1 0 0
Verify response contains key: mst_service_location_id 1 0 0
Verify response contains key: mst_platform_id 1 0 0
Verify response contains key: mst_warrenty_status_id 1 0 0
Verify response contains key: mst_oem_id 1 0 0
Verify response contains key: tr_customer_id 1 0 0
Verify response contains key: tr_customer_product_id 1 0 0
Verify response contains key: job_number 1 0 0
Verify job number starts with 'JOB_' 1 0 0
Total 13 1 0
Test Failure
Test NameAssertion Error
Verify response time is less than 200ms
expected 230 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 134ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ce320270-8baa-47f3-af7e-2c27b1386c4f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Alice",
                "last_name": "Marks",
                "mobile_number": "983-928-9671",
                "mobile_number_alt": "765-996-7123",
                "email_id": "Jordon.Zemlak92@gmail.com",
                "email_id_alt": "Myah31@gmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18452483002000",
                "imei1": "18452483002000",
                "imei2": "18452483002000",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify missing authorization token return 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 136ms
Mean size per request: 71B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7463f89e-1b6d-4bb7-b4f9-9728fd8698bb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1137
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Augusta",
                "last_name": "Padberg",
                "mobile_number": "770-404-4629",
                "mobile_number_alt": "343-941-5818",
                "email_id": "Justen_Hamill94@hotmail.com",
                "email_id_alt": "Karley_Walker26@gmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18452483002000",
                "imei1": "18452483002000",
                "imei2": "18452483002000",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 71
ETag W/"47-3fyFQKYzbJTwnROVExMoVXviIKc"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"invalid signature","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify missing authorization token return 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify missing authorization token return 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 210ms
Mean size per request: 233B

Test Pass Percentage
93 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token acd55657-773a-4b21-a5fe-b0d8646ff677
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1128
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Adele",
                "last_name": "Douglas",
                "mobile_number": "606-753-7779",
                "mobile_number_alt": "706-418-1003",
                "email_id": "Jovanny65@gmail.com",
                "email_id_alt": "Cleveland_Jast48@gmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "16987122576397",
                "imei1": "16987122576397",
                "imei2": "16987122576397",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-Y79b72FlHkWk4B8YUDNyAyhKvV8"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":180854,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":180872,"tr_customer_product_id":180862,"job_number":"JOB_180854"}}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 1 0 0
Verify Status code is 'OK' 1 0 0
Verify message is 'Job created successfully. ' 1 0 0
Verify jsonschema 1 0 0
Verify response time is less than 200ms 0 1 0
Verify response contains key: id 1 0 0
Verify response contains key: mst_service_location_id 1 0 0
Verify response contains key: mst_platform_id 1 0 0
Verify response contains key: mst_warrenty_status_id 1 0 0
Verify response contains key: mst_oem_id 1 0 0
Verify response contains key: tr_customer_id 1 0 0
Verify response contains key: tr_customer_product_id 1 0 0
Verify response contains key: job_number 1 0 0
Verify job number starts with 'JOB_' 1 0 0
Total 13 1 0
Test Failure
Test NameAssertion Error
Verify response time is less than 200ms
expected 210 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 136ms
Mean size per request: 132B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2a65168b-1f60-43b1-8bb4-79d3f9a3f2e4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1050
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Judge",
                "last_name": "Stoltenberg",
                "mobile_number": "924-600-9833",
                "mobile_number_alt": "715-429-5423",
                "email_id": "Clemmie_Russel75@yahoo.com",
                "email_id_alt": "Izaiah_Wunsch@gmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18452483002000",
                "imei1": "18452483002000",
                "imei2": "18452483002000",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 132
ETag W/"84-mCZHtUk0ZkwUr6gxgJA2gMxVbaw"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"problems\" does not contain 1 required value(s)","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify missing authorization token return 400 Bad Request 0 1 0
Verify message is '"problems" does not contain 1 required value(s)' 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify missing authorization token return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 136ms
Mean size per request: 107B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7cf82e28-fc12-489f-bdeb-390c123b1709
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 851
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18452483002000",
                "imei1": "18452483002000",
                "imei2": "18452483002000",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                 {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 107
ETag W/"6b-kQDRJ6W7HggkRpZCxcjxWaVIyzQ"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"customer\" is required","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify missing customerdetails should return 400 Bad Request 0 1 0
Verify message is '"customer" is required' 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify missing customerdetails should return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 135ms
Mean size per request: 115B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7262e631-c9b2-4611-80f0-413ef7f535b6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 841
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Eugenia",
                "last_name": "Ondricka",
                "mobile_number": "790-421-0689",
                "mobile_number_alt": "280-621-5823",
                "email_id": "Stephanie_Von@hotmail.com",
                "email_id_alt": "Andreanne.Lynch@yahoo.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 115
ETag W/"73-CHiztoQ3jyrfM7EgEEqfDYsvzXM"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"customer_product\" is required","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify missing product details should return 400 Bad Request 0 1 0
Verify message is '"customer_product" is required 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify missing product details should return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 135ms
Mean size per request: 143B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0c532e6-2264-4c51-8c96-ada17c5363cd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1120
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Osbaldo",
                "last_name": "Schumm",
                "mobile_number": "430-881-8487",
                "mobile_number_alt": "247-964-2157",
                "email_id": "Muriel_Hahn56@yahoo.com",
                "email_id_alt": "Julius_Walter@hotmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "1006569923",
                "imei1": "1006569923",
                "imei2": "1006569923",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify invalid Imei number returns 400 Bad Request 0 1 0
Verify message contains 'serial_number' length must be at least 14 characters long' 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify invalid Imei number returns 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 196ms
Mean size per request: 233B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5080a4d3-fa73-4f52-9892-51e17fd68e88
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1120
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Isai",
                "last_name": "Hills",
                "mobile_number": "543-644-5319",
                "mobile_number_alt": "892-990-0008",
                "email_id": "Merl5@hotmail.com",
                "email_id_alt": "Chloe53@gmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "1135842262070348",
                "imei1": "1135842262070348",
                "imei2": "1135842262070348",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-UY8lKZEph7Cqm25s77ZFuKcM5IQ"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":180855,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":180873,"tr_customer_product_id":180863,"job_number":"JOB_180855"}}
Test Information
NamePassedFailedSkipped
Verify invalid Imei number returns 400 Bad Request 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify invalid Imei number returns 400 Bad Request
expected response to have status code 400 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 162ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e6d9a30e-10d2-42d0-bfe8-6a478e460450
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-wELRp284NX7eX3/YOS2gPFZxWRo"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":789},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify the count of the created job is incremented 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 624ms
Mean size per request: 764.86KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3130a3b2-bb54-4e80-bd3f-7d9daa8bff83
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bf36f-ELzTLET7Ry2Ouswi8ku6k//xSzQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 18:59:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":180852,"job_number":"JOB_180852","tr_customer_id":180870,"tr_customer_product_id":180860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:00:25.000Z","modified_at":"2026-02-08T18:00:25.000Z","name":"Achalesvara Bharadwaj","mobile_number":"8246692328","email_id":"bhupen.embranthiri@hotmail.com","dop":"2026-01-29","serial_number":"904068736920276","imei1":"470598392306737","imei2":"654937835869000","popurl":"www.annapurna-marar.co.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180851,"job_number":"JOB_180851","tr_customer_id":180869,"tr_customer_product_id":180859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:00:00.000Z","modified_at":"2026-02-08T18:00:00.000Z","name":"Bandhu Khan","mobile_number":"8245233430","email_id":"girja.gandhi@yahoo.co.in","dop":"2026-01-29","serial_number":"516243168137310","imei1":"570851347174144","imei2":"210729426629446","popurl":"www.gajaadhar-chopra.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180850,"job_number":"JOB_180850","tr_customer_id":180868,"tr_customer_product_id":180858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:54:33.000Z","modified_at":"2026-02-08T17:54:33.000Z","name":"Agnimitra Pillai","mobile_number":"8241774020","email_id":"baijayanti.asan@hotmail.com","dop":"2026-01-29","serial_number":"730351514430375","imei1":"893456216169829","imei2":"505956338211645","popurl":"www.goutam-kocchar.net","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180846,"job_number":"JOB_180846","tr_customer_id":180864,"tr_customer_product_id":180854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:12:17.000Z","modified_at":"2026-02-08T17:12:17.000Z","name":"Akshayakumar Jagadal","mobile_number":"8660356784","email_id":"akshay.rajendra26@gmail.com","dop":"2026-01-15","serial_number":"14524537368586353","imei1":"14524537368586353","imei2":"14524537368586353","popurl":"2026-01-15T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:12:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180845,"job_number":"JOB_180845","tr_customer_id":180863,"tr_customer_product_id":180853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:10:28.000Z","modified_at":"2026-02-08T17:10:28.000Z","name":"Akshayakumar Jagadal","mobile_number":"8660356784","email_id":"akshay.rajendra26@gmail.com","dop":"2026-01-15","serial_number":"14524537368586352","imei1":"14524537368586352","imei2":"14524537368586352","popurl":"2026-01-15T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180825,"job_number":"JOB_180825","tr_customer_id":180843,"tr_customer_product_id":180833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163095","imei1":"15957150163095","imei2":"15957150163095","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180824,"job_number":"JOB_180824","tr_customer_id":180842,"tr_customer_product_id":180832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163092","imei1":"15957150163092","imei2":"15957150163092","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180823,"job_number":"JOB_180823","tr_customer_id":180841,"tr_customer_product_id":180831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163094","imei1":"15957150163094","imei2":"15957150163094","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180822,"job_number":"JOB_180822","tr_customer_id":180840,"tr_customer_product_id":180830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163093","imei1":"15957150163093","imei2":"15957150163093","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180821,"job_number":"JOB_180821","tr_customer_id":180839,"tr_customer_product_id":180829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163091","imei1":"15957150163091","imei2":"15957150163091","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180820,"job_number":"JOB_180820","tr_customer_id":180838,"tr_customer_product_id":180828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:37.000Z","modified_at":"2026-02-08T16:00:37.000Z","name":"Emmalee Schuppe","mobile_number":"291-469-4657","email_id":"Layne.Trantow@yahoo.com","dop":"2025-10-01","serial_number":"13354340646003","imei1":"13354340646003","imei2":"13354340646003","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180819,"job_number":"JOB_180819","tr_customer_id":180837,"tr_customer_product_id":180827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:37.000Z","modified_at":"2026-02-08T16:00:37.000Z","name":"Emmalee Schuppe","mobile_number":"291-469-4657","email_id":"Layne.Trantow@yahoo.com","dop":"2025-10-01","serial_number":"13354340646007","imei1":"13354340646007","imei2":"13354340646007","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180818,"job_number":"JOB_180818","tr_customer_id":180836,"tr_customer_product_id":180826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:37.000Z","modified_at":"2026-02-08T16:00:37.000Z","name":"Emmalee Schuppe","mobile_number":"291-469-4657","email_id":"Layne.Trantow@yahoo.com","dop":"2025-10-01","serial_number":"13354340646002","imei1":"13354340646002","imei2":"13354340646002","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180817,"job_number":"JOB_180817","tr_customer_id":180835,"tr_customer_product_id":180825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Chanda Mehra","mobile_number":"8244240963","email_id":"lai.namboothiri@hotmail.com","dop":"2026-01-29","serial_number":"192895532109612","imei1":"191699580673175","imei2":"947473872856144","popurl":"www.jaimini-kapoor.org","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180816,"job_number":"JOB_180816","tr_customer_id":180834,"tr_customer_product_id":180824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Chandan Mehra","mobile_number":"8245166088","email_id":"tara.achari@yahoo.co.in","dop":"2026-01-29","serial_number":"892353512382023","imei1":"282348848813259","imei2":"487533185470997","popurl":"www.bhavani-bhattacharya.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180815,"job_number":"JOB_180815","tr_customer_id":180833,"tr_customer_product_id":180823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Bankim Bandopadhyay","mobile_number":"8241648948","email_id":"diptendu.talwar@yahoo.co.in","dop":"2026-01-29","serial_number":"419427476541981","imei1":"506440561634857","imei2":"602418853850006","popurl":"www.chitramala-somayaji.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180814,"job_number":"JOB_180814","tr_customer_id":180832,"tr_customer_product_id":180822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Vaijayanthi Gowda","mobile_number":"8247988806","email_id":"gajabahu.patel@gmail.com","dop":"2026-01-29","serial_number":"844360233031038","imei1":"730165766498934","imei2":"649857148511442","popurl":"www.siddarth-nair.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180813,"job_number":"JOB_180813","tr_customer_id":180831,"tr_customer_product_id":180821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Chidaakaash Naik","mobile_number":"8248969863","email_id":"dwaipayan.butt@yahoo.co.in","dop":"2026-01-29","serial_number":"214062992747448","imei1":"215003475613399","imei2":"897741573911549","popurl":"www.vaidehi-bhattathiri.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180812,"job_number":"JOB_180812","tr_customer_id":180830,"tr_customer_product_id":180820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957151162010","imei1":"15957151162010","imei2":"15957151162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180811,"job_number":"JOB_180811","tr_customer_id":180829,"tr_customer_product_id":180819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957152165010","imei1":"15957152165010","imei2":"15957152165010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180810,"job_number":"JOB_180810","tr_customer_id":180828,"tr_customer_product_id":180818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957138162010","imei1":"15957138162010","imei2":"15957138162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180809,"job_number":"JOB_180809","tr_customer_id":180827,"tr_customer_product_id":180817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150162010","imei1":"15957150162010","imei2":"15957150162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180808,"job_number":"JOB_180808","tr_customer_id":180826,"tr_customer_product_id":180816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957148162011","imei1":"15957148162011","imei2":"15957148162011","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180807,"job_number":"JOB_180807","tr_customer_id":180825,"tr_customer_product_id":180815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:58:54.000Z","modified_at":"2026-02-08T15:58:54.000Z","name":"Dhanu Ganaka","mobile_number":"8245749153","email_id":"anala.agarwal@hotmail.com","dop":"2026-01-29","serial_number":"078297285824736","imei1":"247353909152874","imei2":"338387624115573","popurl":"www.aditeya-kocchar.net","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180806,"job_number":"JOB_180806","tr_customer_id":180824,"tr_customer_product_id":180814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:56:11.000Z","modified_at":"2026-02-08T15:56:11.000Z","name":"Gauraang Dutta","mobile_number":"8244649209","email_id":"avantika.kocchar@gmail.com","dop":"2026-01-29","serial_number":"304490570458327","imei1":"347545208922329","imei2":"638546567866292","popurl":"www.pramila-nehru.net","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180805,"job_number":"JOB_180805","tr_customer_id":180823,"tr_customer_product_id":180813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:55:37.000Z","modified_at":"2026-02-08T15:55:37.000Z","name":"Anish Acharya","mobile_number":"8243391103","email_id":"bela.khatri@gmail.com","dop":"2026-01-29","serial_number":"149760331488797","imei1":"946494008521517","imei2":"365828832880931","popurl":"www.ekaksh-malik.name","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180758,"job_number":"JOB_180758","tr_customer_id":180776,"tr_customer_product_id":180766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:27.000Z","modified_at":"2026-02-08T14:37:38.000Z","name":"giyu tomiaka","mobile_number":"433-402-3628","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"827877024644595","imei1":"827877024644595","imei2":"827877024644595","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180748,"job_number":"JOB_180748","tr_customer_id":180766,"tr_customer_product_id":180756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:13.000Z","modified_at":"2026-02-08T14:37:25.000Z","name":"tanjiro kamado","mobile_number":"922-382-0858","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"246506115629923","imei1":"246506115629923","imei2":"246506115629923","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180742,"job_number":"JOB_180742","tr_customer_id":180760,"tr_customer_product_id":180750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:00.000Z","modified_at":"2026-02-08T14:37:11.000Z","name":"saitama sensei","mobile_number":"896-686-1106","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"966245573607487","imei1":"966245573607487","imei2":"966245573607487","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180707,"job_number":"JOB_180707","tr_customer_id":180725,"tr_customer_product_id":180715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:12.000Z","modified_at":"2026-02-08T14:34:12.000Z","name":"Electa Jacobi","mobile_number":"347-365-1006","email_id":"Giovani27@hotmail.com","dop":"2025-06-09","serial_number":"109517777326243","imei1":"109517777326243","imei2":"109517777326243","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180706,"job_number":"JOB_180706","tr_customer_id":180724,"tr_customer_product_id":180714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:12.000Z","modified_at":"2026-02-08T14:34:24.000Z","name":"Hallie Cassin","mobile_number":"662-434-6754","email_id":"Percival_Fritsch@hotmail.com","dop":"2025-06-09","serial_number":"102331457081306","imei1":"102331457081306","imei2":"102331457081306","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180705,"job_number":"JOB_180705","tr_customer_id":180723,"tr_customer_product_id":180713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:12.000Z","modified_at":"2026-02-08T14:34:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100993145364416","imei1":"100993145364416","imei2":"100993145364416","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180703,"job_number":"JOB_180703","tr_customer_id":180721,"tr_customer_product_id":180711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:55.000Z","modified_at":"2026-02-08T14:33:55.000Z","name":"Juana Corkery","mobile_number":"745-279-0070","email_id":"Roxanne.Lakin@yahoo.com","dop":"2025-06-09","serial_number":"100422290171834","imei1":"100422290171834","imei2":"100422290171834","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180702,"job_number":"JOB_180702","tr_customer_id":180720,"tr_customer_product_id":180710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:55.000Z","modified_at":"2026-02-08T14:34:07.000Z","name":"Elwin Hettinger","mobile_number":"601-213-1393","email_id":"Vicky53@hotmail.com","dop":"2025-06-09","serial_number":"106781741942377","imei1":"106781741942377","imei2":"106781741942377","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180700,"job_number":"JOB_180700","tr_customer_id":180718,"tr_customer_product_id":180708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:54.000Z","modified_at":"2026-02-08T14:33:54.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102888873783267","imei1":"102888873783267","imei2":"102888873783267","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180693,"job_number":"JOB_180693","tr_customer_id":180711,"tr_customer_product_id":180701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:37.000Z","modified_at":"2026-02-08T14:33:38.000Z","name":"Darron Stiedemann","mobile_number":"793-764-8595","email_id":"Bradley65@hotmail.com","dop":"2025-06-09","serial_number":"100111909843517","imei1":"100111909843517","imei2":"100111909843517","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180692,"job_number":"JOB_180692","tr_customer_id":180710,"tr_customer_product_id":180700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:37.000Z","modified_at":"2026-02-08T14:33:50.000Z","name":"Julien Romaguera","mobile_number":"661-427-3700","email_id":"Keyon.Kohler74@yahoo.com","dop":"2025-06-09","serial_number":"104741098442845","imei1":"104741098442845","imei2":"104741098442845","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180691,"job_number":"JOB_180691","tr_customer_id":180709,"tr_customer_product_id":180699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:37.000Z","modified_at":"2026-02-08T14:33:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102803116078401","imei1":"102803116078401","imei2":"102803116078401","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180665,"job_number":"JOB_180665","tr_customer_id":180683,"tr_customer_product_id":180673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:56.000Z","modified_at":"2026-02-08T14:29:06.000Z","name":"Ferne Schoen","mobile_number":"295-538-7979","email_id":"Talia_Keeling@gmail.com","dop":"2025-12-31","serial_number":"10556112340099","imei1":"10556112340099","imei2":"10556112340099","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180664,"job_number":"JOB_180664","tr_customer_id":180682,"tr_customer_product_id":180672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:42.000Z","modified_at":"2026-02-08T14:28:52.000Z","name":"Barney Raynor","mobile_number":"632-258-3410","email_id":"Lola.Hamill@yahoo.com","dop":"2025-12-31","serial_number":"10887037796170","imei1":"10887037796170","imei2":"10887037796170","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180660,"job_number":"JOB_180660","tr_customer_id":180678,"tr_customer_product_id":180668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:28.000Z","modified_at":"2026-02-08T14:28:38.000Z","name":"Tavares Nienow","mobile_number":"873-755-5859","email_id":"Carleton88@hotmail.com","dop":"2025-12-31","serial_number":"10869657747779","imei1":"10869657747779","imei2":"10869657747779","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180576,"job_number":"JOB_180576","tr_customer_id":180594,"tr_customer_product_id":180584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:27.000Z","modified_at":"2026-02-08T14:17:51.000Z","name":"Zoie Wolff","mobile_number":"954-743-5652","email_id":"Bella_Jacobs56@yahoo.com","dop":"2025-10-01","serial_number":"12933675886612","imei1":"12933675886612","imei2":"12933675886612","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180575,"job_number":"JOB_180575","tr_customer_id":180593,"tr_customer_product_id":180583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:15.000Z","modified_at":"2026-02-08T14:17:15.000Z","name":"Javon Stark","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197643069338891","imei1":"197643069338891","imei2":"197643069338891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180574,"job_number":"JOB_180574","tr_customer_id":180592,"tr_customer_product_id":180582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:15.000Z","modified_at":"2026-02-08T14:17:15.000Z","name":"Bailey Goodwin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185823970529272","imei1":"185823970529272","imei2":"185823970529272","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180573,"job_number":"JOB_180573","tr_customer_id":180591,"tr_customer_product_id":180581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:15.000Z","modified_at":"2026-02-08T14:17:15.000Z","name":"Adrain Bartell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"164288872588444","imei1":"164288872588444","imei2":"164288872588444","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180572,"job_number":"JOB_180572","tr_customer_id":180590,"tr_customer_product_id":180580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:14.000Z","modified_at":"2026-02-08T14:17:14.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"124191678376841","imei1":"124191678376841","imei2":"124191678376841","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180571,"job_number":"JOB_180571","tr_customer_id":180589,"tr_customer_product_id":180579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:03.000Z","modified_at":"2026-02-08T14:17:03.000Z","name":"Javier Corwin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162079871726923","imei1":"162079871726923","imei2":"162079871726923","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180570,"job_number":"JOB_180570","tr_customer_id":180588,"tr_customer_product_id":180578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:03.000Z","modified_at":"2026-02-08T14:17:03.000Z","name":"Wilmer Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181537802743977","imei1":"181537802743977","imei2":"181537802743977","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180569,"job_number":"JOB_180569","tr_customer_id":180587,"tr_customer_product_id":180577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:02.000Z","modified_at":"2026-02-08T14:17:02.000Z","name":"Lacy Kihn","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"138106632299125","imei1":"138106632299125","imei2":"138106632299125","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180568,"job_number":"JOB_180568","tr_customer_id":180586,"tr_customer_product_id":180576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:02.000Z","modified_at":"2026-02-08T14:17:02.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"137573470788336","imei1":"137573470788336","imei2":"137573470788336","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180561,"job_number":"JOB_180561","tr_customer_id":180579,"tr_customer_product_id":180569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:18.000Z","modified_at":"2026-02-08T14:01:30.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"99773091304642","imei1":"99773091304642","imei2":"99773091304642","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180560,"job_number":"JOB_180560","tr_customer_id":180578,"tr_customer_product_id":180568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:02.000Z","modified_at":"2026-02-08T14:01:14.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"89601950840603","imei1":"89601950840603","imei2":"89601950840603","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180559,"job_number":"JOB_180559","tr_customer_id":180577,"tr_customer_product_id":180567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:46.000Z","modified_at":"2026-02-08T14:00:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"73358254895026","imei1":"73358254895026","imei2":"73358254895026","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180375,"job_number":"JOB_180375","tr_customer_id":180393,"tr_customer_product_id":180383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:50.000Z","modified_at":"2026-02-08T07:55:02.000Z","name":"Genevieve Monahan","mobile_number":"596-390-5042","email_id":"Emma13@hotmail.com","dop":"2025-11-04","serial_number":"11166780538255","imei1":"11166780538255","imei2":"11166780538255","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180374,"job_number":"JOB_180374","tr_customer_id":180392,"tr_customer_product_id":180382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:35.000Z","modified_at":"2026-02-08T07:54:46.000Z","name":"Eldridge Walsh","mobile_number":"805-567-4325","email_id":"Tommie.Ratke@yahoo.com","dop":"2025-11-04","serial_number":"14619077469585","imei1":"14619077469585","imei2":"14619077469585","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180346,"job_number":"JOB_180346","tr_customer_id":180364,"tr_customer_product_id":180354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:39:09.000Z","modified_at":"2026-02-08T06:39:21.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"42833026237446","imei1":"42833026237446","imei2":"42833026237446","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:39:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180345,"job_number":"JOB_180345","tr_customer_id":180363,"tr_customer_product_id":180353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:38:53.000Z","modified_at":"2026-02-08T06:39:05.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"56244357270734","imei1":"56244357270734","imei2":"56244357270734","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180344,"job_number":"JOB_180344","tr_customer_id":180362,"tr_customer_product_id":180352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:38:37.000Z","modified_at":"2026-02-08T06:38:49.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"88007937712852","imei1":"88007937712852","imei2":"88007937712852","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:38:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180343,"job_number":"JOB_180343","tr_customer_id":180361,"tr_customer_product_id":180351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:34:51.000Z","modified_at":"2026-02-08T06:35:02.000Z","name":"Donna Hermiston","mobile_number":"868-690-9219","email_id":"Cassandre_Greenholt@yahoo.com","dop":"2025-11-04","serial_number":"25772707107205","imei1":"25772707107205","imei2":"25772707107205","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180342,"job_number":"JOB_180342","tr_customer_id":180360,"tr_customer_product_id":180350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:34:35.000Z","modified_at":"2026-02-08T06:34:47.000Z","name":"Spencer Prosacco","mobile_number":"685-269-3431","email_id":"Linda_Rempel@yahoo.com","dop":"2025-11-04","serial_number":"44814288209367","imei1":"44814288209367","imei2":"44814288209367","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180341,"job_number":"JOB_180341","tr_customer_id":180359,"tr_customer_product_id":180349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:34:19.000Z","modified_at":"2026-02-08T06:34:31.000Z","name":"Cheyanne Nolan","mobile_number":"962-795-4059","email_id":"Dillon.Roberts65@yahoo.com","dop":"2025-11-04","serial_number":"17212298015804","imei1":"17212298015804","imei2":"17212298015804","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:34:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180253,"job_number":"JOB_180253","tr_customer_id":180271,"tr_customer_product_id":180261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:04.000Z","modified_at":"2026-02-08T04:43:04.000Z","name":"Wyatt Kuvalis","mobile_number":"681-237-9660","email_id":"Lavonne92@hotmail.com","dop":"2025-06-09","serial_number":"94525752576196020","imei1":"94525752576196020","imei2":"94525752576196020","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180252,"job_number":"JOB_180252","tr_customer_id":180270,"tr_customer_product_id":180260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:03.000Z","modified_at":"2026-02-08T04:43:03.000Z","name":"Kurtis Gleichner","mobile_number":"741-579-3959","email_id":"Julia_Frami28@gmail.com","dop":"2025-06-09","serial_number":"103945543768578","imei1":"103945543768578","imei2":"103945543768578","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180251,"job_number":"JOB_180251","tr_customer_id":180269,"tr_customer_product_id":180259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:02.000Z","modified_at":"2026-02-08T04:43:15.000Z","name":"Kadin Emard","mobile_number":"326-704-6014","email_id":"Lazaro_Stroman8@hotmail.com","dop":"2025-06-09","serial_number":"102474374704456","imei1":"102474374704456","imei2":"102474374704456","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180250,"job_number":"JOB_180250","tr_customer_id":180268,"tr_customer_product_id":180258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:02.000Z","modified_at":"2026-02-08T04:43:02.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108488359909532","imei1":"108488359909532","imei2":"108488359909532","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180248,"job_number":"JOB_180248","tr_customer_id":180266,"tr_customer_product_id":180256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:00.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"Treva Kris","mobile_number":"457-692-0295","email_id":"Ransom.Lemke@gmail.com","dop":"2025-12-31","serial_number":"10103838163156","imei1":"10103838163156","imei2":"10103838163156","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180230,"job_number":"JOB_180230","tr_customer_id":180248,"tr_customer_product_id":180238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"Carissa Adams","mobile_number":"300-215-7749","email_id":"Jewell_Adams@hotmail.com","dop":"2025-06-09","serial_number":"102062397802103","imei1":"102062397802103","imei2":"102062397802103","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180229,"job_number":"JOB_180229","tr_customer_id":180247,"tr_customer_product_id":180237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:56.000Z","name":"Tyler Baumbach","mobile_number":"464-622-0724","email_id":"Quinten78@hotmail.com","dop":"2025-12-31","serial_number":"10618834346266","imei1":"10618834346266","imei2":"10618834346266","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180227,"job_number":"JOB_180227","tr_customer_id":180245,"tr_customer_product_id":180235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:44.000Z","modified_at":"2026-02-08T04:42:57.000Z","name":"Elda Ondricka","mobile_number":"251-862-5081","email_id":"Kailee.Schamberger@yahoo.com","dop":"2025-06-09","serial_number":"101147337286000","imei1":"101147337286000","imei2":"101147337286000","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180226,"job_number":"JOB_180226","tr_customer_id":180244,"tr_customer_product_id":180234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:44.000Z","modified_at":"2026-02-08T04:42:44.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102026413376017","imei1":"102026413376017","imei2":"102026413376017","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180214,"job_number":"JOB_180214","tr_customer_id":180232,"tr_customer_product_id":180222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:29.000Z","modified_at":"2026-02-08T04:42:41.000Z","name":"Golda Fahey","mobile_number":"337-893-7236","email_id":"Mathew_Hayes0@yahoo.com","dop":"2025-12-31","serial_number":"10438878222897","imei1":"10438878222897","imei2":"10438878222897","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180213,"job_number":"JOB_180213","tr_customer_id":180231,"tr_customer_product_id":180221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:29.000Z","modified_at":"2026-02-08T04:42:29.000Z","name":"Otha Wiza","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"156484779616465","imei1":"156484779616465","imei2":"156484779616465","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180211,"job_number":"JOB_180211","tr_customer_id":180229,"tr_customer_product_id":180219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Wade Bergstrom","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"122165519313932","imei1":"122165519313932","imei2":"122165519313932","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180210,"job_number":"JOB_180210","tr_customer_id":180227,"tr_customer_product_id":180217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Manley Berge","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"163974713488912","imei1":"163974713488912","imei2":"163974713488912","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180208,"job_number":"JOB_180208","tr_customer_id":180226,"tr_customer_product_id":180216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:42:27.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"122387890253284","imei1":"122387890253284","imei2":"122387890253284","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180205,"job_number":"JOB_180205","tr_customer_id":180223,"tr_customer_product_id":180213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:42:27.000Z","name":"Deshawn Cole","mobile_number":"633-927-0253","email_id":"Aileen_Legros@yahoo.com","dop":"2025-06-09","serial_number":"109279303100716","imei1":"109279303100716","imei2":"109279303100716","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180203,"job_number":"JOB_180203","tr_customer_id":180221,"tr_customer_product_id":180211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:26.000Z","modified_at":"2026-02-08T04:42:40.000Z","name":"Christopher Lowe","mobile_number":"675-328-9198","email_id":"Lucio_Barton@hotmail.com","dop":"2025-06-09","serial_number":"108188198703617","imei1":"108188198703617","imei2":"108188198703617","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180201,"job_number":"JOB_180201","tr_customer_id":180219,"tr_customer_product_id":180209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:26.000Z","modified_at":"2026-02-08T04:42:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109311885658148","imei1":"109311885658148","imei2":"109311885658148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180200,"job_number":"JOB_180200","tr_customer_id":180218,"tr_customer_product_id":180208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:24.000Z","modified_at":"2026-02-08T04:42:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15583576544120","imei1":"15583576544120","imei2":"15583576544120","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180199,"job_number":"JOB_180199","tr_customer_id":180217,"tr_customer_product_id":180207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:24.000Z","modified_at":"2026-02-08T04:42:35.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12776234292814","imei1":"12776234292814","imei2":"12776234292814","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180177,"job_number":"JOB_180177","tr_customer_id":180195,"tr_customer_product_id":180185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:16.000Z","modified_at":"2026-02-08T04:42:41.000Z","name":"Elvis Gottlieb","mobile_number":"356-961-3863","email_id":"Garrett6@hotmail.com","dop":"2025-10-01","serial_number":"11877953539101","imei1":"11877953539101","imei2":"11877953539101","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180175,"job_number":"JOB_180175","tr_customer_id":180193,"tr_customer_product_id":180183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Federico Schoen","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181155631035143","imei1":"181155631035143","imei2":"181155631035143","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180173,"job_number":"JOB_180173","tr_customer_id":180191,"tr_customer_product_id":180181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Katharina Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118147245855336","imei1":"118147245855336","imei2":"118147245855336","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180172,"job_number":"JOB_180172","tr_customer_id":180190,"tr_customer_product_id":180180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Wilhelmine Kerluke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"178733686274171","imei1":"178733686274171","imei2":"178733686274171","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180171,"job_number":"JOB_180171","tr_customer_id":180189,"tr_customer_product_id":180179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:14.000Z","modified_at":"2026-02-08T04:42:14.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"148309841508316","imei1":"148309841508316","imei2":"148309841508316","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180128,"job_number":"JOB_180128","tr_customer_id":180146,"tr_customer_product_id":180136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:30.000Z","modified_at":"2026-02-08T04:41:30.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Zella_Torp@hotmail.com","dop":"2025-07-02","serial_number":"17277512889913","imei1":"17277512889913","imei2":"17277512889913","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180125,"job_number":"JOB_180125","tr_customer_id":180143,"tr_customer_product_id":180133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:26.000Z","modified_at":"2026-02-08T04:41:36.000Z","name":"giyu tomiaka","mobile_number":"658-452-1382","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"341315971899350","imei1":"341315971899350","imei2":"341315971899350","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180117,"job_number":"JOB_180117","tr_customer_id":180135,"tr_customer_product_id":180125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:14.000Z","modified_at":"2026-02-08T04:41:24.000Z","name":"tanjiro kamado","mobile_number":"247-747-4299","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"974631909825517","imei1":"974631909825517","imei2":"974631909825517","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180116,"job_number":"JOB_180116","tr_customer_id":180134,"tr_customer_product_id":180124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:13.000Z","modified_at":"2026-02-08T04:41:13.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Madelynn80@gmail.com","dop":"2025-07-02","serial_number":"15380672833839","imei1":"15380672833839","imei2":"15380672833839","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180098,"job_number":"JOB_180098","tr_customer_id":180116,"tr_customer_product_id":180106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:01.000Z","modified_at":"2026-02-08T04:41:11.000Z","name":"saitama sensei","mobile_number":"987-563-4231","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"788438520645739","imei1":"788438520645739","imei2":"788438520645739","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180094,"job_number":"JOB_180094","tr_customer_id":180112,"tr_customer_product_id":180102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:55.000Z","modified_at":"2026-02-08T04:40:55.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Yolanda_Jast@yahoo.com","dop":"2025-07-02","serial_number":"16905922709528","imei1":"16905922709528","imei2":"16905922709528","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180855,"job_number":"JOB_180855","tr_customer_id":180873,"tr_customer_product_id":180863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:55.000Z","modified_at":"2026-02-08T18:59:55.000Z","name":"Isai Hills","mobile_number":"543-644-5319","email_id":"Merl5@hotmail.com","dop":"2025-05-30","serial_number":"1135842262070348","imei1":"1135842262070348","imei2":"1135842262070348","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180854,"job_number":"JOB_180854","tr_customer_id":180872,"tr_customer_product_id":180862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:54.000Z","modified_at":"2026-02-08T18:59:54.000Z","name":"Adele Douglas","mobile_number":"606-753-7779","email_id":"Jovanny65@gmail.com","dop":"2025-05-30","serial_number":"16987122576397","imei1":"16987122576397","imei2":"16987122576397","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:59:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180853,"job_number":"JOB_180853","tr_customer_id":180871,"tr_customer_product_id":180861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:53.000Z","modified_at":"2026-02-08T18:59:53.000Z","name":"Elsa Hackett","mobile_number":"691-513-3411","email_id":"Ron_Kihn@yahoo.com","dop":"2025-05-30","serial_number":"18452483002000","imei1":"18452483002000","imei2":"18452483002000","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180849,"job_number":"JOB_180849","tr_customer_id":180867,"tr_customer_product_id":180857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:53:15.000Z","modified_at":"2026-02-08T17:53:15.000Z","name":"Oormila Sharma","mobile_number":"7029766859","email_id":"archan.dhawan@hotmail.com","dop":"2026-01-29","serial_number":"518700488727931","imei1":"518700488727931","imei2":"518700488727931","popurl":"www.deepali-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180848,"job_number":"JOB_180848","tr_customer_id":180866,"tr_customer_product_id":180856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:53:07.000Z","modified_at":"2026-02-08T17:53:07.000Z","name":"Lalita Banerjee","mobile_number":"7078071974","email_id":"aaryan.sharma@yahoo.co.in","dop":"2026-01-29","serial_number":"531409076997190","imei1":"531409076997190","imei2":"531409076997190","popurl":"www.kalinda-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180847,"job_number":"JOB_180847","tr_customer_id":180865,"tr_customer_product_id":180855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:26:32.000Z","modified_at":"2026-02-08T17:26:49.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10531977324599","imei1":"10531977324599","imei2":"110531977324599","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-08T17:26:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":180844,"job_number":"JOB_180844","tr_customer_id":180862,"tr_customer_product_id":180852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:57:20.000Z","modified_at":"2026-02-08T16:57:20.000Z","name":"Inder Kapoor","mobile_number":"7035545611","email_id":"sarla.sethi@gmail.com","dop":"2026-01-29","serial_number":"148217247700509","imei1":"148217247700509","imei2":"148217247700509","popurl":"www.kannan-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180843,"job_number":"JOB_180843","tr_customer_id":180861,"tr_customer_product_id":180851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:33.000Z","modified_at":"2026-02-08T16:13:33.000Z","name":"Owen Schumm","mobile_number":"594-577-0370","email_id":"Brooke32@hotmail.com","dop":"2025-04-06","serial_number":"12945413451106522","imei1":"12945413451106522","imei2":"12945413451106522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180842,"job_number":"JOB_180842","tr_customer_id":180860,"tr_customer_product_id":180850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:31.000Z","modified_at":"2026-02-08T16:14:12.000Z","name":"Ernie Wiza","mobile_number":"903-863-8845","email_id":"Blair.Kessler@yahoo.com","dop":"2025-04-06","serial_number":"12524382866672","imei1":"12524382866672","imei2":"12524382866672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180841,"job_number":"JOB_180841","tr_customer_id":180859,"tr_customer_product_id":180849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:31.000Z","modified_at":"2026-02-08T16:13:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14215163930751","imei1":"14215163930751","imei2":"14215163930751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180840,"job_number":"JOB_180840","tr_customer_id":180858,"tr_customer_product_id":180848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:27.000Z","modified_at":"2026-02-08T16:13:27.000Z","name":"Lon Leannon","mobile_number":"389-648-3625","email_id":"Eldred.Huels51@yahoo.com","dop":"2025-04-06","serial_number":"18135862648488684","imei1":"18135862648488684","imei2":"18135862648488684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180839,"job_number":"JOB_180839","tr_customer_id":180857,"tr_customer_product_id":180847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:26.000Z","modified_at":"2026-02-08T16:14:06.000Z","name":"Jovanny Schinner","mobile_number":"371-844-4841","email_id":"Arjun_Carter48@hotmail.com","dop":"2025-04-06","serial_number":"19672771447377","imei1":"19672771447377","imei2":"19672771447377","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180838,"job_number":"JOB_180838","tr_customer_id":180856,"tr_customer_product_id":180846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:26.000Z","modified_at":"2026-02-08T16:13:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11204904011227","imei1":"11204904011227","imei2":"11204904011227","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180837,"job_number":"JOB_180837","tr_customer_id":180855,"tr_customer_product_id":180845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:45.000Z","modified_at":"2026-02-08T16:12:45.000Z","name":"Elroy Mann","mobile_number":"372-451-0976","email_id":"Brad.Cronin@yahoo.com","dop":"2025-04-06","serial_number":"15741105492901846","imei1":"15741105492901846","imei2":"15741105492901846","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180836,"job_number":"JOB_180836","tr_customer_id":180854,"tr_customer_product_id":180844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:44.000Z","modified_at":"2026-02-08T16:13:24.000Z","name":"Marco Hermann","mobile_number":"755-233-2503","email_id":"Marcella.Roob@yahoo.com","dop":"2025-04-06","serial_number":"13688374434005","imei1":"13688374434005","imei2":"13688374434005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:13:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180835,"job_number":"JOB_180835","tr_customer_id":180853,"tr_customer_product_id":180843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:44.000Z","modified_at":"2026-02-08T16:12:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15031279793367","imei1":"15031279793367","imei2":"15031279793367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180834,"job_number":"JOB_180834","tr_customer_id":180852,"tr_customer_product_id":180842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:40.000Z","modified_at":"2026-02-08T16:12:40.000Z","name":"Mariela Bosco","mobile_number":"619-715-9816","email_id":"Timmothy.Gerhold36@hotmail.com","dop":"2025-04-06","serial_number":"14479995720853256","imei1":"14479995720853256","imei2":"14479995720853256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180833,"job_number":"JOB_180833","tr_customer_id":180851,"tr_customer_product_id":180841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:38.000Z","modified_at":"2026-02-08T16:13:19.000Z","name":"Arne Cole","mobile_number":"604-832-9687","email_id":"Lorna.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"14708957856553","imei1":"14708957856553","imei2":"14708957856553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:13:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180832,"job_number":"JOB_180832","tr_customer_id":180850,"tr_customer_product_id":180840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:38.000Z","modified_at":"2026-02-08T16:12:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11362606797553","imei1":"11362606797553","imei2":"11362606797553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180831,"job_number":"JOB_180831","tr_customer_id":180849,"tr_customer_product_id":180839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:57.000Z","modified_at":"2026-02-08T16:11:57.000Z","name":"Keven Streich","mobile_number":"554-820-5032","email_id":"Cullen6@gmail.com","dop":"2025-04-06","serial_number":"11395998855744656","imei1":"11395998855744656","imei2":"11395998855744656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180830,"job_number":"JOB_180830","tr_customer_id":180848,"tr_customer_product_id":180838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:56.000Z","modified_at":"2026-02-08T16:12:36.000Z","name":"Dagmar Stroman","mobile_number":"700-479-2644","email_id":"Arnold.Weissnat66@gmail.com","dop":"2025-04-06","serial_number":"19728516376139","imei1":"19728516376139","imei2":"19728516376139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:12:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180829,"job_number":"JOB_180829","tr_customer_id":180847,"tr_customer_product_id":180837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:55.000Z","modified_at":"2026-02-08T16:11:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13207792215935","imei1":"13207792215935","imei2":"13207792215935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180828,"job_number":"JOB_180828","tr_customer_id":180846,"tr_customer_product_id":180836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:52.000Z","modified_at":"2026-02-08T16:11:52.000Z","name":"Thurman O'Connell","mobile_number":"342-983-7956","email_id":"Berenice89@hotmail.com","dop":"2025-04-06","serial_number":"10007094967604606","imei1":"10007094967604606","imei2":"10007094967604606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180827,"job_number":"JOB_180827","tr_customer_id":180845,"tr_customer_product_id":180835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:50.000Z","modified_at":"2026-02-08T16:12:31.000Z","name":"Aaliyah Toy","mobile_number":"430-876-8375","email_id":"Judd_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"12895664165402","imei1":"12895664165402","imei2":"12895664165402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180826,"job_number":"JOB_180826","tr_customer_id":180844,"tr_customer_product_id":180834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:50.000Z","modified_at":"2026-02-08T16:11:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18157706948305","imei1":"18157706948305","imei2":"18157706948305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180804,"job_number":"JOB_180804","tr_customer_id":180822,"tr_customer_product_id":180812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:46:57.000Z","modified_at":"2026-02-08T15:47:08.000Z","name":"Shane Hills","mobile_number":"209-927-3113","email_id":"Merlin.Borer@gmail.com","dop":"2025-07-01","serial_number":"107520734565755","imei1":"107520734565755","imei2":"107520734565755","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:47:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180803,"job_number":"JOB_180803","tr_customer_id":180821,"tr_customer_product_id":180811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:46:57.000Z","modified_at":"2026-02-08T15:46:57.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103764242257100","imei1":"103764242257100","imei2":"103764242257100","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180802,"job_number":"JOB_180802","tr_customer_id":180820,"tr_customer_product_id":180810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:46:44.000Z","modified_at":"2026-02-08T15:46:55.000Z","name":"Trycia Gerhold","mobile_number":"809-491-3246","email_id":"Ashtyn15@gmail.com","dop":"2025-07-01","serial_number":"104164998966614","imei1":"104164998966614","imei2":"104164998966614","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:46:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180801,"job_number":"JOB_180801","tr_customer_id":180819,"tr_customer_product_id":180809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:46:43.000Z","modified_at":"2026-02-08T15:46:43.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"100111584672425","imei1":"100111584672425","imei2":"100111584672425","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180800,"job_number":"JOB_180800","tr_customer_id":180818,"tr_customer_product_id":180808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:54.000Z","modified_at":"2026-02-08T15:12:54.000Z","name":"Alaina Quitzon","mobile_number":"293-841-9187","email_id":"Dwight_Ernser@hotmail.com","dop":"2025-04-06","serial_number":"10982030288167952","imei1":"10982030288167952","imei2":"10982030288167952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180799,"job_number":"JOB_180799","tr_customer_id":180817,"tr_customer_product_id":180807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:53.000Z","modified_at":"2026-02-08T15:13:33.000Z","name":"Estevan Walter","mobile_number":"897-805-8845","email_id":"Chadrick_Ernser12@gmail.com","dop":"2025-04-06","serial_number":"19234315887785","imei1":"19234315887785","imei2":"19234315887785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:13:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180798,"job_number":"JOB_180798","tr_customer_id":180816,"tr_customer_product_id":180806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:53.000Z","modified_at":"2026-02-08T15:12:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15303254540494","imei1":"15303254540494","imei2":"15303254540494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180797,"job_number":"JOB_180797","tr_customer_id":180815,"tr_customer_product_id":180805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:51.000Z","modified_at":"2026-02-08T15:12:51.000Z","name":"Irma Welch","mobile_number":"517-436-7225","email_id":"Breanne6@hotmail.com","dop":"2025-04-06","serial_number":"18810054358800550","imei1":"18810054358800550","imei2":"18810054358800550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180796,"job_number":"JOB_180796","tr_customer_id":180814,"tr_customer_product_id":180804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:49.000Z","modified_at":"2026-02-08T15:13:30.000Z","name":"Kelli Spencer","mobile_number":"430-905-2532","email_id":"Noble18@gmail.com","dop":"2025-04-06","serial_number":"16763968001430","imei1":"16763968001430","imei2":"16763968001430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:13:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180795,"job_number":"JOB_180795","tr_customer_id":180813,"tr_customer_product_id":180803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:49.000Z","modified_at":"2026-02-08T15:12:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10863300173317","imei1":"10863300173317","imei2":"10863300173317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180794,"job_number":"JOB_180794","tr_customer_id":180812,"tr_customer_product_id":180802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:07.000Z","modified_at":"2026-02-08T15:12:07.000Z","name":"Lydia Crooks","mobile_number":"795-213-3564","email_id":"Osbaldo.Boehm1@yahoo.com","dop":"2025-04-06","serial_number":"19630726136623880","imei1":"19630726136623880","imei2":"19630726136623880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180793,"job_number":"JOB_180793","tr_customer_id":180811,"tr_customer_product_id":180801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:06.000Z","modified_at":"2026-02-08T15:12:46.000Z","name":"Marco Swaniawski","mobile_number":"415-506-5163","email_id":"Gaylord_Hills79@hotmail.com","dop":"2025-04-06","serial_number":"18892556005279","imei1":"18892556005279","imei2":"18892556005279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:12:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180792,"job_number":"JOB_180792","tr_customer_id":180810,"tr_customer_product_id":180800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:06.000Z","modified_at":"2026-02-08T15:12:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11391841210957","imei1":"11391841210957","imei2":"11391841210957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180791,"job_number":"JOB_180791","tr_customer_id":180809,"tr_customer_product_id":180799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:03.000Z","modified_at":"2026-02-08T15:12:03.000Z","name":"Pierce Barrows","mobile_number":"847-627-3541","email_id":"Ewell_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"13129032648553330","imei1":"13129032648553330","imei2":"13129032648553330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180790,"job_number":"JOB_180790","tr_customer_id":180808,"tr_customer_product_id":180798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:02.000Z","modified_at":"2026-02-08T15:12:42.000Z","name":"Neoma Schroeder","mobile_number":"616-443-3573","email_id":"Vilma86@hotmail.com","dop":"2025-04-06","serial_number":"18112541521728","imei1":"18112541521728","imei2":"18112541521728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:12:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180789,"job_number":"JOB_180789","tr_customer_id":180807,"tr_customer_product_id":180797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:01.000Z","modified_at":"2026-02-08T15:12:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249025009426","imei1":"11249025009426","imei2":"11249025009426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180788,"job_number":"JOB_180788","tr_customer_id":180806,"tr_customer_product_id":180796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:20.000Z","modified_at":"2026-02-08T15:11:20.000Z","name":"Arnulfo Sawayn","mobile_number":"379-489-3371","email_id":"Karlie_Lesch40@yahoo.com","dop":"2025-04-06","serial_number":"11918753439119884","imei1":"11918753439119884","imei2":"11918753439119884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180787,"job_number":"JOB_180787","tr_customer_id":180805,"tr_customer_product_id":180795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:19.000Z","modified_at":"2026-02-08T15:11:58.000Z","name":"Aliya Mohr","mobile_number":"391-397-8519","email_id":"Kenya.Hamill@yahoo.com","dop":"2025-04-06","serial_number":"10309648594564","imei1":"10309648594564","imei2":"10309648594564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:11:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180786,"job_number":"JOB_180786","tr_customer_id":180804,"tr_customer_product_id":180794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:18.000Z","modified_at":"2026-02-08T15:11:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11410533021336","imei1":"11410533021336","imei2":"11410533021336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180785,"job_number":"JOB_180785","tr_customer_id":180803,"tr_customer_product_id":180793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:15.000Z","modified_at":"2026-02-08T15:11:15.000Z","name":"Minerva Goyette","mobile_number":"715-801-4512","email_id":"Roderick_Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"19733054926736280","imei1":"19733054926736280","imei2":"19733054926736280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180784,"job_number":"JOB_180784","tr_customer_id":180802,"tr_customer_product_id":180792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:14.000Z","modified_at":"2026-02-08T15:11:54.000Z","name":"Irving Mann","mobile_number":"222-813-7873","email_id":"Ethelyn_Wunsch@yahoo.com","dop":"2025-04-06","serial_number":"11650874110562","imei1":"11650874110562","imei2":"11650874110562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180783,"job_number":"JOB_180783","tr_customer_id":180801,"tr_customer_product_id":180791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:13.000Z","modified_at":"2026-02-08T15:11:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13990148499993","imei1":"13990148499993","imei2":"13990148499993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180782,"job_number":"JOB_180782","tr_customer_id":180800,"tr_customer_product_id":180790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:29.000Z","modified_at":"2026-02-08T15:04:29.000Z","name":"Javonte Moore","mobile_number":"771-566-1102","email_id":"Gabrielle.Casper@yahoo.com","dop":"2025-04-06","serial_number":"19996289464417770","imei1":"19996289464417770","imei2":"19996289464417770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180781,"job_number":"JOB_180781","tr_customer_id":180799,"tr_customer_product_id":180789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:28.000Z","modified_at":"2026-02-08T15:05:08.000Z","name":"Amiya Ryan","mobile_number":"818-464-4080","email_id":"Eveline_Conn72@yahoo.com","dop":"2025-04-06","serial_number":"15187344604220","imei1":"15187344604220","imei2":"15187344604220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180780,"job_number":"JOB_180780","tr_customer_id":180798,"tr_customer_product_id":180788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:28.000Z","modified_at":"2026-02-08T15:04:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10265667320543","imei1":"10265667320543","imei2":"10265667320543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180779,"job_number":"JOB_180779","tr_customer_id":180797,"tr_customer_product_id":180787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:27.000Z","modified_at":"2026-02-08T15:04:27.000Z","name":"Mckenna Monahan","mobile_number":"955-279-3201","email_id":"Alfreda_Runte@yahoo.com","dop":"2025-04-06","serial_number":"14230962787026788","imei1":"14230962787026788","imei2":"14230962787026788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180778,"job_number":"JOB_180778","tr_customer_id":180796,"tr_customer_product_id":180786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:25.000Z","modified_at":"2026-02-08T15:05:04.000Z","name":"Valentine Pouros","mobile_number":"563-412-2621","email_id":"Lewis.West@yahoo.com","dop":"2025-04-06","serial_number":"14168040976238","imei1":"14168040976238","imei2":"14168040976238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:05:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180777,"job_number":"JOB_180777","tr_customer_id":180795,"tr_customer_product_id":180785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:25.000Z","modified_at":"2026-02-08T15:04:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16628558057965","imei1":"16628558057965","imei2":"16628558057965","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180776,"job_number":"JOB_180776","tr_customer_id":180794,"tr_customer_product_id":180784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:42.000Z","modified_at":"2026-02-08T15:03:42.000Z","name":"Corbin Anderson","mobile_number":"344-949-0638","email_id":"Dalton45@gmail.com","dop":"2025-04-06","serial_number":"10869274553088056","imei1":"10869274553088056","imei2":"10869274553088056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180775,"job_number":"JOB_180775","tr_customer_id":180793,"tr_customer_product_id":180783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:41.000Z","modified_at":"2026-02-08T15:04:20.000Z","name":"Edwin Crona","mobile_number":"854-854-8044","email_id":"Dina36@gmail.com","dop":"2025-04-06","serial_number":"10310587621836","imei1":"10310587621836","imei2":"10310587621836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180774,"job_number":"JOB_180774","tr_customer_id":180792,"tr_customer_product_id":180782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:41.000Z","modified_at":"2026-02-08T15:03:41.000Z","name":"Joanie Blick","mobile_number":"551-991-0519","email_id":"Kelsi79@yahoo.com","dop":"2025-04-06","serial_number":"12291381528319444","imei1":"12291381528319444","imei2":"12291381528319444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180773,"job_number":"JOB_180773","tr_customer_id":180791,"tr_customer_product_id":180781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:41.000Z","modified_at":"2026-02-08T15:03:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19374918658945","imei1":"19374918658945","imei2":"19374918658945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180772,"job_number":"JOB_180772","tr_customer_id":180790,"tr_customer_product_id":180780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:39.000Z","modified_at":"2026-02-08T15:04:18.000Z","name":"Cortez Schmeler","mobile_number":"957-917-7919","email_id":"Trever.Hudson5@yahoo.com","dop":"2025-04-06","serial_number":"18450107080304","imei1":"18450107080304","imei2":"18450107080304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:04:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180771,"job_number":"JOB_180771","tr_customer_id":180789,"tr_customer_product_id":180779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:39.000Z","modified_at":"2026-02-08T15:03:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12160662861455","imei1":"12160662861455","imei2":"12160662861455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180770,"job_number":"JOB_180770","tr_customer_id":180788,"tr_customer_product_id":180778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:55.000Z","modified_at":"2026-02-08T15:02:55.000Z","name":"Sophia Bauch","mobile_number":"977-638-4529","email_id":"Lindsay_White57@gmail.com","dop":"2025-04-06","serial_number":"18260999081498710","imei1":"18260999081498710","imei2":"18260999081498710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180769,"job_number":"JOB_180769","tr_customer_id":180787,"tr_customer_product_id":180777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:54.000Z","modified_at":"2026-02-08T15:02:54.000Z","name":"Hiram Berge","mobile_number":"550-805-8996","email_id":"Ruthe.Bogisich72@gmail.com","dop":"2025-04-06","serial_number":"11066015573848562","imei1":"11066015573848562","imei2":"11066015573848562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180768,"job_number":"JOB_180768","tr_customer_id":180786,"tr_customer_product_id":180776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:53.000Z","modified_at":"2026-02-08T15:03:33.000Z","name":"Carter Keeling","mobile_number":"676-835-3572","email_id":"Terrell.Schultz61@yahoo.com","dop":"2025-04-06","serial_number":"10630576052375","imei1":"10630576052375","imei2":"10630576052375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180767,"job_number":"JOB_180767","tr_customer_id":180785,"tr_customer_product_id":180775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:53.000Z","modified_at":"2026-02-08T15:02:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15148797269718","imei1":"15148797269718","imei2":"15148797269718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180766,"job_number":"JOB_180766","tr_customer_id":180784,"tr_customer_product_id":180774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:52.000Z","modified_at":"2026-02-08T15:03:32.000Z","name":"Kaleigh Hilll","mobile_number":"966-611-2899","email_id":"Barry_Kuphal98@yahoo.com","dop":"2025-04-06","serial_number":"16921035289374","imei1":"16921035289374","imei2":"16921035289374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180765,"job_number":"JOB_180765","tr_customer_id":180783,"tr_customer_product_id":180773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:52.000Z","modified_at":"2026-02-08T15:02:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11133901159190","imei1":"11133901159190","imei2":"11133901159190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180764,"job_number":"JOB_180764","tr_customer_id":180782,"tr_customer_product_id":180772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:53:26.000Z","modified_at":"2026-02-08T14:53:26.000Z","name":"Annabell Schuppe","mobile_number":"771-256-4597","email_id":"Ludie63@gmail.com","dop":"2025-04-06","serial_number":"11624366701933092","imei1":"11624366701933092","imei2":"11624366701933092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:53:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180763,"job_number":"JOB_180763","tr_customer_id":180781,"tr_customer_product_id":180771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:53:25.000Z","modified_at":"2026-02-08T14:54:06.000Z","name":"Mozell Monahan","mobile_number":"367-419-7471","email_id":"Raven.Carter12@hotmail.com","dop":"2025-04-06","serial_number":"19511608526350","imei1":"19511608526350","imei2":"19511608526350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:54:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180762,"job_number":"JOB_180762","tr_customer_id":180780,"tr_customer_product_id":180770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:53:24.000Z","modified_at":"2026-02-08T14:53:24.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11207340519352","imei1":"11207340519352","imei2":"11207340519352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:53:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180761,"job_number":"JOB_180761","tr_customer_id":180779,"tr_customer_product_id":180769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:52:37.000Z","modified_at":"2026-02-08T14:52:37.000Z","name":"Geo Wiegand","mobile_number":"817-988-4259","email_id":"Jarod24@gmail.com","dop":"2025-04-06","serial_number":"16961173668522258","imei1":"16961173668522258","imei2":"16961173668522258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:52:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180760,"job_number":"JOB_180760","tr_customer_id":180778,"tr_customer_product_id":180768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:52:35.000Z","modified_at":"2026-02-08T14:53:17.000Z","name":"Samson Steuber","mobile_number":"986-920-7193","email_id":"Emanuel.Rowe89@yahoo.com","dop":"2025-04-06","serial_number":"13279651410159","imei1":"13279651410159","imei2":"13279651410159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180759,"job_number":"JOB_180759","tr_customer_id":180777,"tr_customer_product_id":180767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:52:35.000Z","modified_at":"2026-02-08T14:52:35.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14924896553421","imei1":"14924896553421","imei2":"14924896553421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180757,"job_number":"JOB_180757","tr_customer_id":180775,"tr_customer_product_id":180765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:24.000Z","modified_at":"2026-02-08T14:37:24.000Z","name":"Dane Schaefer","mobile_number":"729-420-6726","email_id":"Julie.Ritchie@gmail.com","dop":"2025-04-06","serial_number":"15675454189262724","imei1":"15675454189262724","imei2":"15675454189262724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180756,"job_number":"JOB_180756","tr_customer_id":180774,"tr_customer_product_id":180764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:23.000Z","modified_at":"2026-02-08T14:37:23.000Z","name":"Esther Emmerich","mobile_number":"880-870-0636","email_id":"Lempi.Prohaska65@hotmail.com","dop":"2025-04-06","serial_number":"15688931058627826","imei1":"15688931058627826","imei2":"15688931058627826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180755,"job_number":"JOB_180755","tr_customer_id":180773,"tr_customer_product_id":180763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:23.000Z","modified_at":"2026-02-08T14:38:03.000Z","name":"Vilma Watsica","mobile_number":"380-950-6762","email_id":"Janessa.Cartwright@gmail.com","dop":"2025-04-06","serial_number":"16778571091354","imei1":"16778571091354","imei2":"16778571091354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180754,"job_number":"JOB_180754","tr_customer_id":180772,"tr_customer_product_id":180762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:22.000Z","modified_at":"2026-02-08T14:37:52.000Z","name":"Assunta Rolfson","mobile_number":"857-871-6523","email_id":"Filomena.Oberbrunner@gmail.com","dop":"2025-04-06","serial_number":"19128207409275","imei1":"19128207409275","imei2":"19128207409275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180753,"job_number":"JOB_180753","tr_customer_id":180771,"tr_customer_product_id":180761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:22.000Z","modified_at":"2026-02-08T14:37:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16249413041942","imei1":"16249413041942","imei2":"16249413041942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180752,"job_number":"JOB_180752","tr_customer_id":180770,"tr_customer_product_id":180760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:17.000Z","modified_at":"2026-02-08T14:37:17.000Z","name":"John Donnelly","mobile_number":"396-849-1619","email_id":"Norberto.Brakus52@hotmail.com","dop":"2025-04-06","serial_number":"17087362191044928","imei1":"17087362191044928","imei2":"17087362191044928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180751,"job_number":"JOB_180751","tr_customer_id":180769,"tr_customer_product_id":180759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:16.000Z","modified_at":"2026-02-08T14:37:57.000Z","name":"Murray Bernhard","mobile_number":"257-653-5484","email_id":"Nella51@hotmail.com","dop":"2025-04-06","serial_number":"19067413033035","imei1":"19067413033035","imei2":"19067413033035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180750,"job_number":"JOB_180750","tr_customer_id":180768,"tr_customer_product_id":180758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:16.000Z","modified_at":"2026-02-08T14:37:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16917390416499","imei1":"16917390416499","imei2":"16917390416499","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180749,"job_number":"JOB_180749","tr_customer_id":180767,"tr_customer_product_id":180757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:14.000Z","modified_at":"2026-02-08T14:37:14.000Z","name":"Ebony Thompson","mobile_number":"517-870-6006","email_id":"Delaney96@yahoo.com","dop":"2025-04-06","serial_number":"11170731839033284","imei1":"11170731839033284","imei2":"11170731839033284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180747,"job_number":"JOB_180747","tr_customer_id":180765,"tr_customer_product_id":180755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:13.000Z","modified_at":"2026-02-08T14:37:53.000Z","name":"Kaylee Gerlach","mobile_number":"695-708-3170","email_id":"Irwin29@hotmail.com","dop":"2025-04-06","serial_number":"13635829720181","imei1":"13635829720181","imei2":"13635829720181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180746,"job_number":"JOB_180746","tr_customer_id":180764,"tr_customer_product_id":180754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:13.000Z","modified_at":"2026-02-08T14:37:13.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"15477076327019","imei1":"15477076327019","imei2":"15477076327019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180745,"job_number":"JOB_180745","tr_customer_id":180763,"tr_customer_product_id":180753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:11.000Z","modified_at":"2026-02-08T14:37:11.000Z","name":"Jeff Stracke","mobile_number":"730-312-9968","email_id":"Maegan.Osinski81@hotmail.com","dop":"2025-04-06","serial_number":"19673669861498790","imei1":"19673669861498790","imei2":"19673669861498790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180744,"job_number":"JOB_180744","tr_customer_id":180762,"tr_customer_product_id":180752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:09.000Z","modified_at":"2026-02-08T14:37:50.000Z","name":"Judy Watsica","mobile_number":"619-648-7158","email_id":"Maurine_Cummings@hotmail.com","dop":"2025-04-06","serial_number":"17198524084306","imei1":"17198524084306","imei2":"17198524084306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180743,"job_number":"JOB_180743","tr_customer_id":180761,"tr_customer_product_id":180751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:09.000Z","modified_at":"2026-02-08T14:37:09.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"17076808923730","imei1":"17076808923730","imei2":"17076808923730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180741,"job_number":"JOB_180741","tr_customer_id":180759,"tr_customer_product_id":180749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:37.000Z","modified_at":"2026-02-08T14:36:37.000Z","name":"Rylan Blick","mobile_number":"562-345-5886","email_id":"Laney35@gmail.com","dop":"2025-04-06","serial_number":"10985475123273000","imei1":"10985475123273000","imei2":"10985475123273000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180740,"job_number":"JOB_180740","tr_customer_id":180758,"tr_customer_product_id":180748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:35.000Z","modified_at":"2026-02-08T14:37:15.000Z","name":"Colby Koch","mobile_number":"795-451-3583","email_id":"Coty_Watsica@yahoo.com","dop":"2025-04-06","serial_number":"11886346983252","imei1":"11886346983252","imei2":"11886346983252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180739,"job_number":"JOB_180739","tr_customer_id":180757,"tr_customer_product_id":180747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:35.000Z","modified_at":"2026-02-08T14:36:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14321346582165","imei1":"14321346582165","imei2":"14321346582165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180738,"job_number":"JOB_180738","tr_customer_id":180756,"tr_customer_product_id":180746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:34.000Z","modified_at":"2026-02-08T14:36:34.000Z","name":"Jaylen Welch","mobile_number":"378-477-9961","email_id":"Audreanne45@gmail.com","dop":"2025-04-06","serial_number":"15547066284882464","imei1":"15547066284882464","imei2":"15547066284882464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180737,"job_number":"JOB_180737","tr_customer_id":180755,"tr_customer_product_id":180745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:33.000Z","modified_at":"2026-02-08T14:37:12.000Z","name":"Mohamed Satterfield","mobile_number":"658-257-3190","email_id":"Ashtyn_Goodwin@gmail.com","dop":"2025-04-06","serial_number":"14902912982971","imei1":"14902912982971","imei2":"14902912982971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180736,"job_number":"JOB_180736","tr_customer_id":180754,"tr_customer_product_id":180744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:30.000Z","modified_at":"2026-02-08T14:36:30.000Z","name":"Verlie Rodriguez","mobile_number":"858-833-4488","email_id":"Barbara_Auer32@gmail.com","dop":"2025-04-06","serial_number":"19476574561770330","imei1":"19476574561770330","imei2":"19476574561770330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180735,"job_number":"JOB_180735","tr_customer_id":180753,"tr_customer_product_id":180743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:28.000Z","modified_at":"2026-02-08T14:37:08.000Z","name":"Shannon Pollich","mobile_number":"987-631-0485","email_id":"Wilfrid17@gmail.com","dop":"2025-04-06","serial_number":"10433093226745","imei1":"10433093226745","imei2":"10433093226745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180734,"job_number":"JOB_180734","tr_customer_id":180752,"tr_customer_product_id":180742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:28.000Z","modified_at":"2026-02-08T14:36:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16061224841371","imei1":"16061224841371","imei2":"16061224841371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180733,"job_number":"JOB_180733","tr_customer_id":180751,"tr_customer_product_id":180741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:27.000Z","modified_at":"2026-02-08T14:36:27.000Z","name":"Donavon Kassulke","mobile_number":"665-265-4475","email_id":"Clotilde.Kozey46@hotmail.com","dop":"2025-04-06","serial_number":"15204485925510948","imei1":"15204485925510948","imei2":"15204485925510948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180732,"job_number":"JOB_180732","tr_customer_id":180750,"tr_customer_product_id":180740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:25.000Z","modified_at":"2026-02-08T14:37:05.000Z","name":"Dante Morissette","mobile_number":"351-396-6089","email_id":"Twila78@gmail.com","dop":"2025-04-06","serial_number":"11716231036863","imei1":"11716231036863","imei2":"11716231036863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180731,"job_number":"JOB_180731","tr_customer_id":180749,"tr_customer_product_id":180739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:25.000Z","modified_at":"2026-02-08T14:36:25.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13595423384548","imei1":"13595423384548","imei2":"13595423384548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180730,"job_number":"JOB_180730","tr_customer_id":180748,"tr_customer_product_id":180738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:23.000Z","modified_at":"2026-02-08T14:36:23.000Z","name":"Guy Konopelski","mobile_number":"219-546-1156","email_id":"Abdul_Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"15356096203591724","imei1":"15356096203591724","imei2":"15356096203591724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180729,"job_number":"JOB_180729","tr_customer_id":180747,"tr_customer_product_id":180737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:21.000Z","modified_at":"2026-02-08T14:37:02.000Z","name":"Rodolfo Smith","mobile_number":"724-272-8291","email_id":"Yesenia.Walker@yahoo.com","dop":"2025-04-06","serial_number":"10499270089372","imei1":"10499270089372","imei2":"10499270089372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180728,"job_number":"JOB_180728","tr_customer_id":180746,"tr_customer_product_id":180736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:21.000Z","modified_at":"2026-02-08T14:36:21.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"18404818798930","imei1":"18404818798930","imei2":"18404818798930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180727,"job_number":"JOB_180727","tr_customer_id":180745,"tr_customer_product_id":180735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:49.000Z","modified_at":"2026-02-08T14:35:49.000Z","name":"Josianne Lesch","mobile_number":"364-925-7156","email_id":"Rusty86@gmail.com","dop":"2025-04-06","serial_number":"19281679877217350","imei1":"19281679877217350","imei2":"19281679877217350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180726,"job_number":"JOB_180726","tr_customer_id":180744,"tr_customer_product_id":180734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:48.000Z","modified_at":"2026-02-08T14:36:28.000Z","name":"Cassandre Nicolas","mobile_number":"662-322-0176","email_id":"Lisandro85@yahoo.com","dop":"2025-04-06","serial_number":"14636313313441","imei1":"14636313313441","imei2":"14636313313441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180725,"job_number":"JOB_180725","tr_customer_id":180743,"tr_customer_product_id":180733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:48.000Z","modified_at":"2026-02-08T14:35:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17047548559424","imei1":"17047548559424","imei2":"17047548559424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180724,"job_number":"JOB_180724","tr_customer_id":180742,"tr_customer_product_id":180732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:41.000Z","modified_at":"2026-02-08T14:35:41.000Z","name":"Lucinda Bernier","mobile_number":"546-540-6250","email_id":"Sabryna90@yahoo.com","dop":"2025-04-06","serial_number":"16447982926946080","imei1":"16447982926946080","imei2":"16447982926946080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180723,"job_number":"JOB_180723","tr_customer_id":180741,"tr_customer_product_id":180731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:40.000Z","modified_at":"2026-02-08T14:36:21.000Z","name":"Elias Thompson","mobile_number":"331-413-1344","email_id":"Abigayle42@hotmail.com","dop":"2025-04-06","serial_number":"17054298919508","imei1":"17054298919508","imei2":"17054298919508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180722,"job_number":"JOB_180722","tr_customer_id":180740,"tr_customer_product_id":180730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:40.000Z","modified_at":"2026-02-08T14:35:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12391076118317","imei1":"12391076118317","imei2":"12391076118317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180721,"job_number":"JOB_180721","tr_customer_id":180739,"tr_customer_product_id":180729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:39.000Z","modified_at":"2026-02-08T14:35:39.000Z","name":"Vaughn Kozey","mobile_number":"510-876-7173","email_id":"Ezra_Ortiz@hotmail.com","dop":"2025-04-06","serial_number":"12458741410507062","imei1":"12458741410507062","imei2":"12458741410507062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180720,"job_number":"JOB_180720","tr_customer_id":180738,"tr_customer_product_id":180728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:37.000Z","modified_at":"2026-02-08T14:36:18.000Z","name":"Ena Bechtelar","mobile_number":"604-327-0339","email_id":"Sigmund0@hotmail.com","dop":"2025-04-06","serial_number":"16994800625791","imei1":"16994800625791","imei2":"16994800625791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180719,"job_number":"JOB_180719","tr_customer_id":180737,"tr_customer_product_id":180727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:37.000Z","modified_at":"2026-02-08T14:35:37.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"14660646192756","imei1":"14660646192756","imei2":"14660646192756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180718,"job_number":"JOB_180718","tr_customer_id":180736,"tr_customer_product_id":180726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:35.000Z","modified_at":"2026-02-08T14:35:35.000Z","name":"Keith Schaden","mobile_number":"211-388-1309","email_id":"Ally60@yahoo.com","dop":"2025-04-06","serial_number":"18026911207518310","imei1":"18026911207518310","imei2":"18026911207518310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180717,"job_number":"JOB_180717","tr_customer_id":180735,"tr_customer_product_id":180725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:33.000Z","modified_at":"2026-02-08T14:36:14.000Z","name":"Floyd Hudson","mobile_number":"900-261-5057","email_id":"Cheyanne_Emard46@gmail.com","dop":"2025-04-06","serial_number":"18413140170185","imei1":"18413140170185","imei2":"18413140170185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180716,"job_number":"JOB_180716","tr_customer_id":180734,"tr_customer_product_id":180724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:33.000Z","modified_at":"2026-02-08T14:35:33.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17768084464110","imei1":"17768084464110","imei2":"17768084464110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180715,"job_number":"JOB_180715","tr_customer_id":180733,"tr_customer_product_id":180723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:18.000Z","modified_at":"2026-02-08T14:35:18.000Z","name":"Halie Schaden","mobile_number":"275-756-9529","email_id":"Rachel.Berge@hotmail.com","dop":"2025-04-06","serial_number":"12565054062744512","imei1":"12565054062744512","imei2":"12565054062744512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180714,"job_number":"JOB_180714","tr_customer_id":180732,"tr_customer_product_id":180722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:17.000Z","modified_at":"2026-02-08T14:35:58.000Z","name":"Leonie Kemmer","mobile_number":"716-451-2663","email_id":"Margaretta_Rippin85@gmail.com","dop":"2025-04-06","serial_number":"17883229710865","imei1":"17883229710865","imei2":"17883229710865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180713,"job_number":"JOB_180713","tr_customer_id":180731,"tr_customer_product_id":180721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:01.000Z","modified_at":"2026-02-08T14:35:01.000Z","name":"Jamar Harber","mobile_number":"444-945-6780","email_id":"Esther.Pfeffer@hotmail.com","dop":"2025-04-06","serial_number":"13491293098809334","imei1":"13491293098809334","imei2":"13491293098809334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180712,"job_number":"JOB_180712","tr_customer_id":180730,"tr_customer_product_id":180720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:00.000Z","modified_at":"2026-02-08T14:35:38.000Z","name":"Jaylan Johnston","mobile_number":"408-572-7833","email_id":"Lilian82@yahoo.com","dop":"2025-04-06","serial_number":"19515851284604","imei1":"19515851284604","imei2":"19515851284604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:35:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180711,"job_number":"JOB_180711","tr_customer_id":180729,"tr_customer_product_id":180719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:00.000Z","modified_at":"2026-02-08T14:35:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037964723916","imei1":"16037964723916","imei2":"16037964723916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180710,"job_number":"JOB_180710","tr_customer_id":180728,"tr_customer_product_id":180718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:16.000Z","modified_at":"2026-02-08T14:34:16.000Z","name":"Aiyana O'Reilly","mobile_number":"521-671-2637","email_id":"Violet47@yahoo.com","dop":"2025-04-06","serial_number":"18836776955496480","imei1":"18836776955496480","imei2":"18836776955496480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180709,"job_number":"JOB_180709","tr_customer_id":180727,"tr_customer_product_id":180717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:15.000Z","modified_at":"2026-02-08T14:34:53.000Z","name":"Trycia Becker","mobile_number":"359-894-0285","email_id":"Carleton_Dibbert94@hotmail.com","dop":"2025-04-06","serial_number":"11830136059171","imei1":"11830136059171","imei2":"11830136059171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180708,"job_number":"JOB_180708","tr_customer_id":180726,"tr_customer_product_id":180716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:14.000Z","modified_at":"2026-02-08T14:34:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19513483333827","imei1":"19513483333827","imei2":"19513483333827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180704,"job_number":"JOB_180704","tr_customer_id":180722,"tr_customer_product_id":180712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:56.000Z","modified_at":"2026-02-08T14:33:56.000Z","name":"Brendon Greenholt","mobile_number":"956-812-2178","email_id":"Brigitte30@gmail.com","dop":"2025-04-06","serial_number":"15938994332419052","imei1":"15938994332419052","imei2":"15938994332419052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180701,"job_number":"JOB_180701","tr_customer_id":180719,"tr_customer_product_id":180709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:54.000Z","modified_at":"2026-02-08T14:34:34.000Z","name":"Mylene Prohaska","mobile_number":"740-894-7991","email_id":"Emory84@hotmail.com","dop":"2025-04-06","serial_number":"10886478567011","imei1":"10886478567011","imei2":"10886478567011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180699,"job_number":"JOB_180699","tr_customer_id":180717,"tr_customer_product_id":180707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:54.000Z","modified_at":"2026-02-08T14:33:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19853778081182","imei1":"19853778081182","imei2":"19853778081182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180698,"job_number":"JOB_180698","tr_customer_id":180716,"tr_customer_product_id":180706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:50.000Z","modified_at":"2026-02-08T14:33:50.000Z","name":"Lola Blick","mobile_number":"758-251-8141","email_id":"Ebony6@gmail.com","dop":"2025-04-06","serial_number":"12417856477188788","imei1":"12417856477188788","imei2":"12417856477188788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180697,"job_number":"JOB_180697","tr_customer_id":180715,"tr_customer_product_id":180705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:48.000Z","modified_at":"2026-02-08T14:34:24.000Z","name":"Sadye Schuppe","mobile_number":"507-550-1037","email_id":"Sincere.Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"16070676272942","imei1":"16070676272942","imei2":"16070676272942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180696,"job_number":"JOB_180696","tr_customer_id":180714,"tr_customer_product_id":180704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:48.000Z","modified_at":"2026-02-08T14:33:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14464513725479","imei1":"14464513725479","imei2":"14464513725479","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180695,"job_number":"JOB_180695","tr_customer_id":180713,"tr_customer_product_id":180703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:41.000Z","modified_at":"2026-02-08T14:33:41.000Z","name":"Nash Kertzmann","mobile_number":"877-659-7671","email_id":"Cyril50@yahoo.com","dop":"2025-04-06","serial_number":"18145490695890990","imei1":"18145490695890990","imei2":"18145490695890990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180694,"job_number":"JOB_180694","tr_customer_id":180712,"tr_customer_product_id":180702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:40.000Z","modified_at":"2026-02-08T14:34:20.000Z","name":"Julian Beahan","mobile_number":"774-482-7629","email_id":"Brad_Gusikowski@yahoo.com","dop":"2025-04-06","serial_number":"13746695724614","imei1":"13746695724614","imei2":"13746695724614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180690,"job_number":"JOB_180690","tr_customer_id":180708,"tr_customer_product_id":180698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:29.000Z","modified_at":"2026-02-08T14:33:29.000Z","name":"Elouise Considine","mobile_number":"863-717-5561","email_id":"Claude.MacGyver14@gmail.com","dop":"2025-04-06","serial_number":"15878695079629820","imei1":"15878695079629820","imei2":"15878695079629820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180689,"job_number":"JOB_180689","tr_customer_id":180707,"tr_customer_product_id":180697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:28.000Z","modified_at":"2026-02-08T14:34:07.000Z","name":"Ricky Stiedemann","mobile_number":"966-201-8652","email_id":"Emiliano13@hotmail.com","dop":"2025-04-06","serial_number":"19678188855231","imei1":"19678188855231","imei2":"19678188855231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180688,"job_number":"JOB_180688","tr_customer_id":180706,"tr_customer_product_id":180696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:27.000Z","modified_at":"2026-02-08T14:33:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11976293283832","imei1":"11976293283832","imei2":"11976293283832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180687,"job_number":"JOB_180687","tr_customer_id":180705,"tr_customer_product_id":180695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:09.000Z","modified_at":"2026-02-08T14:33:09.000Z","name":"Burley Schuppe","mobile_number":"776-398-5070","email_id":"Simeon26@gmail.com","dop":"2025-04-06","serial_number":"19789631832212188","imei1":"19789631832212188","imei2":"19789631832212188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180686,"job_number":"JOB_180686","tr_customer_id":180704,"tr_customer_product_id":180694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:07.000Z","modified_at":"2026-02-08T14:33:47.000Z","name":"Desiree Schultz","mobile_number":"632-230-4170","email_id":"Elizabeth10@hotmail.com","dop":"2025-04-06","serial_number":"17300863044849","imei1":"17300863044849","imei2":"17300863044849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180685,"job_number":"JOB_180685","tr_customer_id":180703,"tr_customer_product_id":180693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:07.000Z","modified_at":"2026-02-08T14:33:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905184044381","imei1":"16905184044381","imei2":"16905184044381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180684,"job_number":"JOB_180684","tr_customer_id":180702,"tr_customer_product_id":180692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:06.000Z","modified_at":"2026-02-08T14:33:06.000Z","name":"Myrtis Schuppe","mobile_number":"695-904-7204","email_id":"Isaiah_Wyman75@yahoo.com","dop":"2025-04-06","serial_number":"15810137682561592","imei1":"15810137682561592","imei2":"15810137682561592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180683,"job_number":"JOB_180683","tr_customer_id":180701,"tr_customer_product_id":180691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:05.000Z","modified_at":"2026-02-08T14:33:41.000Z","name":"Bobbie Kautzer","mobile_number":"630-421-1312","email_id":"Justus.Luettgen@yahoo.com","dop":"2025-04-06","serial_number":"17079331786271","imei1":"17079331786271","imei2":"17079331786271","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180682,"job_number":"JOB_180682","tr_customer_id":180700,"tr_customer_product_id":180690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:05.000Z","modified_at":"2026-02-08T14:33:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11934818412011","imei1":"11934818412011","imei2":"11934818412011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180681,"job_number":"JOB_180681","tr_customer_id":180699,"tr_customer_product_id":180689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:56.000Z","modified_at":"2026-02-08T14:32:56.000Z","name":"Gwendolyn Sipes","mobile_number":"872-238-2973","email_id":"Darius6@hotmail.com","dop":"2025-04-06","serial_number":"17049858834535136","imei1":"17049858834535136","imei2":"17049858834535136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180680,"job_number":"JOB_180680","tr_customer_id":180698,"tr_customer_product_id":180688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:55.000Z","modified_at":"2026-02-08T14:33:26.000Z","name":"Miles Reilly","mobile_number":"857-358-4627","email_id":"Wiley_Paucek27@yahoo.com","dop":"2025-04-06","serial_number":"14963980032386","imei1":"14963980032386","imei2":"14963980032386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180679,"job_number":"JOB_180679","tr_customer_id":180697,"tr_customer_product_id":180687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:23.000Z","modified_at":"2026-02-08T14:32:23.000Z","name":"Erna Homenick","mobile_number":"975-783-9655","email_id":"Raheem36@gmail.com","dop":"2025-04-06","serial_number":"19962081859507550","imei1":"19962081859507550","imei2":"19962081859507550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180678,"job_number":"JOB_180678","tr_customer_id":180696,"tr_customer_product_id":180686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:22.000Z","modified_at":"2026-02-08T14:32:58.000Z","name":"Abagail Olson","mobile_number":"830-365-9013","email_id":"Ally.Legros91@yahoo.com","dop":"2025-04-06","serial_number":"13311031016285","imei1":"13311031016285","imei2":"13311031016285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180677,"job_number":"JOB_180677","tr_customer_id":180695,"tr_customer_product_id":180685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:22.000Z","modified_at":"2026-02-08T14:32:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19858425935583","imei1":"19858425935583","imei2":"19858425935583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180676,"job_number":"JOB_180676","tr_customer_id":180694,"tr_customer_product_id":180684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:21.000Z","modified_at":"2026-02-08T14:32:21.000Z","name":"Layla Breitenberg","mobile_number":"424-484-3411","email_id":"Brant_Wintheiser@gmail.com","dop":"2025-04-06","serial_number":"11891752915272896","imei1":"11891752915272896","imei2":"11891752915272896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180675,"job_number":"JOB_180675","tr_customer_id":180693,"tr_customer_product_id":180683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:19.000Z","modified_at":"2026-02-08T14:32:59.000Z","name":"Wilburn Reichert","mobile_number":"268-332-9824","email_id":"Sam_Schultz@gmail.com","dop":"2025-04-06","serial_number":"12519749741109","imei1":"12519749741109","imei2":"12519749741109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180674,"job_number":"JOB_180674","tr_customer_id":180692,"tr_customer_product_id":180682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:19.000Z","modified_at":"2026-02-08T14:32:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16717530874995","imei1":"16717530874995","imei2":"16717530874995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180673,"job_number":"JOB_180673","tr_customer_id":180691,"tr_customer_product_id":180681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:30:05.000Z","modified_at":"2026-02-08T14:30:05.000Z","name":"Celine Ziemann","mobile_number":"710-509-2062","email_id":"Grant.Pfannerstill@yahoo.com","dop":"2025-04-06","serial_number":"13205013139632332","imei1":"13205013139632332","imei2":"13205013139632332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180672,"job_number":"JOB_180672","tr_customer_id":180690,"tr_customer_product_id":180680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:30:04.000Z","modified_at":"2026-02-08T14:30:46.000Z","name":"Sincere Reichel","mobile_number":"673-729-9408","email_id":"Maxime78@hotmail.com","dop":"2025-04-06","serial_number":"12210515928721","imei1":"12210515928721","imei2":"12210515928721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:30:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180671,"job_number":"JOB_180671","tr_customer_id":180689,"tr_customer_product_id":180679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:30:04.000Z","modified_at":"2026-02-08T14:30:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12200938957838","imei1":"12200938957838","imei2":"12200938957838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180670,"job_number":"JOB_180670","tr_customer_id":180688,"tr_customer_product_id":180678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:28.000Z","modified_at":"2026-02-08T14:29:28.000Z","name":"Flo Ruecker","mobile_number":"389-221-9152","email_id":"Fanny.Schamberger@gmail.com","dop":"2025-04-06","serial_number":"11606743275147552","imei1":"11606743275147552","imei2":"11606743275147552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:29:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180669,"job_number":"JOB_180669","tr_customer_id":180687,"tr_customer_product_id":180677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:27.000Z","modified_at":"2026-02-08T14:30:07.000Z","name":"Daija Kessler","mobile_number":"427-203-9439","email_id":"Gabe.Hoeger18@yahoo.com","dop":"2025-04-06","serial_number":"18016035435851","imei1":"18016035435851","imei2":"18016035435851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180668,"job_number":"JOB_180668","tr_customer_id":180686,"tr_customer_product_id":180676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:16.000Z","modified_at":"2026-02-08T14:29:16.000Z","name":"Millie Bogisich","mobile_number":"791-979-1611","email_id":"Ray80@yahoo.com","dop":"2025-04-06","serial_number":"18113609060645676","imei1":"18113609060645676","imei2":"18113609060645676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:29:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180667,"job_number":"JOB_180667","tr_customer_id":180685,"tr_customer_product_id":180675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:15.000Z","modified_at":"2026-02-08T14:29:56.000Z","name":"Grace Hane","mobile_number":"476-716-1586","email_id":"Golda.OKon@yahoo.com","dop":"2025-04-06","serial_number":"19149285350869","imei1":"19149285350869","imei2":"19149285350869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180666,"job_number":"JOB_180666","tr_customer_id":180684,"tr_customer_product_id":180674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:15.000Z","modified_at":"2026-02-08T14:29:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18152327947782","imei1":"18152327947782","imei2":"18152327947782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180663,"job_number":"JOB_180663","tr_customer_id":180681,"tr_customer_product_id":180671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:34.000Z","modified_at":"2026-02-08T14:28:34.000Z","name":"Fleta McCullough","mobile_number":"690-739-9706","email_id":"Emmanuel8@gmail.com","dop":"2025-04-06","serial_number":"18344647786099756","imei1":"18344647786099756","imei2":"18344647786099756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180662,"job_number":"JOB_180662","tr_customer_id":180680,"tr_customer_product_id":180670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:33.000Z","modified_at":"2026-02-08T14:29:12.000Z","name":"Gregory Sipes","mobile_number":"998-440-9652","email_id":"Ottis.Lehner29@gmail.com","dop":"2025-04-06","serial_number":"14774681703473","imei1":"14774681703473","imei2":"14774681703473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180661,"job_number":"JOB_180661","tr_customer_id":180679,"tr_customer_product_id":180669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:32.000Z","modified_at":"2026-02-08T14:28:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17863105104038","imei1":"17863105104038","imei2":"17863105104038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180659,"job_number":"JOB_180659","tr_customer_id":180677,"tr_customer_product_id":180667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:27.000Z","modified_at":"2026-02-08T14:28:27.000Z","name":"Mateo Will","mobile_number":"982-604-6780","email_id":"Sallie0@hotmail.com","dop":"2025-04-06","serial_number":"18996294927067980","imei1":"18996294927067980","imei2":"18996294927067980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180658,"job_number":"JOB_180658","tr_customer_id":180676,"tr_customer_product_id":180666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:26.000Z","modified_at":"2026-02-08T14:29:07.000Z","name":"Arnold Stehr","mobile_number":"329-607-7801","email_id":"Marcella11@hotmail.com","dop":"2025-04-06","serial_number":"12291482507819","imei1":"12291482507819","imei2":"12291482507819","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180657,"job_number":"JOB_180657","tr_customer_id":180675,"tr_customer_product_id":180665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:25.000Z","modified_at":"2026-02-08T14:28:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10424478635803","imei1":"10424478635803","imei2":"10424478635803","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180656,"job_number":"JOB_180656","tr_customer_id":180674,"tr_customer_product_id":180664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:12.000Z","modified_at":"2026-02-08T14:28:12.000Z","name":"Moshe Leannon","mobile_number":"579-775-8631","email_id":"Caleigh.Klocko47@yahoo.com","dop":"2025-04-06","serial_number":"12318242200113064","imei1":"12318242200113064","imei2":"12318242200113064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180655,"job_number":"JOB_180655","tr_customer_id":180673,"tr_customer_product_id":180663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:10.000Z","modified_at":"2026-02-08T14:28:48.000Z","name":"Ernie Watsica","mobile_number":"470-627-2357","email_id":"Delphia_Shields@gmail.com","dop":"2025-04-06","serial_number":"11627046990619","imei1":"11627046990619","imei2":"11627046990619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180654,"job_number":"JOB_180654","tr_customer_id":180672,"tr_customer_product_id":180662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:10.000Z","modified_at":"2026-02-08T14:28:10.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19581167757173","imei1":"19581167757173","imei2":"19581167757173","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180653,"job_number":"JOB_180653","tr_customer_id":180671,"tr_customer_product_id":180661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:09.000Z","modified_at":"2026-02-08T14:28:09.000Z","name":"Hannah Schowalter","mobile_number":"919-942-1015","email_id":"Rebekah.Adams71@gmail.com","dop":"2025-04-06","serial_number":"18309789408050932","imei1":"18309789408050932","imei2":"18309789408050932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180652,"job_number":"JOB_180652","tr_customer_id":180670,"tr_customer_product_id":180660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:07.000Z","modified_at":"2026-02-08T14:28:46.000Z","name":"Aniyah Roberts","mobile_number":"729-869-3592","email_id":"Cathryn_Harris29@gmail.com","dop":"2025-04-06","serial_number":"10347420805777","imei1":"10347420805777","imei2":"10347420805777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180651,"job_number":"JOB_180651","tr_customer_id":180669,"tr_customer_product_id":180659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:47.000Z","modified_at":"2026-02-08T14:27:47.000Z","name":"Elmer Prosacco","mobile_number":"855-963-1155","email_id":"Shaun.Batz36@hotmail.com","dop":"2025-04-06","serial_number":"15180123192468258","imei1":"15180123192468258","imei2":"15180123192468258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180650,"job_number":"JOB_180650","tr_customer_id":180668,"tr_customer_product_id":180658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:46.000Z","modified_at":"2026-02-08T14:28:25.000Z","name":"Tanner Bednar","mobile_number":"447-391-4091","email_id":"Emery95@hotmail.com","dop":"2025-04-06","serial_number":"16750642075398","imei1":"16750642075398","imei2":"16750642075398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180649,"job_number":"JOB_180649","tr_customer_id":180667,"tr_customer_product_id":180657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:46.000Z","modified_at":"2026-02-08T14:27:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14626811347729","imei1":"14626811347729","imei2":"14626811347729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180648,"job_number":"JOB_180648","tr_customer_id":180666,"tr_customer_product_id":180656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:26.000Z","modified_at":"2026-02-08T14:27:26.000Z","name":"Alexys Wehner","mobile_number":"201-524-4387","email_id":"Vicky47@hotmail.com","dop":"2025-04-06","serial_number":"17661960058004280","imei1":"17661960058004280","imei2":"17661960058004280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180647,"job_number":"JOB_180647","tr_customer_id":180665,"tr_customer_product_id":180655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:25.000Z","modified_at":"2026-02-08T14:28:03.000Z","name":"Georgiana Bayer","mobile_number":"936-732-9708","email_id":"Meghan_Kertzmann@gmail.com","dop":"2025-04-06","serial_number":"19123329089938","imei1":"19123329089938","imei2":"19123329089938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180646,"job_number":"JOB_180646","tr_customer_id":180664,"tr_customer_product_id":180654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:25.000Z","modified_at":"2026-02-08T14:27:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18450364582926","imei1":"18450364582926","imei2":"18450364582926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180645,"job_number":"JOB_180645","tr_customer_id":180663,"tr_customer_product_id":180653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:03.000Z","modified_at":"2026-02-08T14:27:03.000Z","name":"Berneice Price","mobile_number":"873-280-6000","email_id":"Layne_Schimmel28@yahoo.com","dop":"2025-04-06","serial_number":"10995544047478364","imei1":"10995544047478364","imei2":"10995544047478364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180644,"job_number":"JOB_180644","tr_customer_id":180662,"tr_customer_product_id":180652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:02.000Z","modified_at":"2026-02-08T14:27:42.000Z","name":"Theresia Kling","mobile_number":"244-757-1987","email_id":"Kamren_Sporer@gmail.com","dop":"2025-04-06","serial_number":"19149641500376","imei1":"19149641500376","imei2":"19149641500376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180643,"job_number":"JOB_180643","tr_customer_id":180661,"tr_customer_product_id":180651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:02.000Z","modified_at":"2026-02-08T14:27:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18146556114062","imei1":"18146556114062","imei2":"18146556114062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180642,"job_number":"JOB_180642","tr_customer_id":180660,"tr_customer_product_id":180650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:01.000Z","modified_at":"2026-02-08T14:27:01.000Z","name":"Karl Schaden","mobile_number":"698-558-8503","email_id":"Kole.Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"13948378547733976","imei1":"13948378547733976","imei2":"13948378547733976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180641,"job_number":"JOB_180641","tr_customer_id":180659,"tr_customer_product_id":180649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:59.000Z","modified_at":"2026-02-08T14:27:39.000Z","name":"Sabrina Deckow","mobile_number":"732-671-1127","email_id":"Isabel26@hotmail.com","dop":"2025-04-06","serial_number":"19568030596144","imei1":"19568030596144","imei2":"19568030596144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180640,"job_number":"JOB_180640","tr_customer_id":180658,"tr_customer_product_id":180648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:59.000Z","modified_at":"2026-02-08T14:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17083700156570","imei1":"17083700156570","imei2":"17083700156570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180639,"job_number":"JOB_180639","tr_customer_id":180657,"tr_customer_product_id":180647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:56.000Z","modified_at":"2026-02-08T14:26:56.000Z","name":"Marianna Mayer","mobile_number":"866-788-4910","email_id":"Shaun0@yahoo.com","dop":"2025-04-06","serial_number":"16628768293653930","imei1":"16628768293653930","imei2":"16628768293653930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180638,"job_number":"JOB_180638","tr_customer_id":180656,"tr_customer_product_id":180646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:55.000Z","modified_at":"2026-02-08T14:27:33.000Z","name":"Althea Waters","mobile_number":"742-270-6779","email_id":"Laverne.Pacocha@hotmail.com","dop":"2025-04-06","serial_number":"12224714055095","imei1":"12224714055095","imei2":"12224714055095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180637,"job_number":"JOB_180637","tr_customer_id":180655,"tr_customer_product_id":180645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:55.000Z","modified_at":"2026-02-08T14:26:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17973095445641","imei1":"17973095445641","imei2":"17973095445641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180636,"job_number":"JOB_180636","tr_customer_id":180654,"tr_customer_product_id":180644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:41.000Z","modified_at":"2026-02-08T14:26:41.000Z","name":"Rene Lakin","mobile_number":"313-239-9906","email_id":"Faustino.Orn49@yahoo.com","dop":"2025-04-06","serial_number":"12588223049745100","imei1":"12588223049745100","imei2":"12588223049745100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180635,"job_number":"JOB_180635","tr_customer_id":180653,"tr_customer_product_id":180643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:39.000Z","modified_at":"2026-02-08T14:27:18.000Z","name":"Ozella Ankunding","mobile_number":"972-531-2488","email_id":"Fernando_Langworth@yahoo.com","dop":"2025-04-06","serial_number":"10050082948645","imei1":"10050082948645","imei2":"10050082948645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180634,"job_number":"JOB_180634","tr_customer_id":180652,"tr_customer_product_id":180642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:39.000Z","modified_at":"2026-02-08T14:26:39.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18952458001854","imei1":"18952458001854","imei2":"18952458001854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180633,"job_number":"JOB_180633","tr_customer_id":180651,"tr_customer_product_id":180641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:16.000Z","modified_at":"2026-02-08T14:26:16.000Z","name":"Baylee Jerde","mobile_number":"650-340-6325","email_id":"Ashleigh63@yahoo.com","dop":"2025-04-06","serial_number":"18701744897610890","imei1":"18701744897610890","imei2":"18701744897610890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180632,"job_number":"JOB_180632","tr_customer_id":180650,"tr_customer_product_id":180640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:15.000Z","modified_at":"2026-02-08T14:26:54.000Z","name":"Bradley Bernhard","mobile_number":"490-591-8668","email_id":"Mauricio.Tillman@gmail.com","dop":"2025-04-06","serial_number":"13791920564700","imei1":"13791920564700","imei2":"13791920564700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180631,"job_number":"JOB_180631","tr_customer_id":180649,"tr_customer_product_id":180639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:14.000Z","modified_at":"2026-02-08T14:26:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16543625386449","imei1":"16543625386449","imei2":"16543625386449","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180630,"job_number":"JOB_180630","tr_customer_id":180648,"tr_customer_product_id":180638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:11.000Z","modified_at":"2026-02-08T14:26:11.000Z","name":"Jarrod Sawayn","mobile_number":"734-326-5007","email_id":"Cedrick_Purdy80@yahoo.com","dop":"2025-04-06","serial_number":"19293028001380776","imei1":"19293028001380776","imei2":"19293028001380776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180629,"job_number":"JOB_180629","tr_customer_id":180647,"tr_customer_product_id":180637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:10.000Z","modified_at":"2026-02-08T14:26:48.000Z","name":"Kiara Ryan","mobile_number":"560-208-6756","email_id":"Tianna48@hotmail.com","dop":"2025-04-06","serial_number":"17113780318758","imei1":"17113780318758","imei2":"17113780318758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180628,"job_number":"JOB_180628","tr_customer_id":180646,"tr_customer_product_id":180636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:09.000Z","modified_at":"2026-02-08T14:26:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12084375608828","imei1":"12084375608828","imei2":"12084375608828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180627,"job_number":"JOB_180627","tr_customer_id":180645,"tr_customer_product_id":180635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:29.000Z","modified_at":"2026-02-08T14:25:29.000Z","name":"Emmett Hills","mobile_number":"603-322-3804","email_id":"Pascale_Hettinger69@gmail.com","dop":"2025-04-06","serial_number":"13556698490155630","imei1":"13556698490155630","imei2":"13556698490155630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180626,"job_number":"JOB_180626","tr_customer_id":180644,"tr_customer_product_id":180634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:27.000Z","modified_at":"2026-02-08T14:26:07.000Z","name":"Tessie Konopelski","mobile_number":"914-294-4786","email_id":"Marisol99@hotmail.com","dop":"2025-04-06","serial_number":"11080152594051","imei1":"11080152594051","imei2":"11080152594051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:26:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180625,"job_number":"JOB_180625","tr_customer_id":180643,"tr_customer_product_id":180633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:27.000Z","modified_at":"2026-02-08T14:25:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10817750843860","imei1":"10817750843860","imei2":"10817750843860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180624,"job_number":"JOB_180624","tr_customer_id":180642,"tr_customer_product_id":180632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:26.000Z","modified_at":"2026-02-08T14:25:26.000Z","name":"Gabriella Simonis","mobile_number":"304-545-5550","email_id":"Luther.Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"17045357272701778","imei1":"17045357272701778","imei2":"17045357272701778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180623,"job_number":"JOB_180623","tr_customer_id":180641,"tr_customer_product_id":180631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:24.000Z","modified_at":"2026-02-08T14:26:02.000Z","name":"Hubert Hickle","mobile_number":"494-407-6649","email_id":"August48@hotmail.com","dop":"2025-04-06","serial_number":"11100868065092","imei1":"11100868065092","imei2":"11100868065092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:26:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180622,"job_number":"JOB_180622","tr_customer_id":180640,"tr_customer_product_id":180630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:24.000Z","modified_at":"2026-02-08T14:25:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12981560262399","imei1":"12981560262399","imei2":"12981560262399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180620,"job_number":"JOB_180620","tr_customer_id":180638,"tr_customer_product_id":180628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:08.000Z","modified_at":"2026-02-08T14:25:46.000Z","name":"Zechariah Kovacek","mobile_number":"979-663-1284","email_id":"Dorian.Bergnaum@yahoo.com","dop":"2000-01-31","serial_number":"10402672205579","imei1":"10402672205579","imei2":"10402672205579","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180617,"job_number":"JOB_180617","tr_customer_id":180635,"tr_customer_product_id":180625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:24:22.000Z","modified_at":"2026-02-08T14:25:01.000Z","name":"Uriel Terry","mobile_number":"755-879-4813","email_id":"Faye.Senger56@gmail.com","dop":"2000-01-31","serial_number":"10149867358156","imei1":"10149867358156","imei2":"10149867358156","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180614,"job_number":"JOB_180614","tr_customer_id":180632,"tr_customer_product_id":180622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:37.000Z","modified_at":"2026-02-08T14:24:15.000Z","name":"Leopold Skiles","mobile_number":"994-805-6256","email_id":"Noe_Predovic@yahoo.com","dop":"2000-01-31","serial_number":"10140429586198","imei1":"10140429586198","imei2":"10140429586198","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180612,"job_number":"JOB_180612","tr_customer_id":180630,"tr_customer_product_id":180620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:14.000Z","modified_at":"2026-02-08T14:23:14.000Z","name":"Kurtis Nitzsche","mobile_number":"596-929-5837","email_id":"Travon.Moore58@gmail.com","dop":"2025-06-18","serial_number":"1097538551322889","imei1":"1097538551322889","imei2":"1097538551322889","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180611,"job_number":"JOB_180611","tr_customer_id":180629,"tr_customer_product_id":180619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:14.000Z","modified_at":"2026-02-08T14:23:50.000Z","name":"Ernestina Murray","mobile_number":"823-447-4150","email_id":"Teresa_Hilpert@gmail.com","dop":"2025-06-18","serial_number":"10006538692263","imei1":"10006538692263","imei2":"10006538692263","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180610,"job_number":"JOB_180610","tr_customer_id":180628,"tr_customer_product_id":180618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:14.000Z","modified_at":"2026-02-08T14:23:14.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10167572570279","imei1":"10167572570279","imei2":"10167572570279","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180608,"job_number":"JOB_180608","tr_customer_id":180626,"tr_customer_product_id":180616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:52.000Z","modified_at":"2026-02-08T14:23:30.000Z","name":"Estell Daugherty","mobile_number":"565-377-2631","email_id":"Jarrod0@hotmail.com","dop":"2000-01-31","serial_number":"10799762033297","imei1":"10799762033297","imei2":"10799762033297","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:23:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180606,"job_number":"JOB_180606","tr_customer_id":180624,"tr_customer_product_id":180614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:47.000Z","modified_at":"2026-02-08T14:22:47.000Z","name":"Greyson Barrows","mobile_number":"248-701-0857","email_id":"Melissa_Grady@yahoo.com","dop":"2025-04-06","serial_number":"14464942977519696","imei1":"14464942977519696","imei2":"14464942977519696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180605,"job_number":"JOB_180605","tr_customer_id":180623,"tr_customer_product_id":180613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:46.000Z","modified_at":"2026-02-08T14:23:25.000Z","name":"Christina Sauer","mobile_number":"999-338-9817","email_id":"Melissa27@yahoo.com","dop":"2025-04-06","serial_number":"11166159367662","imei1":"11166159367662","imei2":"11166159367662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180604,"job_number":"JOB_180604","tr_customer_id":180622,"tr_customer_product_id":180612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:45.000Z","modified_at":"2026-02-08T14:22:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15837040606229","imei1":"15837040606229","imei2":"15837040606229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180603,"job_number":"JOB_180603","tr_customer_id":180621,"tr_customer_product_id":180611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:31.000Z","modified_at":"2026-02-08T14:22:31.000Z","name":"America Legros","mobile_number":"568-873-2693","email_id":"Elta55@yahoo.com","dop":"2025-06-18","serial_number":"1057689858638897","imei1":"1057689858638897","imei2":"1057689858638897","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180602,"job_number":"JOB_180602","tr_customer_id":180620,"tr_customer_product_id":180610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:31.000Z","modified_at":"2026-02-08T14:23:07.000Z","name":"Emil Ullrich","mobile_number":"699-784-4518","email_id":"Isai.Schulist@yahoo.com","dop":"2025-06-18","serial_number":"10415111184929","imei1":"10415111184929","imei2":"10415111184929","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:23:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180601,"job_number":"JOB_180601","tr_customer_id":180619,"tr_customer_product_id":180609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:30.000Z","modified_at":"2026-02-08T14:22:30.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10946843577957","imei1":"10946843577957","imei2":"10946843577957","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180600,"job_number":"JOB_180600","tr_customer_id":180618,"tr_customer_product_id":180608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:09.000Z","modified_at":"2026-02-08T14:22:09.000Z","name":"Heather Collins","mobile_number":"740-294-7607","email_id":"Savion.Kunde@gmail.com","dop":"2025-04-06","serial_number":"15878745361802478","imei1":"15878745361802478","imei2":"15878745361802478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180599,"job_number":"JOB_180599","tr_customer_id":180617,"tr_customer_product_id":180607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:07.000Z","modified_at":"2026-02-08T14:22:45.000Z","name":"Lauren Dicki","mobile_number":"353-445-4545","email_id":"Alison85@yahoo.com","dop":"2025-04-06","serial_number":"13055610424783","imei1":"13055610424783","imei2":"13055610424783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180598,"job_number":"JOB_180598","tr_customer_id":180616,"tr_customer_product_id":180606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:07.000Z","modified_at":"2026-02-08T14:22:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18983628038337","imei1":"18983628038337","imei2":"18983628038337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180597,"job_number":"JOB_180597","tr_customer_id":180615,"tr_customer_product_id":180605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:00.000Z","modified_at":"2026-02-08T14:22:00.000Z","name":"Stan Mertz","mobile_number":"513-711-4286","email_id":"Chaya_Koelpin@gmail.com","dop":"2025-04-06","serial_number":"11644541272605020","imei1":"11644541272605020","imei2":"11644541272605020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180596,"job_number":"JOB_180596","tr_customer_id":180614,"tr_customer_product_id":180604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:59.000Z","modified_at":"2026-02-08T14:22:38.000Z","name":"Bernhard Kerluke","mobile_number":"468-249-6939","email_id":"Iliana.Collier@yahoo.com","dop":"2025-04-06","serial_number":"19271123240861","imei1":"19271123240861","imei2":"19271123240861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180595,"job_number":"JOB_180595","tr_customer_id":180613,"tr_customer_product_id":180603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:58.000Z","modified_at":"2026-02-08T14:21:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14598104268583","imei1":"14598104268583","imei2":"14598104268583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180594,"job_number":"JOB_180594","tr_customer_id":180612,"tr_customer_product_id":180602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:23.000Z","modified_at":"2026-02-08T14:21:23.000Z","name":"Furman Koelpin","mobile_number":"346-558-0723","email_id":"Trudie70@yahoo.com","dop":"2025-04-06","serial_number":"17780119563102648","imei1":"17780119563102648","imei2":"17780119563102648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180593,"job_number":"JOB_180593","tr_customer_id":180611,"tr_customer_product_id":180601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:22.000Z","modified_at":"2026-02-08T14:22:00.000Z","name":"Laury Williamson","mobile_number":"533-509-0012","email_id":"Lura66@gmail.com","dop":"2025-04-06","serial_number":"13530647256202","imei1":"13530647256202","imei2":"13530647256202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180592,"job_number":"JOB_180592","tr_customer_id":180610,"tr_customer_product_id":180600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:21.000Z","modified_at":"2026-02-08T14:21:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19725841274474","imei1":"19725841274474","imei2":"19725841274474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180591,"job_number":"JOB_180591","tr_customer_id":180609,"tr_customer_product_id":180599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:13.000Z","modified_at":"2026-02-08T14:21:13.000Z","name":"Lucy Nikolaus","mobile_number":"612-413-6314","email_id":"Raul.Leannon18@hotmail.com","dop":"2025-04-06","serial_number":"14328961623734680","imei1":"14328961623734680","imei2":"14328961623734680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180590,"job_number":"JOB_180590","tr_customer_id":180608,"tr_customer_product_id":180598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:11.000Z","modified_at":"2026-02-08T14:21:51.000Z","name":"Cristal Krajcik","mobile_number":"943-356-7514","email_id":"Kole.Upton@yahoo.com","dop":"2025-04-06","serial_number":"17655979638036","imei1":"17655979638036","imei2":"17655979638036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180589,"job_number":"JOB_180589","tr_customer_id":180607,"tr_customer_product_id":180597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:11.000Z","modified_at":"2026-02-08T14:21:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18151606395183","imei1":"18151606395183","imei2":"18151606395183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180588,"job_number":"JOB_180588","tr_customer_id":180606,"tr_customer_product_id":180596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:40.000Z","modified_at":"2026-02-08T14:21:14.000Z","name":"Jacey McGlynn","mobile_number":"327-523-8573","email_id":"Sonny_Lemke53@yahoo.com","dop":"2025-02-01","serial_number":"29577389309578","imei1":"29577389309578","imei2":"29577389309578","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180587,"job_number":"JOB_180587","tr_customer_id":180605,"tr_customer_product_id":180595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:39.000Z","modified_at":"2026-02-08T14:20:39.000Z","name":"Lavada Rowe","mobile_number":"234-500-2917","email_id":"Deron_Metz71@hotmail.com","dop":"2025-02-01","serial_number":"68533269897309","imei1":"68533269897309","imei2":"68533269897309","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180586,"job_number":"JOB_180586","tr_customer_id":180604,"tr_customer_product_id":180594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:38.000Z","modified_at":"2026-02-08T14:20:38.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"89343603974856","imei1":"89343603974856","imei2":"89343603974856","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180585,"job_number":"JOB_180585","tr_customer_id":180603,"tr_customer_product_id":180593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:37.000Z","modified_at":"2026-02-08T14:20:37.000Z","name":"Lavon Fisher","mobile_number":"413-480-3446","email_id":"Emile.Stracke91@yahoo.com","dop":"2025-04-06","serial_number":"12106999377804322","imei1":"12106999377804322","imei2":"12106999377804322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180584,"job_number":"JOB_180584","tr_customer_id":180602,"tr_customer_product_id":180592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:36.000Z","modified_at":"2026-02-08T14:21:14.000Z","name":"Pearl Ward","mobile_number":"452-899-2775","email_id":"Joanne.Considine27@gmail.com","dop":"2025-04-06","serial_number":"17621060966560","imei1":"17621060966560","imei2":"17621060966560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180583,"job_number":"JOB_180583","tr_customer_id":180601,"tr_customer_product_id":180591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:35.000Z","modified_at":"2026-02-08T14:20:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10660897877368","imei1":"10660897877368","imei2":"10660897877368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180582,"job_number":"JOB_180582","tr_customer_id":180600,"tr_customer_product_id":180590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:58.000Z","modified_at":"2026-02-08T14:20:32.000Z","name":"Camden Barton","mobile_number":"706-541-2098","email_id":"Conrad93@gmail.com","dop":"2025-02-01","serial_number":"89719909888975","imei1":"89719909888975","imei2":"89719909888975","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180581,"job_number":"JOB_180581","tr_customer_id":180599,"tr_customer_product_id":180589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:57.000Z","modified_at":"2026-02-08T14:19:57.000Z","name":"Rick Feeney","mobile_number":"537-361-7520","email_id":"Mose.Metz@yahoo.com","dop":"2025-02-01","serial_number":"41323805013656","imei1":"41323805013656","imei2":"41323805013656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180580,"job_number":"JOB_180580","tr_customer_id":180598,"tr_customer_product_id":180588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:57.000Z","modified_at":"2026-02-08T14:19:57.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"71677591577650","imei1":"71677591577650","imei2":"71677591577650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180579,"job_number":"JOB_180579","tr_customer_id":180597,"tr_customer_product_id":180587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:16.000Z","modified_at":"2026-02-08T14:19:50.000Z","name":"Al Fritsch","mobile_number":"569-637-5044","email_id":"Gaylord_Jacobson56@hotmail.com","dop":"2025-02-01","serial_number":"99435478712456","imei1":"99435478712456","imei2":"99435478712456","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180578,"job_number":"JOB_180578","tr_customer_id":180596,"tr_customer_product_id":180586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:15.000Z","modified_at":"2026-02-08T14:19:15.000Z","name":"Ewell Sawayn","mobile_number":"540-447-8124","email_id":"Efrain31@gmail.com","dop":"2025-02-01","serial_number":"98480597561065","imei1":"98480597561065","imei2":"98480597561065","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180577,"job_number":"JOB_180577","tr_customer_id":180595,"tr_customer_product_id":180585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:15.000Z","modified_at":"2026-02-08T14:19:15.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"97989040955609","imei1":"97989040955609","imei2":"97989040955609","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180567,"job_number":"JOB_180567","tr_customer_id":180585,"tr_customer_product_id":180575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:02:11.000Z","modified_at":"2026-02-08T14:02:11.000Z","name":"Lisa Rolfson","mobile_number":"438-697-4409","email_id":"Boyd30@hotmail.com","dop":"2025-04-06","serial_number":"13128114824048736","imei1":"13128114824048736","imei2":"13128114824048736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180566,"job_number":"JOB_180566","tr_customer_id":180584,"tr_customer_product_id":180574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:02:09.000Z","modified_at":"2026-02-08T14:02:49.000Z","name":"Maximillian Dach","mobile_number":"808-607-9399","email_id":"Syble.Friesen@yahoo.com","dop":"2025-04-06","serial_number":"11153117276971","imei1":"11153117276971","imei2":"11153117276971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:02:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180565,"job_number":"JOB_180565","tr_customer_id":180583,"tr_customer_product_id":180573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:02:09.000Z","modified_at":"2026-02-08T14:02:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19077642464205","imei1":"19077642464205","imei2":"19077642464205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180564,"job_number":"JOB_180564","tr_customer_id":180582,"tr_customer_product_id":180572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:24.000Z","modified_at":"2026-02-08T14:01:24.000Z","name":"Prudence Feeney","mobile_number":"301-700-8061","email_id":"Athena.Gusikowski@yahoo.com","dop":"2025-04-06","serial_number":"16102568806358916","imei1":"16102568806358916","imei2":"16102568806358916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180563,"job_number":"JOB_180563","tr_customer_id":180581,"tr_customer_product_id":180571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:22.000Z","modified_at":"2026-02-08T14:02:02.000Z","name":"Gus Dare","mobile_number":"223-497-7783","email_id":"Mallory15@gmail.com","dop":"2025-04-06","serial_number":"10314165300725","imei1":"10314165300725","imei2":"10314165300725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:02:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180562,"job_number":"JOB_180562","tr_customer_id":180580,"tr_customer_product_id":180570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:22.000Z","modified_at":"2026-02-08T14:01:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18055937155651","imei1":"18055937155651","imei2":"18055937155651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180558,"job_number":"JOB_180558","tr_customer_id":180576,"tr_customer_product_id":180566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:36.000Z","modified_at":"2026-02-08T14:00:36.000Z","name":"Reymundo Lesch","mobile_number":"959-631-3701","email_id":"Mortimer.Grimes@hotmail.com","dop":"2025-04-06","serial_number":"13046825301078760","imei1":"13046825301078760","imei2":"13046825301078760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180557,"job_number":"JOB_180557","tr_customer_id":180575,"tr_customer_product_id":180565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:35.000Z","modified_at":"2026-02-08T14:01:15.000Z","name":"Karolann Spencer","mobile_number":"682-436-5614","email_id":"Audie.Hermiston65@hotmail.com","dop":"2025-04-06","serial_number":"11050423524527","imei1":"11050423524527","imei2":"11050423524527","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180556,"job_number":"JOB_180556","tr_customer_id":180574,"tr_customer_product_id":180564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:34.000Z","modified_at":"2026-02-08T14:00:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10178785469419","imei1":"10178785469419","imei2":"10178785469419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180555,"job_number":"JOB_180555","tr_customer_id":180573,"tr_customer_product_id":180563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:15.000Z","modified_at":"2026-02-08T14:00:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19555009212016","imei1":"19555009212016","imei2":"19555009212016","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180554,"job_number":"JOB_180554","tr_customer_id":180572,"tr_customer_product_id":180562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:14.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25193061119213","imei1":"25193061119213","imei2":"25193061119213","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180553,"job_number":"JOB_180553","tr_customer_id":180571,"tr_customer_product_id":180561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:14.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71474003650779","imei1":"71474003650779","imei2":"71474003650779","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180552,"job_number":"JOB_180552","tr_customer_id":180570,"tr_customer_product_id":180560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:14.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36029055969019","imei1":"36029055969019","imei2":"36029055969019","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180551,"job_number":"JOB_180551","tr_customer_id":180569,"tr_customer_product_id":180559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:13.000Z","modified_at":"2026-02-08T14:00:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40792542391321","imei1":"40792542391321","imei2":"40792542391321","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180550,"job_number":"JOB_180550","tr_customer_id":180568,"tr_customer_product_id":180558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:13.000Z","modified_at":"2026-02-08T14:00:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49412072345237","imei1":"49412072345237","imei2":"49412072345237","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180549,"job_number":"JOB_180549","tr_customer_id":180567,"tr_customer_product_id":180557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:13.000Z","modified_at":"2026-02-08T14:00:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22266787994294","imei1":"22266787994294","imei2":"22266787994294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180548,"job_number":"JOB_180548","tr_customer_id":180566,"tr_customer_product_id":180556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:43.000Z","modified_at":"2026-02-08T14:00:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92471897697016","imei1":"92471897697016","imei2":"92471897697016","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180547,"job_number":"JOB_180547","tr_customer_id":180565,"tr_customer_product_id":180555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:43.000Z","modified_at":"2026-02-08T13:59:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28584823408899","imei1":"28584823408899","imei2":"28584823408899","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180546,"job_number":"JOB_180546","tr_customer_id":180564,"tr_customer_product_id":180554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:42.000Z","modified_at":"2026-02-08T13:59:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85587539789341","imei1":"85587539789341","imei2":"85587539789341","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180545,"job_number":"JOB_180545","tr_customer_id":180563,"tr_customer_product_id":180553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:42.000Z","modified_at":"2026-02-08T13:59:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96188274944394","imei1":"96188274944394","imei2":"96188274944394","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180544,"job_number":"JOB_180544","tr_customer_id":180562,"tr_customer_product_id":180552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:42.000Z","modified_at":"2026-02-08T13:59:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64278196028626","imei1":"64278196028626","imei2":"64278196028626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180543,"job_number":"JOB_180543","tr_customer_id":180561,"tr_customer_product_id":180551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:41.000Z","modified_at":"2026-02-08T13:59:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54394109351148","imei1":"54394109351148","imei2":"54394109351148","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180542,"job_number":"JOB_180542","tr_customer_id":180560,"tr_customer_product_id":180550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:41.000Z","modified_at":"2026-02-08T13:59:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69949483191113","imei1":"69949483191113","imei2":"69949483191113","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180541,"job_number":"JOB_180541","tr_customer_id":180559,"tr_customer_product_id":180549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:34.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Ricardo Ritchie","mobile_number":"662-796-9142","email_id":"Ahmad_Bode99@hotmail.com","dop":"2025-12-31","serial_number":"107510764163062","imei1":"107510764163062","imei2":"107510764163062","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180540,"job_number":"JOB_180540","tr_customer_id":180558,"tr_customer_product_id":180548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:34.000Z","modified_at":"2026-02-08T13:59:34.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"106707548850756","imei1":"106707548850756","imei2":"106707548850756","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180539,"job_number":"JOB_180539","tr_customer_id":180557,"tr_customer_product_id":180547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:24.000Z","modified_at":"2026-02-08T13:59:24.000Z","name":"Piper Kuhn","mobile_number":"469-483-5760","email_id":"Dylan.Kautzer67@gmail.com","dop":"2025-04-06","serial_number":"15181053479646604","imei1":"15181053479646604","imei2":"15181053479646604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180538,"job_number":"JOB_180538","tr_customer_id":180556,"tr_customer_product_id":180546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:23.000Z","modified_at":"2026-02-08T14:00:04.000Z","name":"Graham Ankunding","mobile_number":"730-540-2317","email_id":"Arielle_Abernathy@yahoo.com","dop":"2025-04-06","serial_number":"13738761776050","imei1":"13738761776050","imei2":"13738761776050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180537,"job_number":"JOB_180537","tr_customer_id":180555,"tr_customer_product_id":180545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:11.000Z","modified_at":"2026-02-08T13:59:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63775452313636","imei1":"63775452313636","imei2":"63775452313636","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T13:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180536,"job_number":"JOB_180536","tr_customer_id":180554,"tr_customer_product_id":180544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:11.000Z","modified_at":"2026-02-08T13:59:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37142244609990","imei1":"37142244609990","imei2":"37142244609990","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180535,"job_number":"JOB_180535","tr_customer_id":180553,"tr_customer_product_id":180543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:11.000Z","modified_at":"2026-02-08T13:59:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41279575795671","imei1":"41279575795671","imei2":"41279575795671","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180534,"job_number":"JOB_180534","tr_customer_id":180552,"tr_customer_product_id":180542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:10.000Z","modified_at":"2026-02-08T13:59:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52372207395973","imei1":"52372207395973","imei2":"52372207395973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180533,"job_number":"JOB_180533","tr_customer_id":180551,"tr_customer_product_id":180541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:10.000Z","modified_at":"2026-02-08T13:59:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33143962173682","imei1":"33143962173682","imei2":"33143962173682","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180532,"job_number":"JOB_180532","tr_customer_id":180550,"tr_customer_product_id":180540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:10.000Z","modified_at":"2026-02-08T13:59:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16614611302081","imei1":"16614611302081","imei2":"16614611302081","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180531,"job_number":"JOB_180531","tr_customer_id":180549,"tr_customer_product_id":180539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:09.000Z","modified_at":"2026-02-08T13:59:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79258706893459","imei1":"79258706893459","imei2":"79258706893459","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180530,"job_number":"JOB_180530","tr_customer_id":180548,"tr_customer_product_id":180538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:58:46.000Z","modified_at":"2026-02-08T13:59:26.000Z","name":"Lindsey Cummerata","mobile_number":"695-312-9114","email_id":"Prince_Murazik71@hotmail.com","dop":"2025-12-31","serial_number":"107092227485301","imei1":"107092227485301","imei2":"107092227485301","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T13:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180529,"job_number":"JOB_180529","tr_customer_id":180547,"tr_customer_product_id":180537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:58:46.000Z","modified_at":"2026-02-08T13:58:46.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105078321055700","imei1":"105078321055700","imei2":"105078321055700","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180528,"job_number":"JOB_180528","tr_customer_id":180546,"tr_customer_product_id":180536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:57:58.000Z","modified_at":"2026-02-08T13:58:38.000Z","name":"Dorcas Fisher","mobile_number":"920-820-2339","email_id":"Anahi36@hotmail.com","dop":"2025-12-31","serial_number":"105821046079190","imei1":"105821046079190","imei2":"105821046079190","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T13:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180527,"job_number":"JOB_180527","tr_customer_id":180545,"tr_customer_product_id":180535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:57:57.000Z","modified_at":"2026-02-08T13:57:57.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104604446271953","imei1":"104604446271953","imei2":"104604446271953","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180526,"job_number":"JOB_180526","tr_customer_id":180544,"tr_customer_product_id":180534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:39:23.000Z","modified_at":"2026-02-08T13:39:23.000Z","name":"Demarcus Nader","mobile_number":"325-856-4907","email_id":"Aliya_Kuhic8@hotmail.com","dop":"2025-05-30","serial_number":"1504472981039553","imei1":"1504472981039553","imei2":"1504472981039553","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180525,"job_number":"JOB_180525","tr_customer_id":180543,"tr_customer_product_id":180533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:39:22.000Z","modified_at":"2026-02-08T13:39:22.000Z","name":"Emory Abshire","mobile_number":"335-976-9243","email_id":"Green54@yahoo.com","dop":"2025-05-30","serial_number":"13458146226915","imei1":"13458146226915","imei2":"13458146226915","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180524,"job_number":"JOB_180524","tr_customer_id":180542,"tr_customer_product_id":180532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:39:21.000Z","modified_at":"2026-02-08T13:39:39.000Z","name":"Ralph Rosenbaum","mobile_number":"739-203-2221","email_id":"Abagail.Larson25@hotmail.com","dop":"2025-05-30","serial_number":"17568655755306","imei1":"17568655755306","imei2":"17568655755306","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T13:39:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180523,"job_number":"JOB_180523","tr_customer_id":180541,"tr_customer_product_id":180531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Laxman Sinha","mobile_number":"7087944327","email_id":"chaturbhuj.ahuja@gmail.com","dop":"2025-02-27","serial_number":"62004103454941","imei1":"62004103454941","imei2":"62004103454941","popurl":"www.purnima-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180522,"job_number":"JOB_180522","tr_customer_id":180540,"tr_customer_product_id":180530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Kannan Sinha","mobile_number":"7412227846","email_id":"shakti.kaniyar@gmail.com","dop":"2025-02-11","serial_number":"14175741847733","imei1":"14175741847733","imei2":"14175741847733","popurl":"www.devi-guneta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180521,"job_number":"JOB_180521","tr_customer_id":180539,"tr_customer_product_id":180529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Anasooya Mehra","mobile_number":"7072988320","email_id":"laxman.sethi@gmail.com","dop":"2025-10-24","serial_number":"46790092709751","imei1":"46790092709751","imei2":"46790092709751","popurl":"www.achalesvara-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180520,"job_number":"JOB_180520","tr_customer_id":180537,"tr_customer_product_id":180527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Trilok Adiga","mobile_number":"7092842534","email_id":"lakshmidhar.pandey@gmail.com","dop":"2025-04-10","serial_number":"31767057836454","imei1":"31767057836454","imei2":"31767057836454","popurl":"www.sameer-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180519,"job_number":"JOB_180519","tr_customer_id":180538,"tr_customer_product_id":180528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Bhooshit Sharma","mobile_number":"7578541469","email_id":"jagadisha.pilla@yahoo.co.in","dop":"2025-12-21","serial_number":"00794503111307","imei1":"00794503111307","imei2":"00794503111307","popurl":"www.aagam-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180518,"job_number":"JOB_180518","tr_customer_id":180536,"tr_customer_product_id":180526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Akroor Shukla","mobile_number":"7196432037","email_id":"lila.sharma@gmail.com","dop":"2025-10-06","serial_number":"57286493122505","imei1":"57286493122505","imei2":"57286493122505","popurl":"www.shakuntala-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180517,"job_number":"JOB_180517","tr_customer_id":180535,"tr_customer_product_id":180525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Shridevi Gill","mobile_number":"7736632609","email_id":"narendra.pilla@yahoo.co.in","dop":"2025-06-23","serial_number":"82388417627461","imei1":"82388417627461","imei2":"82388417627461","popurl":"www.lila-patel.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180516,"job_number":"JOB_180516","tr_customer_id":180534,"tr_customer_product_id":180524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Tushar Panicker","mobile_number":"7182466263","email_id":"laxmi.bhattathiri@gmail.com","dop":"2025-12-22","serial_number":"40403730886315","imei1":"40403730886315","imei2":"40403730886315","popurl":"www.damodara-joshi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180515,"job_number":"JOB_180515","tr_customer_id":180533,"tr_customer_product_id":180523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Vishwamitra Guneta","mobile_number":"7860900714","email_id":"rageswari.joshi@yahoo.co.in","dop":"2025-06-18","serial_number":"87242738324842","imei1":"87242738324842","imei2":"87242738324842","popurl":"www.parvati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180514,"job_number":"JOB_180514","tr_customer_id":180532,"tr_customer_product_id":180522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Kin Dwivedi","mobile_number":"7553177710","email_id":"vimal.reddy@gmail.com","dop":"2025-04-11","serial_number":"88684891732415","imei1":"88684891732415","imei2":"88684891732415","popurl":"www.amrita-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180513,"job_number":"JOB_180513","tr_customer_id":180531,"tr_customer_product_id":180521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Bhramar Khatri","mobile_number":"7477980856","email_id":"manik.jha@gmail.com","dop":"2025-02-12","serial_number":"94742079031070","imei1":"94742079031070","imei2":"94742079031070","popurl":"www.kannen-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180512,"job_number":"JOB_180512","tr_customer_id":180530,"tr_customer_product_id":180520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Tanirika Mehrotra","mobile_number":"7239411244","email_id":"tanushri.panicker@gmail.com","dop":"2026-01-05","serial_number":"44408868941626","imei1":"44408868941626","imei2":"44408868941626","popurl":"www.bala-joshi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180511,"job_number":"JOB_180511","tr_customer_id":180529,"tr_customer_product_id":180519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Chandni Shah","mobile_number":"7065064274","email_id":"dinakar.kaur@gmail.com","dop":"2025-08-24","serial_number":"68749851335097","imei1":"68749851335097","imei2":"68749851335097","popurl":"www.sushil-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180510,"job_number":"JOB_180510","tr_customer_id":180528,"tr_customer_product_id":180518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Hiranmay Nayar","mobile_number":"7763106048","email_id":"gorakhanatha.acharya@gmail.com","dop":"2025-06-14","serial_number":"64570558780675","imei1":"64570558780675","imei2":"64570558780675","popurl":"www.deeptimoy-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180509,"job_number":"JOB_180509","tr_customer_id":180527,"tr_customer_product_id":180517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Dhanesh Pilla","mobile_number":"7434741203","email_id":"acaryatanaya.marar@yahoo.co.in","dop":"2025-04-28","serial_number":"95729468297349","imei1":"95729468297349","imei2":"95729468297349","popurl":"www.chinmayananda-rana.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180508,"job_number":"JOB_180508","tr_customer_id":180525,"tr_customer_product_id":180516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Bilwa Marar","mobile_number":"7024282195","email_id":"dinesh.johar@hotmail.com","dop":"2025-05-26","serial_number":"44838025354738","imei1":"44838025354738","imei2":"44838025354738","popurl":"www.gobinda-jain.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180507,"job_number":"JOB_180507","tr_customer_id":180526,"tr_customer_product_id":180515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Mukesh Kocchar","mobile_number":"7827257389","email_id":"ekalavya.banerjee@yahoo.co.in","dop":"2026-01-17","serial_number":"90550313595655","imei1":"90550313595655","imei2":"90550313595655","popurl":"www.deeptanshu-kapoor.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180506,"job_number":"JOB_180506","tr_customer_id":180524,"tr_customer_product_id":180514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Vasudev Kakkar","mobile_number":"7726566369","email_id":"deepali.tandon@gmail.com","dop":"2025-02-13","serial_number":"41282816065422","imei1":"41282816065422","imei2":"41282816065422","popurl":"www.birjesh-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180505,"job_number":"JOB_180505","tr_customer_id":180523,"tr_customer_product_id":180513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Akshayakeerti Nambeesan","mobile_number":"7899017411","email_id":"avantika.joshi@hotmail.com","dop":"2025-05-24","serial_number":"62420546022827","imei1":"62420546022827","imei2":"62420546022827","popurl":"www.adinath-namboothiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180504,"job_number":"JOB_180504","tr_customer_id":180522,"tr_customer_product_id":180512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Agneya Pilla","mobile_number":"7365895169","email_id":"nalini.varman@gmail.com","dop":"2025-03-01","serial_number":"59711991910219","imei1":"59711991910219","imei2":"59711991910219","popurl":"www.kali-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180503,"job_number":"JOB_180503","tr_customer_id":180521,"tr_customer_product_id":180511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Jatin Halvorson","mobile_number":"308-982-2512","email_id":"Layne.Turcotte@yahoo.com","dop":"2025-04-06","serial_number":"56190783756131","imei1":"56190783756131","imei2":"56190783756131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180502,"job_number":"JOB_180502","tr_customer_id":180520,"tr_customer_product_id":180510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Uday Halvorson","mobile_number":"308-982-2512","email_id":"Layne.Turcotte@yahoo.com","dop":"2025-04-06","serial_number":"67190783756131","imei1":"67190783756131","imei2":"67190783756131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180501,"job_number":"JOB_180501","tr_customer_id":180519,"tr_customer_product_id":180509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Travon Halvorson","mobile_number":"308-982-2512","email_id":"Layne.Turcotte@yahoo.com","dop":"2025-04-06","serial_number":"45190783756131","imei1":"45190783756131","imei2":"45190783756131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180500,"job_number":"JOB_180500","tr_customer_id":180518,"tr_customer_product_id":180508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Anand Swarup Menon","mobile_number":"7919982948","email_id":"prayag.pandey@gmail.com","dop":"2025-02-13","serial_number":"31391126402323","imei1":"31391126402323","imei2":"31391126402323","popurl":"www.abhaya-butt.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180499,"job_number":"JOB_180499","tr_customer_id":180516,"tr_customer_product_id":180506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Rajinder Jain","mobile_number":"7072671523","email_id":"chidananda.jha@gmail.com","dop":"2025-09-17","serial_number":"66503991645606","imei1":"66503991645606","imei2":"66503991645606","popurl":"www.gopaal-tandon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180498,"job_number":"JOB_180498","tr_customer_id":180517,"tr_customer_product_id":180507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Surya Varma","mobile_number":"7139760640","email_id":"tanushri.banerjee@hotmail.com","dop":"2025-09-27","serial_number":"21333493114975","imei1":"21333493114975","imei2":"21333493114975","popurl":"www.chandrabhan-kaniyar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180497,"job_number":"JOB_180497","tr_customer_id":180515,"tr_customer_product_id":180505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Acharyasuta Mahajan","mobile_number":"7957857540","email_id":"jagadisha.marar@hotmail.com","dop":"2025-09-03","serial_number":"15335054013165","imei1":"15335054013165","imei2":"15335054013165","popurl":"www.chitramala-sinha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180496,"job_number":"JOB_180496","tr_customer_id":180514,"tr_customer_product_id":180504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Baalaaditya Kaul","mobile_number":"7106911343","email_id":"kalpana.pandey@hotmail.com","dop":"2025-08-23","serial_number":"55235957311984","imei1":"55235957311984","imei2":"55235957311984","popurl":"www.abhisyanta-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180495,"job_number":"JOB_180495","tr_customer_id":180513,"tr_customer_product_id":180503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:42.000Z","modified_at":"2026-02-08T12:09:42.000Z","name":"Emelie Ruecker","mobile_number":"676-574-7609","email_id":"Xzavier.Dare44@yahoo.com","dop":"2025-10-06","serial_number":"14181291470499452","imei1":"14181291470499452","imei2":"14181291470499452","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180494,"job_number":"JOB_180494","tr_customer_id":180512,"tr_customer_product_id":180502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:41.000Z","modified_at":"2026-02-08T12:09:48.000Z","name":"Kavon Aufderhar","mobile_number":"958-293-9800","email_id":"Tyreek99@gmail.com","dop":"2025-10-06","serial_number":"15402267578875","imei1":"15402267578875","imei2":"15402267578875","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T12:09:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180493,"job_number":"JOB_180493","tr_customer_id":180511,"tr_customer_product_id":180501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:41.000Z","modified_at":"2026-02-08T12:09:41.000Z","name":"sandeep gupta","mobile_number":"98555445554","email_id":"sandy@321","dop":"2025-10-06","serial_number":"17627069625992","imei1":"17627069625992","imei2":"17627069625992","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180492,"job_number":"JOB_180492","tr_customer_id":180510,"tr_customer_product_id":180500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:34.000Z","modified_at":"2026-02-08T12:09:34.000Z","name":"Nicklaus Hermiston","mobile_number":"827-992-4358","email_id":"Maria65@hotmail.com","dop":"2025-10-06","serial_number":"19980162862554990","imei1":"19980162862554990","imei2":"19980162862554990","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180491,"job_number":"JOB_180491","tr_customer_id":180509,"tr_customer_product_id":180499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:33.000Z","modified_at":"2026-02-08T12:09:39.000Z","name":"Mia Tremblay","mobile_number":"370-436-9686","email_id":"General_Tromp@yahoo.com","dop":"2025-10-06","serial_number":"12642872827405","imei1":"12642872827405","imei2":"12642872827405","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T12:09:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180490,"job_number":"JOB_180490","tr_customer_id":180508,"tr_customer_product_id":180498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:33.000Z","modified_at":"2026-02-08T12:09:33.000Z","name":"ayush chaudhary","mobile_number":"9995554441","email_id":"ayush@321","dop":"2025-10-06","serial_number":"13484300853345","imei1":"13484300853345","imei2":"13484300853345","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180489,"job_number":"JOB_180489","tr_customer_id":180507,"tr_customer_product_id":180497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:25.000Z","modified_at":"2026-02-08T12:09:25.000Z","name":"Levi Blanda","mobile_number":"667-668-3141","email_id":"Elna_Adams26@hotmail.com","dop":"2025-10-06","serial_number":"11146289349311548","imei1":"11146289349311548","imei2":"11146289349311548","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180488,"job_number":"JOB_180488","tr_customer_id":180506,"tr_customer_product_id":180496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:24.000Z","modified_at":"2026-02-08T12:09:31.000Z","name":"Keaton Stokes","mobile_number":"264-602-4757","email_id":"Marquise.Vandervort@yahoo.com","dop":"2025-10-06","serial_number":"16954022649059","imei1":"16954022649059","imei2":"16954022649059","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T12:09:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180487,"job_number":"JOB_180487","tr_customer_id":180505,"tr_customer_product_id":180495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:24.000Z","modified_at":"2026-02-08T12:09:24.000Z","name":"harsh sharma","mobile_number":"9875478445","email_id":"harsh@11","dop":"2025-10-06","serial_number":"13829884717908","imei1":"13829884717908","imei2":"13829884717908","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180486,"job_number":"JOB_180486","tr_customer_id":180504,"tr_customer_product_id":180494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:17.000Z","modified_at":"2026-02-08T12:09:17.000Z","name":"Reid Jerde","mobile_number":"531-259-9425","email_id":"Brayan30@yahoo.com","dop":"2025-10-06","serial_number":"13903205593536908","imei1":"13903205593536908","imei2":"13903205593536908","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180485,"job_number":"JOB_180485","tr_customer_id":180503,"tr_customer_product_id":180493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:16.000Z","modified_at":"2026-02-08T12:09:22.000Z","name":"Charlie Lemke","mobile_number":"862-735-4882","email_id":"Rafael.Hermann20@hotmail.com","dop":"2025-10-06","serial_number":"12660700661232","imei1":"12660700661232","imei2":"12660700661232","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T12:09:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180484,"job_number":"JOB_180484","tr_customer_id":180502,"tr_customer_product_id":180492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:16.000Z","modified_at":"2026-02-08T12:09:16.000Z","name":"ankit chauhan","mobile_number":"5612458874","email_id":"ankit@123","dop":"2025-10-06","serial_number":"11804322181719","imei1":"11804322181719","imei2":"11804322181719","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180483,"job_number":"JOB_180483","tr_customer_id":180501,"tr_customer_product_id":180491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Deeptimay Ganaka","mobile_number":"7587593364","email_id":"keerti.sharma@gmail.com","dop":"2025-12-03","serial_number":"54406486913306","imei1":"54406486913306","imei2":"54406486913306","popurl":"www.vasundhara-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180482,"job_number":"JOB_180482","tr_customer_id":180500,"tr_customer_product_id":180490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Brahmdev Abbott","mobile_number":"7853711246","email_id":"goswamee.kaul@hotmail.com","dop":"2025-05-11","serial_number":"38510641582512","imei1":"38510641582512","imei2":"38510641582512","popurl":"www.dinakar-sethi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180481,"job_number":"JOB_180481","tr_customer_id":180499,"tr_customer_product_id":180489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Aagney Shah","mobile_number":"7269978236","email_id":"kumari.prajapat@yahoo.co.in","dop":"2025-12-13","serial_number":"83067945644998","imei1":"83067945644998","imei2":"83067945644998","popurl":"www.tarun-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180480,"job_number":"JOB_180480","tr_customer_id":180498,"tr_customer_product_id":180488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Giriraj Embranthiri","mobile_number":"7516024257","email_id":"laxmi.nambeesan@yahoo.co.in","dop":"2025-02-19","serial_number":"66625489580206","imei1":"66625489580206","imei2":"66625489580206","popurl":"www.shakuntala-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180479,"job_number":"JOB_180479","tr_customer_id":180497,"tr_customer_product_id":180487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Chandrakin Iyengar","mobile_number":"7614981149","email_id":"krishnadas.ganaka@hotmail.com","dop":"2025-10-26","serial_number":"44790417982572","imei1":"44790417982572","imei2":"44790417982572","popurl":"www.adhrit-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180478,"job_number":"JOB_180478","tr_customer_id":180496,"tr_customer_product_id":180486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:30.000Z","modified_at":"2026-02-08T11:56:30.000Z","name":"Maymie Turner","mobile_number":"982-396-7920","email_id":"Fidel75@gmail.com","dop":"2025-10-06","serial_number":"14581508051028254","imei1":"14581508051028254","imei2":"14581508051028254","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180477,"job_number":"JOB_180477","tr_customer_id":180495,"tr_customer_product_id":180485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:30.000Z","modified_at":"2026-02-08T11:56:35.000Z","name":"Eliezer Sanford","mobile_number":"719-314-0032","email_id":"Cleora_Leffler@gmail.com","dop":"2025-10-06","serial_number":"17215100769250","imei1":"17215100769250","imei2":"17215100769250","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180476,"job_number":"JOB_180476","tr_customer_id":180494,"tr_customer_product_id":180484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:29.000Z","modified_at":"2026-02-08T11:56:29.000Z","name":"sandeep gupta","mobile_number":"98555445554","email_id":"sandy@321","dop":"2025-10-06","serial_number":"10602887138642","imei1":"10602887138642","imei2":"10602887138642","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180475,"job_number":"JOB_180475","tr_customer_id":180493,"tr_customer_product_id":180483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:22.000Z","modified_at":"2026-02-08T11:56:22.000Z","name":"Lizeth Yost","mobile_number":"517-358-8821","email_id":"Rickie.Kemmer16@hotmail.com","dop":"2025-10-06","serial_number":"14154532335404648","imei1":"14154532335404648","imei2":"14154532335404648","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180474,"job_number":"JOB_180474","tr_customer_id":180492,"tr_customer_product_id":180482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:22.000Z","modified_at":"2026-02-08T11:56:28.000Z","name":"River Stoltenberg","mobile_number":"776-557-5247","email_id":"Kaitlin_Muller@gmail.com","dop":"2025-10-06","serial_number":"18911369296922","imei1":"18911369296922","imei2":"18911369296922","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180473,"job_number":"JOB_180473","tr_customer_id":180491,"tr_customer_product_id":180481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:22.000Z","modified_at":"2026-02-08T11:56:22.000Z","name":"ayush chaudhary","mobile_number":"9995554441","email_id":"ayush@321","dop":"2025-10-06","serial_number":"15862201852900","imei1":"15862201852900","imei2":"15862201852900","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180472,"job_number":"JOB_180472","tr_customer_id":180490,"tr_customer_product_id":180480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:14.000Z","modified_at":"2026-02-08T11:56:14.000Z","name":"Adell Mann","mobile_number":"255-770-5924","email_id":"Amina42@gmail.com","dop":"2025-10-06","serial_number":"13863447283476922","imei1":"13863447283476922","imei2":"13863447283476922","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180471,"job_number":"JOB_180471","tr_customer_id":180489,"tr_customer_product_id":180479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:14.000Z","modified_at":"2026-02-08T11:56:20.000Z","name":"Alfonso Bernier","mobile_number":"745-671-1306","email_id":"Emil91@gmail.com","dop":"2025-10-06","serial_number":"15862638188771","imei1":"15862638188771","imei2":"15862638188771","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180470,"job_number":"JOB_180470","tr_customer_id":180488,"tr_customer_product_id":180478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:14.000Z","modified_at":"2026-02-08T11:56:14.000Z","name":"harsh sharma","mobile_number":"9875478445","email_id":"harsh@11","dop":"2025-10-06","serial_number":"14903993461270","imei1":"14903993461270","imei2":"14903993461270","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180469,"job_number":"JOB_180469","tr_customer_id":180487,"tr_customer_product_id":180477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:07.000Z","modified_at":"2026-02-08T11:56:07.000Z","name":"Quinton Gleason","mobile_number":"389-508-7682","email_id":"Bennie80@gmail.com","dop":"2025-10-06","serial_number":"11654216331032690","imei1":"11654216331032690","imei2":"11654216331032690","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180468,"job_number":"JOB_180468","tr_customer_id":180486,"tr_customer_product_id":180476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:06.000Z","modified_at":"2026-02-08T11:56:12.000Z","name":"Carlos Carter","mobile_number":"299-952-1943","email_id":"Dannie26@hotmail.com","dop":"2025-10-06","serial_number":"15061174221257","imei1":"15061174221257","imei2":"15061174221257","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180467,"job_number":"JOB_180467","tr_customer_id":180485,"tr_customer_product_id":180475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:06.000Z","modified_at":"2026-02-08T11:56:06.000Z","name":"ankit chauhan","mobile_number":"5612458874","email_id":"ankit@123","dop":"2025-10-06","serial_number":"11562439802522","imei1":"11562439802522","imei2":"11562439802522","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180466,"job_number":"JOB_180466","tr_customer_id":180484,"tr_customer_product_id":180474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:57.000Z","modified_at":"2026-02-08T11:49:57.000Z","name":"Ronny Schmeler","mobile_number":"839-272-8496","email_id":"Lura_Satterfield@hotmail.com","dop":"2025-10-06","serial_number":"19206778035785576","imei1":"19206778035785576","imei2":"19206778035785576","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180465,"job_number":"JOB_180465","tr_customer_id":180483,"tr_customer_product_id":180473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:57.000Z","modified_at":"2026-02-08T11:50:03.000Z","name":"Felton Wuckert","mobile_number":"654-534-1929","email_id":"Sandra_OConnell@gmail.com","dop":"2025-10-06","serial_number":"18778323681807","imei1":"18778323681807","imei2":"18778323681807","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180464,"job_number":"JOB_180464","tr_customer_id":180482,"tr_customer_product_id":180472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:57.000Z","modified_at":"2026-02-08T11:49:57.000Z","name":"sandeep gupta","mobile_number":"98555445554","email_id":"sandy@321","dop":"2025-10-06","serial_number":"19538802870725","imei1":"19538802870725","imei2":"19538802870725","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180463,"job_number":"JOB_180463","tr_customer_id":180481,"tr_customer_product_id":180471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:49.000Z","modified_at":"2026-02-08T11:49:49.000Z","name":"Abdiel Frami","mobile_number":"595-621-3666","email_id":"Jimmy.Glover90@yahoo.com","dop":"2025-10-06","serial_number":"12056811978793420","imei1":"12056811978793420","imei2":"12056811978793420","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180462,"job_number":"JOB_180462","tr_customer_id":180480,"tr_customer_product_id":180470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:49.000Z","modified_at":"2026-02-08T11:49:55.000Z","name":"Khalid Conroy","mobile_number":"526-409-4934","email_id":"Cyrus54@yahoo.com","dop":"2025-10-06","serial_number":"13688759964305","imei1":"13688759964305","imei2":"13688759964305","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180461,"job_number":"JOB_180461","tr_customer_id":180479,"tr_customer_product_id":180469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:49.000Z","modified_at":"2026-02-08T11:49:49.000Z","name":"ayush chaudhary","mobile_number":"9995554441","email_id":"ayush@321","dop":"2025-10-06","serial_number":"19612216072381","imei1":"19612216072381","imei2":"19612216072381","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180460,"job_number":"JOB_180460","tr_customer_id":180478,"tr_customer_product_id":180468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:41.000Z","modified_at":"2026-02-08T11:49:41.000Z","name":"Jerrod McDermott","mobile_number":"318-662-4893","email_id":"Owen_Kautzer@hotmail.com","dop":"2025-10-06","serial_number":"11964757661694694","imei1":"11964757661694694","imei2":"11964757661694694","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180459,"job_number":"JOB_180459","tr_customer_id":180477,"tr_customer_product_id":180467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:41.000Z","modified_at":"2026-02-08T11:49:47.000Z","name":"Neva Gaylord","mobile_number":"728-511-4443","email_id":"Tressa19@yahoo.com","dop":"2025-10-06","serial_number":"12736484334866","imei1":"12736484334866","imei2":"12736484334866","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180458,"job_number":"JOB_180458","tr_customer_id":180476,"tr_customer_product_id":180466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:41.000Z","modified_at":"2026-02-08T11:49:41.000Z","name":"harsh sharma","mobile_number":"9875478445","email_id":"harsh@11","dop":"2025-10-06","serial_number":"16203298625138","imei1":"16203298625138","imei2":"16203298625138","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180457,"job_number":"JOB_180457","tr_customer_id":180475,"tr_customer_product_id":180465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:33.000Z","modified_at":"2026-02-08T11:49:34.000Z","name":"Elisa Cole","mobile_number":"789-927-2429","email_id":"Sydnie94@gmail.com","dop":"2025-10-06","serial_number":"12896362352077666","imei1":"12896362352077666","imei2":"12896362352077666","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180456,"job_number":"JOB_180456","tr_customer_id":180474,"tr_customer_product_id":180464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:33.000Z","modified_at":"2026-02-08T11:49:39.000Z","name":"Verdie Klein","mobile_number":"547-235-1748","email_id":"Alfreda_Jacobi62@hotmail.com","dop":"2025-10-06","serial_number":"13819869926433","imei1":"13819869926433","imei2":"13819869926433","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180455,"job_number":"JOB_180455","tr_customer_id":180473,"tr_customer_product_id":180463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:33.000Z","modified_at":"2026-02-08T11:49:33.000Z","name":"ankit chauhan","mobile_number":"5612458874","email_id":"ankit@123","dop":"2025-10-06","serial_number":"18485449382866","imei1":"18485449382866","imei2":"18485449382866","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180454,"job_number":"JOB_180454","tr_customer_id":180472,"tr_customer_product_id":180462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:30:14.000Z","modified_at":"2026-02-08T11:30:14.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2026-01-29","serial_number":"22000036434051","imei1":"22000036434051","imei2":"22000036434051","popurl":"2026-01-29T11:24:32.275217600Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180453,"job_number":"JOB_180453","tr_customer_id":180471,"tr_customer_product_id":180461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:49:34.000Z","modified_at":"2026-02-08T10:49:34.000Z","name":"Buddy Osinski","mobile_number":"626-718-0037","email_id":"Jodie13@gmail.com","dop":"2025-04-06","serial_number":"15762618010654788","imei1":"15762618010654788","imei2":"15762618010654788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180452,"job_number":"JOB_180452","tr_customer_id":180470,"tr_customer_product_id":180460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:49:33.000Z","modified_at":"2026-02-08T10:50:12.000Z","name":"Emerson Parker","mobile_number":"804-925-7418","email_id":"Belle_Gerhold@gmail.com","dop":"2025-04-06","serial_number":"17263294396039","imei1":"17263294396039","imei2":"17263294396039","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180451,"job_number":"JOB_180451","tr_customer_id":180469,"tr_customer_product_id":180459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:49:32.000Z","modified_at":"2026-02-08T10:49:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13273287470860","imei1":"13273287470860","imei2":"13273287470860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180450,"job_number":"JOB_180450","tr_customer_id":180468,"tr_customer_product_id":180458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:47.000Z","modified_at":"2026-02-08T10:48:47.000Z","name":"Brooks Maggio","mobile_number":"751-461-4047","email_id":"Elena81@yahoo.com","dop":"2025-04-06","serial_number":"12795151605996892","imei1":"12795151605996892","imei2":"12795151605996892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180449,"job_number":"JOB_180449","tr_customer_id":180467,"tr_customer_product_id":180457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:46.000Z","modified_at":"2026-02-08T10:49:25.000Z","name":"Adriel Rohan","mobile_number":"607-368-4220","email_id":"Estefania.Auer@gmail.com","dop":"2025-04-06","serial_number":"14122692417753","imei1":"14122692417753","imei2":"14122692417753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180448,"job_number":"JOB_180448","tr_customer_id":180466,"tr_customer_product_id":180456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:45.000Z","modified_at":"2026-02-08T10:48:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17273610913968","imei1":"17273610913968","imei2":"17273610913968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180447,"job_number":"JOB_180447","tr_customer_id":180465,"tr_customer_product_id":180455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:12.000Z","modified_at":"2026-02-08T10:48:12.000Z","name":"Aaratrika Singh","mobile_number":"8631625390","email_id":"raj.arora@gmail.com","dop":"2026-01-29","serial_number":"81436053959528","imei1":"81436053959528","imei2":"81436053959528","popurl":"www.kiran-kocchar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180446,"job_number":"JOB_180446","tr_customer_id":180464,"tr_customer_product_id":180454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:00.000Z","modified_at":"2026-02-08T10:48:00.000Z","name":"Neha Lang","mobile_number":"684-820-8565","email_id":"Jeramy50@yahoo.com","dop":"2025-04-06","serial_number":"17916300346536964","imei1":"17916300346536964","imei2":"17916300346536964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180445,"job_number":"JOB_180445","tr_customer_id":180463,"tr_customer_product_id":180453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:00.000Z","modified_at":"2026-02-08T10:48:00.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-29","serial_number":"39821259782184","imei1":"39821259782184","imei2":"39821259782184","popurl":"2026-01-29T10:47:50.264172289Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180444,"job_number":"JOB_180444","tr_customer_id":180462,"tr_customer_product_id":180452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:58.000Z","modified_at":"2026-02-08T10:48:38.000Z","name":"Gregoria Kemmer","mobile_number":"591-914-1725","email_id":"Gabrielle30@yahoo.com","dop":"2025-04-06","serial_number":"11001892060604","imei1":"11001892060604","imei2":"11001892060604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180443,"job_number":"JOB_180443","tr_customer_id":180461,"tr_customer_product_id":180451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:58.000Z","modified_at":"2026-02-08T10:47:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16585753474045","imei1":"16585753474045","imei2":"16585753474045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:47:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180442,"job_number":"JOB_180442","tr_customer_id":180460,"tr_customer_product_id":180450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:55.000Z","modified_at":"2026-02-08T10:47:55.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"10269752935412","imei2":"10269752935412","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180441,"job_number":"JOB_180441","tr_customer_id":180459,"tr_customer_product_id":180449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:16.000Z","modified_at":"2026-02-08T10:47:16.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"10902329612541","imei2":"10902329612541","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:47:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180440,"job_number":"JOB_180440","tr_customer_id":180458,"tr_customer_product_id":180448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:42:52.000Z","modified_at":"2026-02-08T10:42:52.000Z","name":"Chinmayananda Chaturvedi","mobile_number":"707335497707","email_id":"archan.sethi@yahoo.co.in","dop":"2026-01-29","serial_number":"43645656623488","imei1":"43645656623488","imei2":"43645656623488","popurl":"www.bhoopat-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180439,"job_number":"JOB_180439","tr_customer_id":180457,"tr_customer_product_id":180447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:38:03.000Z","modified_at":"2026-02-08T10:38:03.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"12345678903457","imei2":"12345678903457","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180438,"job_number":"JOB_180438","tr_customer_id":180456,"tr_customer_product_id":180446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:35:22.000Z","modified_at":"2026-02-08T10:35:22.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147162","imei1":"45147707147162","imei2":"45147707147162","popurl":"2026-01-29T10:35:20.573138300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180437,"job_number":"JOB_180437","tr_customer_id":180455,"tr_customer_product_id":180445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:31:37.000Z","modified_at":"2026-02-08T10:31:37.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147112","imei1":"45147707147112","imei2":"45147707147112","popurl":"2026-01-29T10:31:35.515661200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180436,"job_number":"JOB_180436","tr_customer_id":180454,"tr_customer_product_id":180444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:27:59.000Z","modified_at":"2026-02-08T10:27:59.000Z","name":"Marina Roberts","mobile_number":"394-879-6406","email_id":"Camden.Gerhold39@hotmail.com","dop":"2025-10-06","serial_number":"16013752338461256","imei1":"16013752338461256","imei2":"16013752338461256","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180435,"job_number":"JOB_180435","tr_customer_id":180453,"tr_customer_product_id":180443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:27:58.000Z","modified_at":"2026-02-08T10:28:04.000Z","name":"Casper Lockman","mobile_number":"955-333-3617","email_id":"Stacey.Bednar77@hotmail.com","dop":"2025-10-06","serial_number":"17941352172354","imei1":"17941352172354","imei2":"17941352172354","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180434,"job_number":"JOB_180434","tr_customer_id":180452,"tr_customer_product_id":180442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:24:42.000Z","modified_at":"2026-02-08T10:24:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147312","imei1":"45147707147312","imei2":"45147707147312","popurl":"2026-01-29T10:24:40.732916500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180433,"job_number":"JOB_180433","tr_customer_id":180451,"tr_customer_product_id":180441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:24:20.000Z","modified_at":"2026-02-08T10:24:25.000Z","name":"Rayan Mohamad","mobile_number":"9443588249","email_id":"rayan@gmail.com","dop":"2025-12-31","serial_number":"78710893801036","imei1":"78710893801036","imei2":"78710893801036","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180432,"job_number":"JOB_180432","tr_customer_id":180450,"tr_customer_product_id":180440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:24:13.000Z","modified_at":"2026-02-08T10:24:18.000Z","name":"Mubi KU","mobile_number":"9980251826","email_id":"mubi@gmail.com","dop":"2025-12-31","serial_number":"25269706481925","imei1":"25269706481925","imei2":"25269706481925","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:24:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180431,"job_number":"JOB_180431","tr_customer_id":180449,"tr_customer_product_id":180439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:24:06.000Z","modified_at":"2026-02-08T10:24:11.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"51725091409890","imei1":"51725091409890","imei2":"51725091409890","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180430,"job_number":"JOB_180430","tr_customer_id":180448,"tr_customer_product_id":180438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:22:45.000Z","modified_at":"2026-02-08T10:22:45.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147332","imei1":"45147707147332","imei2":"45147707147332","popurl":"2026-01-29T10:22:43.235660Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180429,"job_number":"JOB_180429","tr_customer_id":180447,"tr_customer_product_id":180437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:20:32.000Z","modified_at":"2026-02-08T10:20:37.000Z","name":"Rayan Mohamad","mobile_number":"9443588249","email_id":"rayan@gmail.com","dop":"2025-12-31","serial_number":"40482845033555","imei1":"40482845033555","imei2":"40482845033555","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180428,"job_number":"JOB_180428","tr_customer_id":180446,"tr_customer_product_id":180436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:20:26.000Z","modified_at":"2026-02-08T10:20:31.000Z","name":"Mubi KU","mobile_number":"9980251826","email_id":"mubi@gmail.com","dop":"2025-12-31","serial_number":"31042534586055","imei1":"31042534586055","imei2":"31042534586055","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:20:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180427,"job_number":"JOB_180427","tr_customer_id":180445,"tr_customer_product_id":180435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:20:19.000Z","modified_at":"2026-02-08T10:20:24.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"95198181571160","imei1":"95198181571160","imei2":"95198181571160","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180426,"job_number":"JOB_180426","tr_customer_id":180444,"tr_customer_product_id":180434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:18:10.000Z","modified_at":"2026-02-08T10:18:10.000Z","name":"Coby Kovacek","mobile_number":"419-774-8808","email_id":"Brayan.Swift@hotmail.com","dop":"2025-10-06","serial_number":"18875859046142060","imei1":"18875859046142060","imei2":"18875859046142060","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180425,"job_number":"JOB_180425","tr_customer_id":180443,"tr_customer_product_id":180433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:18:10.000Z","modified_at":"2026-02-08T10:18:16.000Z","name":"Cordie D'Amore","mobile_number":"887-672-5383","email_id":"Marlen96@hotmail.com","dop":"2025-10-06","serial_number":"16472114617915","imei1":"16472114617915","imei2":"16472114617915","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180424,"job_number":"JOB_180424","tr_customer_id":180442,"tr_customer_product_id":180432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:17:25.000Z","modified_at":"2026-02-08T10:17:30.000Z","name":"Rayan Mohamad","mobile_number":"9443588249","email_id":"rayan@gmail.com","dop":"2025-12-31","serial_number":"76034731156475","imei1":"76034731156475","imei2":"76034731156475","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180423,"job_number":"JOB_180423","tr_customer_id":180441,"tr_customer_product_id":180431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:17:19.000Z","modified_at":"2026-02-08T10:17:24.000Z","name":"Mubi KU","mobile_number":"9980251826","email_id":"mubi@gmail.com","dop":"2025-12-31","serial_number":"59332282127769","imei1":"59332282127769","imei2":"59332282127769","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180422,"job_number":"JOB_180422","tr_customer_id":180440,"tr_customer_product_id":180430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:17:13.000Z","modified_at":"2026-02-08T10:17:17.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"41658066304875","imei1":"41658066304875","imei2":"41658066304875","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180421,"job_number":"JOB_180421","tr_customer_id":180439,"tr_customer_product_id":180429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Meenakshi Menon","mobile_number":"7653350158","email_id":"ekaling.talwar@gmail.com","dop":"2025-11-21","serial_number":"97929802734046","imei1":"97929802734046","imei2":"97929802734046","popurl":"www.aaryan-saini.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180419,"job_number":"JOB_180419","tr_customer_id":180437,"tr_customer_product_id":180427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Giriraj Sharma","mobile_number":"7059970083","email_id":"anamika.dwivedi@yahoo.co.in","dop":"2025-03-23","serial_number":"54151616863063","imei1":"54151616863063","imei2":"54151616863063","popurl":"www.asha-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180418,"job_number":"JOB_180418","tr_customer_id":180436,"tr_customer_product_id":180426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Javas Trivedi","mobile_number":"7660691524","email_id":"ujjawal.shukla@gmail.com","dop":"2025-08-07","serial_number":"11488350202786","imei1":"11488350202786","imei2":"11488350202786","popurl":"www.mohini-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180417,"job_number":"JOB_180417","tr_customer_id":180435,"tr_customer_product_id":180425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Vaidehi Gowda","mobile_number":"7221393002","email_id":"chandrabhan.chaturvedi@yahoo.co.in","dop":"2025-07-12","serial_number":"23912569091325","imei1":"23912569091325","imei2":"23912569091325","popurl":"www.gorakhanatha-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180415,"job_number":"JOB_180415","tr_customer_id":180434,"tr_customer_product_id":180423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:13:21.000Z","modified_at":"2026-02-08T10:13:21.000Z","name":"Surya Khatri","mobile_number":"7096531935","email_id":"aanand.gill@gmail.com","dop":"2025-07-07","serial_number":"41664343426442","imei1":"41664343426442","imei2":"41664343426442","popurl":"www.dron-gill.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180414,"job_number":"JOB_180414","tr_customer_id":180432,"tr_customer_product_id":180422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:13:21.000Z","modified_at":"2026-02-08T10:13:21.000Z","name":"Gautam Dwivedi","mobile_number":"7546580083","email_id":"rageswari.sethi@hotmail.com","dop":"2026-01-24","serial_number":"51604380631206","imei1":"51604380631206","imei2":"51604380631206","popurl":"www.anjaneya-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180413,"job_number":"JOB_180413","tr_customer_id":180431,"tr_customer_product_id":180421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:13:21.000Z","modified_at":"2026-02-08T10:13:21.000Z","name":"Deeptiman Menon","mobile_number":"7501911631","email_id":"sarala.mehra@yahoo.co.in","dop":"2025-07-23","serial_number":"97500677726553","imei1":"97500677726553","imei2":"97500677726553","popurl":"www.acharyasuta-ahuja.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180412,"job_number":"JOB_180412","tr_customer_id":180430,"tr_customer_product_id":180420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:11:06.000Z","modified_at":"2026-02-08T10:11:06.000Z","name":"Clinton Collier","mobile_number":"384-278-8289","email_id":"Henri45@gmail.com","dop":"2025-10-06","serial_number":"17879201515310536","imei1":"17879201515310536","imei2":"17879201515310536","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180411,"job_number":"JOB_180411","tr_customer_id":180429,"tr_customer_product_id":180419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:11:06.000Z","modified_at":"2026-02-08T10:11:12.000Z","name":"Bailey Watsica","mobile_number":"536-651-6673","email_id":"Delores32@gmail.com","dop":"2025-10-06","serial_number":"11499567007358","imei1":"11499567007358","imei2":"11499567007358","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:11:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180410,"job_number":"JOB_180410","tr_customer_id":180428,"tr_customer_product_id":180418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:09:31.000Z","modified_at":"2026-02-08T10:09:36.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"61044288680091","imei1":"61044288680091","imei2":"61044288680091","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180409,"job_number":"JOB_180409","tr_customer_id":180427,"tr_customer_product_id":180417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:00:26.000Z","modified_at":"2026-02-08T10:00:30.000Z","name":"Abdul1 Hameed","mobile_number":"7502060005","email_id":"testex@gmail.com","dop":"2025-12-31","serial_number":"11156694762387","imei1":"11156694762387","imei2":"11156694762387","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180408,"job_number":"JOB_180408","tr_customer_id":180426,"tr_customer_product_id":180416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:00:19.000Z","modified_at":"2026-02-08T10:00:24.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"23961182023965","imei1":"23961182023965","imei2":"23961182023965","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180407,"job_number":"JOB_180407","tr_customer_id":180425,"tr_customer_product_id":180415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:56:22.000Z","modified_at":"2026-02-08T09:56:22.000Z","name":"Suman Gowda","mobile_number":"7076954458","email_id":"brahma.arora@hotmail.com","dop":"2025-11-04","serial_number":"34942046714317","imei1":"34942046714317","imei2":"34942046714317","popurl":"www.aditya-namboothiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180406,"job_number":"JOB_180406","tr_customer_id":180424,"tr_customer_product_id":180414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:51:22.000Z","modified_at":"2026-02-08T09:51:22.000Z","name":"Ramona Jaskolski","mobile_number":"673-642-8526","email_id":"Meda78@yahoo.com","dop":"2025-04-06","serial_number":"12502251686350558","imei1":"12502251686350558","imei2":"12502251686350558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180405,"job_number":"JOB_180405","tr_customer_id":180423,"tr_customer_product_id":180413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:51:20.000Z","modified_at":"2026-02-08T09:52:00.000Z","name":"Cierra Becker","mobile_number":"959-789-2092","email_id":"Mireya.Marvin@gmail.com","dop":"2025-04-06","serial_number":"17043404913786","imei1":"17043404913786","imei2":"17043404913786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T09:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180404,"job_number":"JOB_180404","tr_customer_id":180422,"tr_customer_product_id":180412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:51:20.000Z","modified_at":"2026-02-08T09:51:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10237859697455","imei1":"10237859697455","imei2":"10237859697455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180403,"job_number":"JOB_180403","tr_customer_id":180421,"tr_customer_product_id":180411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:50:35.000Z","modified_at":"2026-02-08T09:50:35.000Z","name":"Ally Haag","mobile_number":"781-422-4795","email_id":"Fausto_Ernser@gmail.com","dop":"2025-04-06","serial_number":"19763401138500616","imei1":"19763401138500616","imei2":"19763401138500616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180402,"job_number":"JOB_180402","tr_customer_id":180420,"tr_customer_product_id":180410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:50:33.000Z","modified_at":"2026-02-08T09:51:13.000Z","name":"Missouri Littel","mobile_number":"980-758-8141","email_id":"Jabari6@gmail.com","dop":"2025-04-06","serial_number":"18010227697737","imei1":"18010227697737","imei2":"18010227697737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T09:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180401,"job_number":"JOB_180401","tr_customer_id":180419,"tr_customer_product_id":180409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:50:33.000Z","modified_at":"2026-02-08T09:50:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12249084871671","imei1":"12249084871671","imei2":"12249084871671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180400,"job_number":"JOB_180400","tr_customer_id":180418,"tr_customer_product_id":180408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:49:47.000Z","modified_at":"2026-02-08T09:49:47.000Z","name":"Narciso Rogahn","mobile_number":"549-478-5229","email_id":"Esmeralda.Williamson84@hotmail.com","dop":"2025-04-06","serial_number":"19117205773732960","imei1":"19117205773732960","imei2":"19117205773732960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180399,"job_number":"JOB_180399","tr_customer_id":180417,"tr_customer_product_id":180407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:49:46.000Z","modified_at":"2026-02-08T09:50:26.000Z","name":"Aileen Nienow","mobile_number":"649-536-3311","email_id":"Antwan30@yahoo.com","dop":"2025-04-06","serial_number":"10919778244908","imei1":"10919778244908","imei2":"10919778244908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180398,"job_number":"JOB_180398","tr_customer_id":180416,"tr_customer_product_id":180406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:49:45.000Z","modified_at":"2026-02-08T09:49:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19966982250199","imei1":"19966982250199","imei2":"19966982250199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180397,"job_number":"JOB_180397","tr_customer_id":180415,"tr_customer_product_id":180405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:52:32.000Z","modified_at":"2026-02-08T08:52:32.000Z","name":"Test Testng","mobile_number":"1234567890","email_id":"ty@gmail.com","dop":"2026-02-01","serial_number":"12346565656565656","imei1":"12346565656565656","imei2":"12346565656565656","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:52:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180396,"job_number":"JOB_180396","tr_customer_id":180414,"tr_customer_product_id":180404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:35:26.000Z","modified_at":"2026-02-08T08:35:32.000Z","name":"Verda Cruickshank","mobile_number":"853-433-8895","email_id":"Marina_Spencer7@hotmail.com","dop":"2025-12-31","serial_number":"75781598248026","imei1":"75781598248026","imei2":"75781598248026","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:35:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180395,"job_number":"JOB_180395","tr_customer_id":180413,"tr_customer_product_id":180403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:31:27.000Z","modified_at":"2026-02-08T08:31:33.000Z","name":"Magnolia Russel","mobile_number":"838-231-1016","email_id":"Chester.Grady@hotmail.com","dop":"2025-12-31","serial_number":"77464877655642","imei1":"77464877655642","imei2":"77464877655642","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:31:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180394,"job_number":"JOB_180394","tr_customer_id":180412,"tr_customer_product_id":180402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:24:26.000Z","modified_at":"2026-02-08T08:24:31.000Z","name":"Carson Kub","mobile_number":"279-997-0066","email_id":"Abby.Spencer@gmail.com","dop":"2025-12-31","serial_number":"54273865541463","imei1":"54273865541463","imei2":"54273865541463","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180393,"job_number":"JOB_180393","tr_customer_id":180411,"tr_customer_product_id":180401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:15:29.000Z","modified_at":"2026-02-08T08:15:29.000Z","name":"Sigurd Goldner","mobile_number":"260-863-7865","email_id":"Darwin70@yahoo.com","dop":"2025-04-06","serial_number":"13566396338316338","imei1":"13566396338316338","imei2":"13566396338316338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:15:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180392,"job_number":"JOB_180392","tr_customer_id":180410,"tr_customer_product_id":180400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:15:28.000Z","modified_at":"2026-02-08T08:16:08.000Z","name":"Rowland Graham","mobile_number":"714-621-2540","email_id":"Zoey.Grady@yahoo.com","dop":"2025-04-06","serial_number":"19536696579690","imei1":"19536696579690","imei2":"19536696579690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180391,"job_number":"JOB_180391","tr_customer_id":180409,"tr_customer_product_id":180399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:15:28.000Z","modified_at":"2026-02-08T08:15:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18578344909355","imei1":"18578344909355","imei2":"18578344909355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:15:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180390,"job_number":"JOB_180390","tr_customer_id":180408,"tr_customer_product_id":180398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:14:42.000Z","modified_at":"2026-02-08T08:14:42.000Z","name":"Dalton Marvin","mobile_number":"557-920-7785","email_id":"Mariano86@yahoo.com","dop":"2025-04-06","serial_number":"10776319090095608","imei1":"10776319090095608","imei2":"10776319090095608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180389,"job_number":"JOB_180389","tr_customer_id":180407,"tr_customer_product_id":180397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:14:40.000Z","modified_at":"2026-02-08T08:15:20.000Z","name":"Ezra Marks","mobile_number":"488-336-4932","email_id":"Amos.Welch@hotmail.com","dop":"2025-04-06","serial_number":"17930426173433","imei1":"17930426173433","imei2":"17930426173433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:15:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180388,"job_number":"JOB_180388","tr_customer_id":180406,"tr_customer_product_id":180396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:14:40.000Z","modified_at":"2026-02-08T08:14:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10780819994204","imei1":"10780819994204","imei2":"10780819994204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:14:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180387,"job_number":"JOB_180387","tr_customer_id":180405,"tr_customer_product_id":180395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:13:54.000Z","modified_at":"2026-02-08T08:13:54.000Z","name":"Elyse Gleason","mobile_number":"346-355-5136","email_id":"Elta.Auer@gmail.com","dop":"2025-04-06","serial_number":"16311468623419494","imei1":"16311468623419494","imei2":"16311468623419494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:13:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180386,"job_number":"JOB_180386","tr_customer_id":180404,"tr_customer_product_id":180394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:13:52.000Z","modified_at":"2026-02-08T08:14:33.000Z","name":"Joaquin Langosh","mobile_number":"535-454-1310","email_id":"Lavern64@hotmail.com","dop":"2025-04-06","serial_number":"19493412737699","imei1":"19493412737699","imei2":"19493412737699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180385,"job_number":"JOB_180385","tr_customer_id":180403,"tr_customer_product_id":180393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:13:52.000Z","modified_at":"2026-02-08T08:13:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13523820461974","imei1":"13523820461974","imei2":"13523820461974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180384,"job_number":"JOB_180384","tr_customer_id":180402,"tr_customer_product_id":180392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:57.000Z","modified_at":"2026-02-08T08:09:57.000Z","name":"Francisca Monahan","mobile_number":"936-288-0865","email_id":"Waylon_Pfannerstill@gmail.com","dop":"2025-04-06","serial_number":"12633359571850206","imei1":"12633359571850206","imei2":"12633359571850206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180383,"job_number":"JOB_180383","tr_customer_id":180401,"tr_customer_product_id":180391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:55.000Z","modified_at":"2026-02-08T08:10:36.000Z","name":"Myrtle O'Kon","mobile_number":"562-412-9564","email_id":"Marina_Kuhn43@hotmail.com","dop":"2025-04-06","serial_number":"19780848786059","imei1":"19780848786059","imei2":"19780848786059","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180382,"job_number":"JOB_180382","tr_customer_id":180400,"tr_customer_product_id":180390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:55.000Z","modified_at":"2026-02-08T08:09:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336180218794","imei1":"17336180218794","imei2":"17336180218794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180381,"job_number":"JOB_180381","tr_customer_id":180399,"tr_customer_product_id":180389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:09.000Z","modified_at":"2026-02-08T08:09:09.000Z","name":"Sammie Ledner","mobile_number":"444-409-5986","email_id":"Luz_Lemke@hotmail.com","dop":"2025-04-06","serial_number":"13418824910768406","imei1":"13418824910768406","imei2":"13418824910768406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180380,"job_number":"JOB_180380","tr_customer_id":180398,"tr_customer_product_id":180388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:08.000Z","modified_at":"2026-02-08T08:09:48.000Z","name":"Aileen Stanton","mobile_number":"503-878-5341","email_id":"Dandre.Witting42@yahoo.com","dop":"2025-04-06","serial_number":"10820274107845","imei1":"10820274107845","imei2":"10820274107845","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:09:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180379,"job_number":"JOB_180379","tr_customer_id":180397,"tr_customer_product_id":180387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:08.000Z","modified_at":"2026-02-08T08:09:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15419500969050","imei1":"15419500969050","imei2":"15419500969050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180378,"job_number":"JOB_180378","tr_customer_id":180396,"tr_customer_product_id":180386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:08:21.000Z","modified_at":"2026-02-08T08:08:21.000Z","name":"Kiarra Flatley","mobile_number":"938-824-4429","email_id":"Keon15@yahoo.com","dop":"2025-04-06","serial_number":"10904959962650748","imei1":"10904959962650748","imei2":"10904959962650748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180377,"job_number":"JOB_180377","tr_customer_id":180395,"tr_customer_product_id":180385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:08:20.000Z","modified_at":"2026-02-08T08:09:00.000Z","name":"Dianna Larson","mobile_number":"976-636-0185","email_id":"Mckenzie_Koch@hotmail.com","dop":"2025-04-06","serial_number":"18965627859135","imei1":"18965627859135","imei2":"18965627859135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:09:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180376,"job_number":"JOB_180376","tr_customer_id":180394,"tr_customer_product_id":180384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:08:20.000Z","modified_at":"2026-02-08T08:08:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17845039250836","imei1":"17845039250836","imei2":"17845039250836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180373,"job_number":"JOB_180373","tr_customer_id":180391,"tr_customer_product_id":180381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:31.000Z","modified_at":"2026-02-08T07:54:31.000Z","name":"Sydney Lindgren","mobile_number":"536-816-9570","email_id":"Jayden17@yahoo.com","dop":"2025-04-06","serial_number":"11009572995920926","imei1":"11009572995920926","imei2":"11009572995920926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180372,"job_number":"JOB_180372","tr_customer_id":180390,"tr_customer_product_id":180380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:30.000Z","modified_at":"2026-02-08T07:55:10.000Z","name":"Kristopher Miller","mobile_number":"822-862-5882","email_id":"Vladimir_Langworth@gmail.com","dop":"2025-04-06","serial_number":"10393472107241","imei1":"10393472107241","imei2":"10393472107241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180371,"job_number":"JOB_180371","tr_customer_id":180389,"tr_customer_product_id":180379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:03.000Z","modified_at":"2026-02-08T07:54:03.000Z","name":"Fritz O'Connell","mobile_number":"908-470-2092","email_id":"Herman_Roob@yahoo.com","dop":"2025-04-06","serial_number":"12059684823220216","imei1":"12059684823220216","imei2":"12059684823220216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180370,"job_number":"JOB_180370","tr_customer_id":180388,"tr_customer_product_id":180378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:01.000Z","modified_at":"2026-02-08T07:54:42.000Z","name":"Earl O'Conner","mobile_number":"528-586-5125","email_id":"Kelly6@yahoo.com","dop":"2025-04-06","serial_number":"19717414092296","imei1":"19717414092296","imei2":"19717414092296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180369,"job_number":"JOB_180369","tr_customer_id":180387,"tr_customer_product_id":180377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:46:20.000Z","modified_at":"2026-02-08T07:46:20.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"22000736434051","imei1":"22000736434051","imei2":"22000736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180368,"job_number":"JOB_180368","tr_customer_id":180386,"tr_customer_product_id":180376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:39:34.000Z","modified_at":"2026-02-08T07:39:40.000Z","name":"Edison Davis","mobile_number":"915-606-2662","email_id":"Claudie99@yahoo.com","dop":"2025-12-31","serial_number":"68853472248024","imei1":"68853472248024","imei2":"68853472248024","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:39:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180367,"job_number":"JOB_180367","tr_customer_id":180385,"tr_customer_product_id":180375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:38:22.000Z","modified_at":"2026-02-08T07:38:27.000Z","name":"Anya Ledner","mobile_number":"540-705-0157","email_id":"Reece.Emmerich@hotmail.com","dop":"2025-12-31","serial_number":"76587316976309","imei1":"76587316976309","imei2":"76587316976309","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180366,"job_number":"JOB_180366","tr_customer_id":180384,"tr_customer_product_id":180374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:34:24.000Z","modified_at":"2026-02-08T07:34:24.000Z","name":"Felipa Greenfelder","mobile_number":"983-355-7487","email_id":"Concepcion_Mueller45@yahoo.com","dop":"2025-12-31","serial_number":"29750079310539","imei1":"29750079310539","imei2":"29750079310539","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180365,"job_number":"JOB_180365","tr_customer_id":180383,"tr_customer_product_id":180373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:32:52.000Z","modified_at":"2026-02-08T07:32:57.000Z","name":"Dangelo Batz","mobile_number":"455-525-4270","email_id":"Vernie.Powlowski7@gmail.com","dop":"2025-12-31","serial_number":"40774132731169","imei1":"40774132731169","imei2":"40774132731169","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180364,"job_number":"JOB_180364","tr_customer_id":180382,"tr_customer_product_id":180372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:31:37.000Z","modified_at":"2026-02-08T07:31:37.000Z","name":"Abby Bednar","mobile_number":"911-744-6038","email_id":"Elenor.Kovacek@gmail.com","dop":"2025-12-31","serial_number":"45585213515438","imei1":"45585213515438","imei2":"45585213515438","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180363,"job_number":"JOB_180363","tr_customer_id":180381,"tr_customer_product_id":180371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:29:34.000Z","modified_at":"2026-02-08T07:29:34.000Z","name":"Sigrid Gibson","mobile_number":"418-748-1640","email_id":"Maximillian_McLaughlin@hotmail.com","dop":"2025-12-01","serial_number":"14164967400191","imei1":"14164967400191","imei2":"14164967400191","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180362,"job_number":"JOB_180362","tr_customer_id":180380,"tr_customer_product_id":180370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:29:14.000Z","modified_at":"2026-02-08T07:29:20.000Z","name":"Haylie Baumbach","mobile_number":"821-504-2242","email_id":"Jane_Armstrong@yahoo.com","dop":"2025-12-31","serial_number":"37223095409873","imei1":"37223095409873","imei2":"37223095409873","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:29:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180361,"job_number":"JOB_180361","tr_customer_id":180379,"tr_customer_product_id":180369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:24:06.000Z","modified_at":"2026-02-08T07:24:12.000Z","name":"Francisco Howell","mobile_number":"584-613-6947","email_id":"Danyka28@gmail.com","dop":"2025-12-31","serial_number":"37490124921566","imei1":"37490124921566","imei2":"37490124921566","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180360,"job_number":"JOB_180360","tr_customer_id":180378,"tr_customer_product_id":180368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:12:09.000Z","modified_at":"2026-02-08T07:12:09.000Z","name":"Mike Robel","mobile_number":"577-759-1295","email_id":"Drew.Hettinger4@hotmail.com","dop":"2025-12-01","serial_number":"13518373317110","imei1":"13518373317110","imei2":"13518373317110","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:12:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180359,"job_number":"JOB_180359","tr_customer_id":180377,"tr_customer_product_id":180367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:35.000Z","modified_at":"2026-02-08T07:11:47.000Z","name":"Gregory Kuvalis","mobile_number":"480-575-7402","email_id":"Evalyn.Johnston@yahoo.com","dop":"2025-12-01","serial_number":"11296255738185","imei1":"11296255738185","imei2":"11296255738185","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180358,"job_number":"JOB_180358","tr_customer_id":180376,"tr_customer_product_id":180366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:35.000Z","modified_at":"2026-02-08T07:11:35.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19059105419490","imei1":"19059105419490","imei2":"19059105419490","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:11:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180357,"job_number":"JOB_180357","tr_customer_id":180375,"tr_customer_product_id":180365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:18.000Z","modified_at":"2026-02-08T07:11:31.000Z","name":"Gregoria Hahn","mobile_number":"345-254-8273","email_id":"Cristina_Hegmann20@gmail.com","dop":"2025-12-01","serial_number":"17377349983164","imei1":"17377349983164","imei2":"17377349983164","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:11:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180356,"job_number":"JOB_180356","tr_customer_id":180374,"tr_customer_product_id":180364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:18.000Z","modified_at":"2026-02-08T07:11:18.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10183536677257","imei1":"10183536677257","imei2":"10183536677257","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:11:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180355,"job_number":"JOB_180355","tr_customer_id":180373,"tr_customer_product_id":180363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:01.000Z","modified_at":"2026-02-08T07:11:14.000Z","name":"Joyce Wiza","mobile_number":"678-974-3409","email_id":"Providenci_Labadie@hotmail.com","dop":"2025-12-01","serial_number":"18914352098135","imei1":"18914352098135","imei2":"18914352098135","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:11:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180354,"job_number":"JOB_180354","tr_customer_id":180372,"tr_customer_product_id":180362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:01.000Z","modified_at":"2026-02-08T07:11:01.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19070684554277","imei1":"19070684554277","imei2":"19070684554277","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180353,"job_number":"JOB_180353","tr_customer_id":180371,"tr_customer_product_id":180361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:01:16.000Z","modified_at":"2026-02-08T07:01:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"","imei1":"","imei2":"","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:01:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180352,"job_number":"JOB_180352","tr_customer_id":180370,"tr_customer_product_id":180360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:50:31.000Z","modified_at":"2026-02-08T06:50:31.000Z","name":"Corrine Sawayn","mobile_number":"951-794-3342","email_id":"Scarlett_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"12876402730082190","imei1":"12876402730082190","imei2":"12876402730082190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180351,"job_number":"JOB_180351","tr_customer_id":180369,"tr_customer_product_id":180359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:50:30.000Z","modified_at":"2026-02-08T06:51:08.000Z","name":"Susanna Harris","mobile_number":"744-579-2010","email_id":"Zoila80@hotmail.com","dop":"2025-04-06","serial_number":"14564229129468","imei1":"14564229129468","imei2":"14564229129468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180350,"job_number":"JOB_180350","tr_customer_id":180368,"tr_customer_product_id":180358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:49:47.000Z","modified_at":"2026-02-08T06:49:47.000Z","name":"Clemens Heidenreich","mobile_number":"862-266-6877","email_id":"Webster68@gmail.com","dop":"2025-04-06","serial_number":"17782421261729192","imei1":"17782421261729192","imei2":"17782421261729192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180349,"job_number":"JOB_180349","tr_customer_id":180367,"tr_customer_product_id":180357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:49:45.000Z","modified_at":"2026-02-08T06:50:23.000Z","name":"Carmine Gottlieb","mobile_number":"793-483-1983","email_id":"Brady.Schinner@gmail.com","dop":"2025-04-06","serial_number":"13483266716448","imei1":"13483266716448","imei2":"13483266716448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180348,"job_number":"JOB_180348","tr_customer_id":180366,"tr_customer_product_id":180356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:49:02.000Z","modified_at":"2026-02-08T06:49:02.000Z","name":"Susan Kiehn","mobile_number":"503-266-1251","email_id":"Elda95@hotmail.com","dop":"2025-04-06","serial_number":"18261093677071210","imei1":"18261093677071210","imei2":"18261093677071210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180347,"job_number":"JOB_180347","tr_customer_id":180365,"tr_customer_product_id":180355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:49:00.000Z","modified_at":"2026-02-08T06:49:38.000Z","name":"Hilbert Mills","mobile_number":"559-968-7307","email_id":"Cleveland_Gulgowski42@hotmail.com","dop":"2025-04-06","serial_number":"14533022734448","imei1":"14533022734448","imei2":"14533022734448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180340,"job_number":"JOB_180340","tr_customer_id":180358,"tr_customer_product_id":180348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:27:27.000Z","modified_at":"2026-02-08T06:27:27.000Z","name":"Tom C","mobile_number":"9620455897","email_id":"bibhu.jitm2008@gmail.com","dop":"2025-11-05","serial_number":"10237002834025","imei1":"10237002834025","imei2":"10237002834025","popurl":"2025-11-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180339,"job_number":"JOB_180339","tr_customer_id":180357,"tr_customer_product_id":180347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:57:51.000Z","modified_at":"2026-02-08T05:57:51.000Z","name":"Eve Parker","mobile_number":"284-890-8640","email_id":"Dewitt.Hackett9@yahoo.com","dop":"2025-12-01","serial_number":"10074520245287","imei1":"10074520245287","imei2":"10074520245287","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180338,"job_number":"JOB_180338","tr_customer_id":180356,"tr_customer_product_id":180346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:48:56.000Z","modified_at":"2026-02-08T05:48:56.000Z","name":"Billy Dooley","mobile_number":"299-253-4928","email_id":"Caroline.Turner@gmail.com","dop":"2025-12-01","serial_number":"10967899698655","imei1":"10967899698655","imei2":"10967899698655","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180337,"job_number":"JOB_180337","tr_customer_id":180355,"tr_customer_product_id":180345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:45:18.000Z","modified_at":"2026-02-08T05:45:18.000Z","name":"Cecile Fahey","mobile_number":"236-803-7989","email_id":"Zack.Purdy@gmail.com","dop":"2025-04-06","serial_number":"14824354255662586","imei1":"14824354255662586","imei2":"14824354255662586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180336,"job_number":"JOB_180336","tr_customer_id":180354,"tr_customer_product_id":180344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:45:17.000Z","modified_at":"2026-02-08T05:45:55.000Z","name":"Rhianna Marks","mobile_number":"324-513-9406","email_id":"Pearl.Hessel@hotmail.com","dop":"2025-04-06","serial_number":"14417273118922","imei1":"14417273118922","imei2":"14417273118922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T05:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180335,"job_number":"JOB_180335","tr_customer_id":180353,"tr_customer_product_id":180343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:45:08.000Z","modified_at":"2026-02-08T05:45:08.000Z","name":"London Lynch","mobile_number":"223-431-0066","email_id":"Flavie_Frami@hotmail.com","dop":"2025-04-06","serial_number":"12698618606032450","imei1":"12698618606032450","imei2":"12698618606032450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180334,"job_number":"JOB_180334","tr_customer_id":180352,"tr_customer_product_id":180342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:45:06.000Z","modified_at":"2026-02-08T05:45:45.000Z","name":"Anika O'Conner","mobile_number":"275-737-2691","email_id":"Reece17@yahoo.com","dop":"2025-04-06","serial_number":"13962510551737","imei1":"13962510551737","imei2":"13962510551737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T05:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180333,"job_number":"JOB_180333","tr_customer_id":180351,"tr_customer_product_id":180341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:25:52.000Z","modified_at":"2026-02-08T05:26:03.000Z","name":"Daryl Reichert","mobile_number":"368-676-1042","email_id":"Beryl.Gutkowski@gmail.com","dop":"2025-07-01","serial_number":"107859971796574","imei1":"107859971796574","imei2":"107859971796574","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T05:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180332,"job_number":"JOB_180332","tr_customer_id":180350,"tr_customer_product_id":180340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:25:52.000Z","modified_at":"2026-02-08T05:25:52.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103636967857211","imei1":"103636967857211","imei2":"103636967857211","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:25:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180331,"job_number":"JOB_180331","tr_customer_id":180349,"tr_customer_product_id":180339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:25:39.000Z","modified_at":"2026-02-08T05:25:50.000Z","name":"Daija Harvey","mobile_number":"974-791-8090","email_id":"Nicole_Ondricka70@hotmail.com","dop":"2025-07-01","serial_number":"107178590854176","imei1":"107178590854176","imei2":"107178590854176","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T05:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180330,"job_number":"JOB_180330","tr_customer_id":180348,"tr_customer_product_id":180338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:25:38.000Z","modified_at":"2026-02-08T05:25:38.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"100292270839053","imei1":"100292270839053","imei2":"100292270839053","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180329,"job_number":"JOB_180329","tr_customer_id":180347,"tr_customer_product_id":180337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:21:54.000Z","modified_at":"2026-02-08T05:21:54.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-29","serial_number":"84257372069620","imei1":"84257372069620","imei2":"84257372069620","popurl":"2026-01-29T05:21:53.782872633Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180328,"job_number":"JOB_180328","tr_customer_id":180346,"tr_customer_product_id":180336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:21:46.000Z","modified_at":"2026-02-08T05:21:46.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-29","serial_number":"25210875048674","imei1":"25210875048674","imei2":"25210875048674","popurl":"2026-01-29T05:21:46.349363227Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180327,"job_number":"JOB_180327","tr_customer_id":180345,"tr_customer_product_id":180335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:30.000Z","modified_at":"2026-02-08T04:58:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58874541690021","imei1":"58874541690021","imei2":"58874541690021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180326,"job_number":"JOB_180326","tr_customer_id":180344,"tr_customer_product_id":180334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:29.000Z","modified_at":"2026-02-08T04:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57850142512107","imei1":"57850142512107","imei2":"57850142512107","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180325,"job_number":"JOB_180325","tr_customer_id":180343,"tr_customer_product_id":180333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:29.000Z","modified_at":"2026-02-08T04:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95349632401438","imei1":"95349632401438","imei2":"95349632401438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180324,"job_number":"JOB_180324","tr_customer_id":180342,"tr_customer_product_id":180332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:29.000Z","modified_at":"2026-02-08T04:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49305738051303","imei1":"49305738051303","imei2":"49305738051303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180323,"job_number":"JOB_180323","tr_customer_id":180341,"tr_customer_product_id":180331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:28.000Z","modified_at":"2026-02-08T04:58:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90727902096679","imei1":"90727902096679","imei2":"90727902096679","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180322,"job_number":"JOB_180322","tr_customer_id":180340,"tr_customer_product_id":180330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:28.000Z","modified_at":"2026-02-08T04:58:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35257868210461","imei1":"35257868210461","imei2":"35257868210461","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180321,"job_number":"JOB_180321","tr_customer_id":180339,"tr_customer_product_id":180329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:28.000Z","modified_at":"2026-02-08T04:58:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63321360334216","imei1":"63321360334216","imei2":"63321360334216","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180320,"job_number":"JOB_180320","tr_customer_id":180338,"tr_customer_product_id":180328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:56.000Z","modified_at":"2026-02-08T04:58:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60722498168234","imei1":"60722498168234","imei2":"60722498168234","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180319,"job_number":"JOB_180319","tr_customer_id":180337,"tr_customer_product_id":180327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:56.000Z","modified_at":"2026-02-08T04:57:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80665667937835","imei1":"80665667937835","imei2":"80665667937835","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180318,"job_number":"JOB_180318","tr_customer_id":180336,"tr_customer_product_id":180326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:55.000Z","modified_at":"2026-02-08T04:57:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88105060633280","imei1":"88105060633280","imei2":"88105060633280","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180317,"job_number":"JOB_180317","tr_customer_id":180335,"tr_customer_product_id":180325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:55.000Z","modified_at":"2026-02-08T04:57:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23479406253684","imei1":"23479406253684","imei2":"23479406253684","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180316,"job_number":"JOB_180316","tr_customer_id":180334,"tr_customer_product_id":180324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:55.000Z","modified_at":"2026-02-08T04:57:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70003488455213","imei1":"70003488455213","imei2":"70003488455213","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180315,"job_number":"JOB_180315","tr_customer_id":180333,"tr_customer_product_id":180323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:54.000Z","modified_at":"2026-02-08T04:57:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85092863703886","imei1":"85092863703886","imei2":"85092863703886","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180314,"job_number":"JOB_180314","tr_customer_id":180332,"tr_customer_product_id":180322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:54.000Z","modified_at":"2026-02-08T04:57:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48177652376250","imei1":"48177652376250","imei2":"48177652376250","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180313,"job_number":"JOB_180313","tr_customer_id":180331,"tr_customer_product_id":180321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:22.000Z","modified_at":"2026-02-08T04:57:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17958760293945","imei1":"17958760293945","imei2":"17958760293945","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180312,"job_number":"JOB_180312","tr_customer_id":180330,"tr_customer_product_id":180320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:22.000Z","modified_at":"2026-02-08T04:57:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54643409454938","imei1":"54643409454938","imei2":"54643409454938","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180311,"job_number":"JOB_180311","tr_customer_id":180329,"tr_customer_product_id":180319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:22.000Z","modified_at":"2026-02-08T04:57:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26393312844990","imei1":"26393312844990","imei2":"26393312844990","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180310,"job_number":"JOB_180310","tr_customer_id":180328,"tr_customer_product_id":180318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:21.000Z","modified_at":"2026-02-08T04:57:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25251553440519","imei1":"25251553440519","imei2":"25251553440519","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180309,"job_number":"JOB_180309","tr_customer_id":180327,"tr_customer_product_id":180317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:21.000Z","modified_at":"2026-02-08T04:57:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38991164534076","imei1":"38991164534076","imei2":"38991164534076","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180308,"job_number":"JOB_180308","tr_customer_id":180326,"tr_customer_product_id":180316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:21.000Z","modified_at":"2026-02-08T04:57:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61542036385508","imei1":"61542036385508","imei2":"61542036385508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180307,"job_number":"JOB_180307","tr_customer_id":180325,"tr_customer_product_id":180315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:20.000Z","modified_at":"2026-02-08T04:57:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60258128366723","imei1":"60258128366723","imei2":"60258128366723","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180306,"job_number":"JOB_180306","tr_customer_id":180324,"tr_customer_product_id":180314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:46:11.000Z","modified_at":"2026-02-08T04:46:11.000Z","name":"Malinda Schoen","mobile_number":"921-636-3234","email_id":"Shirley37@gmail.com","dop":"2025-04-06","serial_number":"14865914542958","imei1":"14865914542958","imei2":"14865914542958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:46:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180304,"job_number":"JOB_180304","tr_customer_id":180322,"tr_customer_product_id":180312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:28.000Z","modified_at":"2026-02-08T04:45:05.000Z","name":"Judah Block","mobile_number":"416-966-9657","email_id":"Robbie68@gmail.com","dop":"2000-01-31","serial_number":"10323588403259","imei1":"10323588403259","imei2":"10323588403259","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180302,"job_number":"JOB_180302","tr_customer_id":180320,"tr_customer_product_id":180310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:00.000Z","modified_at":"2026-02-08T04:44:00.000Z","name":"Selina Runolfsson","mobile_number":"414-317-1209","email_id":"Robert_Welch@gmail.com","dop":"2025-04-06","serial_number":"14098874199169466","imei1":"14098874199169466","imei2":"14098874199169466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180301,"job_number":"JOB_180301","tr_customer_id":180319,"tr_customer_product_id":180309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:43:59.000Z","name":"Chadd Emard","mobile_number":"446-392-7561","email_id":"Haley.Collier91@yahoo.com","dop":"2025-04-06","serial_number":"10449400911834652","imei1":"10449400911834652","imei2":"10449400911834652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180300,"job_number":"JOB_180300","tr_customer_id":180318,"tr_customer_product_id":180308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:44:37.000Z","name":"Barney Kuhic","mobile_number":"450-226-9333","email_id":"Roscoe.Marquardt61@hotmail.com","dop":"2025-04-06","serial_number":"14661112128945","imei1":"14661112128945","imei2":"14661112128945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180299,"job_number":"JOB_180299","tr_customer_id":180317,"tr_customer_product_id":180307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:43:59.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"10717054637233","imei1":"10717054637233","imei2":"10717054637233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180298,"job_number":"JOB_180298","tr_customer_id":180316,"tr_customer_product_id":180306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:43:59.000Z","name":"Kristopher Pagac","mobile_number":"810-659-5390","email_id":"Modesto68@gmail.com","dop":"2025-04-06","serial_number":"10635018840976074","imei1":"10635018840976074","imei2":"10635018840976074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180297,"job_number":"JOB_180297","tr_customer_id":180315,"tr_customer_product_id":180305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:58.000Z","modified_at":"2026-02-08T04:44:35.000Z","name":"Shana Leuschke","mobile_number":"548-915-3248","email_id":"Marisol.Douglas28@hotmail.com","dop":"2025-04-06","serial_number":"16815738379460","imei1":"16815738379460","imei2":"16815738379460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180296,"job_number":"JOB_180296","tr_customer_id":180314,"tr_customer_product_id":180304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:43:57.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"11922205460821","imei1":"11922205460821","imei2":"11922205460821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180295,"job_number":"JOB_180295","tr_customer_id":180313,"tr_customer_product_id":180303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:44:35.000Z","name":"Sarah Aufderhar","mobile_number":"632-314-1631","email_id":"Theresia.Hessel94@gmail.com","dop":"2025-04-06","serial_number":"10541493106307","imei1":"10541493106307","imei2":"10541493106307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180294,"job_number":"JOB_180294","tr_customer_id":180312,"tr_customer_product_id":180302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:43:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14224664014982","imei1":"14224664014982","imei2":"14224664014982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180293,"job_number":"JOB_180293","tr_customer_id":180311,"tr_customer_product_id":180301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:43:57.000Z","name":"Susie McDermott","mobile_number":"361-852-8135","email_id":"Fiona.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13369340585581312","imei1":"13369340585581312","imei2":"13369340585581312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180292,"job_number":"JOB_180292","tr_customer_id":180310,"tr_customer_product_id":180300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:56.000Z","modified_at":"2026-02-08T04:43:56.000Z","name":"Beth McKenzie","mobile_number":"588-528-4224","email_id":"Astrid31@yahoo.com","dop":"2025-04-06","serial_number":"15693276215360206","imei1":"15693276215360206","imei2":"15693276215360206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180291,"job_number":"JOB_180291","tr_customer_id":180309,"tr_customer_product_id":180299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:55.000Z","modified_at":"2026-02-08T04:44:33.000Z","name":"Fatima Cummings","mobile_number":"651-957-2951","email_id":"Icie.Kemmer87@yahoo.com","dop":"2025-04-06","serial_number":"17203171206354","imei1":"17203171206354","imei2":"17203171206354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180290,"job_number":"JOB_180290","tr_customer_id":180308,"tr_customer_product_id":180298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:55.000Z","modified_at":"2026-02-08T04:43:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12171502344764","imei1":"12171502344764","imei2":"12171502344764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180289,"job_number":"JOB_180289","tr_customer_id":180307,"tr_customer_product_id":180297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:55.000Z","modified_at":"2026-02-08T04:44:33.000Z","name":"Cathryn Kautzer","mobile_number":"742-704-7987","email_id":"Karli_Willms44@gmail.com","dop":"2025-04-06","serial_number":"13667196980155","imei1":"13667196980155","imei2":"13667196980155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180288,"job_number":"JOB_180288","tr_customer_id":180306,"tr_customer_product_id":180296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:54.000Z","modified_at":"2026-02-08T04:43:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13553718957328","imei1":"13553718957328","imei2":"13553718957328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180287,"job_number":"JOB_180287","tr_customer_id":180305,"tr_customer_product_id":180295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:52.000Z","modified_at":"2026-02-08T04:44:28.000Z","name":"Kraig Lebsack","mobile_number":"304-333-3443","email_id":"Melba_Stehr93@hotmail.com","dop":"2025-12-31","serial_number":"100611370313119","imei1":"100611370313119","imei2":"100611370313119","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180286,"job_number":"JOB_180286","tr_customer_id":180304,"tr_customer_product_id":180294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:51.000Z","modified_at":"2026-02-08T04:43:51.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"104567896296502","imei1":"104567896296502","imei2":"104567896296502","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180285,"job_number":"JOB_180285","tr_customer_id":180303,"tr_customer_product_id":180293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:45.000Z","modified_at":"2026-02-08T04:43:45.000Z","name":"Laverne Parisian","mobile_number":"662-797-2083","email_id":"Dessie_Nienow70@yahoo.com","dop":"2025-04-06","serial_number":"17340666432091848","imei1":"17340666432091848","imei2":"17340666432091848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180284,"job_number":"JOB_180284","tr_customer_id":180302,"tr_customer_product_id":180292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:44.000Z","modified_at":"2026-02-08T04:44:22.000Z","name":"Bennett Breitenberg","mobile_number":"303-655-1898","email_id":"Adalberto.Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"15032102092518","imei1":"15032102092518","imei2":"15032102092518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180282,"job_number":"JOB_180282","tr_customer_id":180300,"tr_customer_product_id":180290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:44.000Z","modified_at":"2026-02-08T04:43:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11053565671116","imei1":"11053565671116","imei2":"11053565671116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180281,"job_number":"JOB_180281","tr_customer_id":180299,"tr_customer_product_id":180289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:42.000Z","modified_at":"2026-02-08T04:44:21.000Z","name":"Lauretta Zieme","mobile_number":"799-668-2733","email_id":"Bernadette16@hotmail.com","dop":"2000-01-31","serial_number":"10293619151201","imei1":"10293619151201","imei2":"10293619151201","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180279,"job_number":"JOB_180279","tr_customer_id":180297,"tr_customer_product_id":180287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:37.000Z","modified_at":"2026-02-08T04:43:37.000Z","name":"Elva Franecki","mobile_number":"606-599-7599","email_id":"Florida82@yahoo.com","dop":"2025-04-06","serial_number":"11076938985606158","imei1":"11076938985606158","imei2":"11076938985606158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180278,"job_number":"JOB_180278","tr_customer_id":180296,"tr_customer_product_id":180286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:35.000Z","modified_at":"2026-02-08T04:44:11.000Z","name":"Tara Kozey","mobile_number":"264-322-7085","email_id":"Isai.Grant39@hotmail.com","dop":"2025-04-06","serial_number":"11194241570049","imei1":"11194241570049","imei2":"11194241570049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180277,"job_number":"JOB_180277","tr_customer_id":180295,"tr_customer_product_id":180285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:35.000Z","modified_at":"2026-02-08T04:43:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15786927147632","imei1":"15786927147632","imei2":"15786927147632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180276,"job_number":"JOB_180276","tr_customer_id":180294,"tr_customer_product_id":180284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:30.000Z","modified_at":"2026-02-08T04:43:30.000Z","name":"Alena Kessler","mobile_number":"684-628-7794","email_id":"Foster.MacGyver45@yahoo.com","dop":"2025-04-06","serial_number":"10240876840792260","imei1":"10240876840792260","imei2":"10240876840792260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180275,"job_number":"JOB_180275","tr_customer_id":180293,"tr_customer_product_id":180283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:29.000Z","modified_at":"2026-02-08T04:44:05.000Z","name":"Grant Bahringer","mobile_number":"653-267-6324","email_id":"Kaitlyn.Grant@yahoo.com","dop":"2025-04-06","serial_number":"16908650927498","imei1":"16908650927498","imei2":"16908650927498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180274,"job_number":"JOB_180274","tr_customer_id":180292,"tr_customer_product_id":180282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:28.000Z","modified_at":"2026-02-08T04:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10937386394014","imei1":"10937386394014","imei2":"10937386394014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180273,"job_number":"JOB_180273","tr_customer_id":180291,"tr_customer_product_id":180281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:16.000Z","modified_at":"2026-02-08T04:43:16.000Z","name":"Kadin Gerlach","mobile_number":"857-526-2703","email_id":"Alfonzo_Huels3@gmail.com","dop":"2025-04-06","serial_number":"16534117712297004","imei1":"16534117712297004","imei2":"16534117712297004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180272,"job_number":"JOB_180272","tr_customer_id":180290,"tr_customer_product_id":180280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:14.000Z","modified_at":"2026-02-08T04:43:52.000Z","name":"Jodie Breitenberg","mobile_number":"929-375-9505","email_id":"Gia50@yahoo.com","dop":"2025-04-06","serial_number":"15267490726759","imei1":"15267490726759","imei2":"15267490726759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180271,"job_number":"JOB_180271","tr_customer_id":180289,"tr_customer_product_id":180279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:14.000Z","modified_at":"2026-02-08T04:43:14.000Z","name":"Makayla Little","mobile_number":"457-243-6077","email_id":"Gertrude49@yahoo.com","dop":"2025-04-06","serial_number":"17968178677859514","imei1":"17968178677859514","imei2":"17968178677859514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180270,"job_number":"JOB_180270","tr_customer_id":180288,"tr_customer_product_id":180278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:14.000Z","modified_at":"2026-02-08T04:43:14.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"16138889956800","imei1":"16138889956800","imei2":"16138889956800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180269,"job_number":"JOB_180269","tr_customer_id":180287,"tr_customer_product_id":180277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:13.000Z","modified_at":"2026-02-08T04:43:51.000Z","name":"Heaven Wuckert","mobile_number":"793-918-3006","email_id":"Ayden35@hotmail.com","dop":"2025-04-06","serial_number":"16425539591315","imei1":"16425539591315","imei2":"16425539591315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180268,"job_number":"JOB_180268","tr_customer_id":180286,"tr_customer_product_id":180276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:12.000Z","modified_at":"2026-02-08T04:43:12.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"15406574031364","imei1":"15406574031364","imei2":"15406574031364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180267,"job_number":"JOB_180267","tr_customer_id":180285,"tr_customer_product_id":180275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:12.000Z","modified_at":"2026-02-08T04:43:12.000Z","name":"Jena Hyatt","mobile_number":"284-823-4052","email_id":"Carrie76@hotmail.com","dop":"2025-04-06","serial_number":"14771951794762452","imei1":"14771951794762452","imei2":"14771951794762452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180266,"job_number":"JOB_180266","tr_customer_id":180284,"tr_customer_product_id":180274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:12.000Z","modified_at":"2026-02-08T04:43:12.000Z","name":"Una Bartell","mobile_number":"637-746-3168","email_id":"Chaim.Kuhic25@hotmail.com","dop":"2025-04-06","serial_number":"16748814290943840","imei1":"16748814290943840","imei2":"16748814290943840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180265,"job_number":"JOB_180265","tr_customer_id":180283,"tr_customer_product_id":180273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:11.000Z","modified_at":"2026-02-08T04:43:11.000Z","name":"Rhoda Hackett","mobile_number":"871-372-0856","email_id":"Annetta58@hotmail.com","dop":"2025-04-06","serial_number":"11201830341309686","imei1":"11201830341309686","imei2":"11201830341309686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180264,"job_number":"JOB_180264","tr_customer_id":180282,"tr_customer_product_id":180272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:11.000Z","modified_at":"2026-02-08T04:43:50.000Z","name":"Ally Borer","mobile_number":"385-369-6613","email_id":"Myron_Ondricka@hotmail.com","dop":"2025-04-06","serial_number":"14265555971302","imei1":"14265555971302","imei2":"14265555971302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180263,"job_number":"JOB_180263","tr_customer_id":180281,"tr_customer_product_id":180271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:11.000Z","modified_at":"2026-02-08T04:43:49.000Z","name":"Keshawn Carroll","mobile_number":"959-770-6629","email_id":"Ryan.Rempel@yahoo.com","dop":"2025-04-06","serial_number":"13291226056366","imei1":"13291226056366","imei2":"13291226056366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180262,"job_number":"JOB_180262","tr_customer_id":180280,"tr_customer_product_id":180270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16525490691212","imei1":"16525490691212","imei2":"16525490691212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180261,"job_number":"JOB_180261","tr_customer_id":180279,"tr_customer_product_id":180269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"18130052116984","imei1":"18130052116984","imei2":"18130052116984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180260,"job_number":"JOB_180260","tr_customer_id":180278,"tr_customer_product_id":180268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"Payton Schultz","mobile_number":"259-578-3644","email_id":"Weldon.Schaden47@yahoo.com","dop":"2025-04-06","serial_number":"17068443835511782","imei1":"17068443835511782","imei2":"17068443835511782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180259,"job_number":"JOB_180259","tr_customer_id":180277,"tr_customer_product_id":180267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:48.000Z","name":"Concepcion West","mobile_number":"737-781-8698","email_id":"Justen86@hotmail.com","dop":"2025-04-06","serial_number":"15208364803390","imei1":"15208364803390","imei2":"15208364803390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180258,"job_number":"JOB_180258","tr_customer_id":180276,"tr_customer_product_id":180266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:09.000Z","modified_at":"2026-02-08T04:43:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17813640214556","imei1":"17813640214556","imei2":"17813640214556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180257,"job_number":"JOB_180257","tr_customer_id":180275,"tr_customer_product_id":180265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:09.000Z","modified_at":"2026-02-08T04:43:48.000Z","name":"Callie Wisozk","mobile_number":"638-463-1366","email_id":"Florencio_Murazik99@yahoo.com","dop":"2025-04-06","serial_number":"11864961353435","imei1":"11864961353435","imei2":"11864961353435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180256,"job_number":"JOB_180256","tr_customer_id":180274,"tr_customer_product_id":180264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:08.000Z","modified_at":"2026-02-08T04:43:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12233696108820","imei1":"12233696108820","imei2":"12233696108820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180255,"job_number":"JOB_180255","tr_customer_id":180273,"tr_customer_product_id":180263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:06.000Z","modified_at":"2026-02-08T04:43:44.000Z","name":"Clifton DuBuque","mobile_number":"315-529-0014","email_id":"Bertram.Bartoletti@hotmail.com","dop":"2025-12-31","serial_number":"100881252630206","imei1":"100881252630206","imei2":"100881252630206","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180254,"job_number":"JOB_180254","tr_customer_id":180272,"tr_customer_product_id":180262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:06.000Z","modified_at":"2026-02-08T04:43:06.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105904117763053","imei1":"105904117763053","imei2":"105904117763053","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180249,"job_number":"JOB_180249","tr_customer_id":180267,"tr_customer_product_id":180257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:01.000Z","modified_at":"2026-02-08T04:43:01.000Z","name":"Mattie Kreiger","mobile_number":"680-217-8417","email_id":"Libby28@gmail.com","dop":"2025-04-06","serial_number":"19717519843792344","imei1":"19717519843792344","imei2":"19717519843792344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180247,"job_number":"JOB_180247","tr_customer_id":180265,"tr_customer_product_id":180255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:59.000Z","modified_at":"2026-02-08T04:43:37.000Z","name":"Maude Effertz","mobile_number":"659-609-5760","email_id":"Clarabelle46@hotmail.com","dop":"2025-04-06","serial_number":"14318175328249","imei1":"14318175328249","imei2":"14318175328249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180246,"job_number":"JOB_180246","tr_customer_id":180264,"tr_customer_product_id":180254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:59.000Z","modified_at":"2026-02-08T04:42:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16472858580199","imei1":"16472858580199","imei2":"16472858580199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180244,"job_number":"JOB_180244","tr_customer_id":180262,"tr_customer_product_id":180252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:57.000Z","modified_at":"2026-02-08T04:43:35.000Z","name":"Alayna Hessel","mobile_number":"672-564-6550","email_id":"Jermaine_Tromp@yahoo.com","dop":"2000-01-31","serial_number":"10624781412421","imei1":"10624781412421","imei2":"10624781412421","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180242,"job_number":"JOB_180242","tr_customer_id":180260,"tr_customer_product_id":180250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:54.000Z","modified_at":"2026-02-08T04:42:54.000Z","name":"Cora Torphy","mobile_number":"686-452-9095","email_id":"Dagmar_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"14162368793138114","imei1":"14162368793138114","imei2":"14162368793138114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180241,"job_number":"JOB_180241","tr_customer_id":180259,"tr_customer_product_id":180249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:54.000Z","modified_at":"2026-02-08T04:42:54.000Z","name":"Quinton Shields","mobile_number":"603-612-6756","email_id":"Deontae7@gmail.com","dop":"2025-04-06","serial_number":"19195074576136156","imei1":"19195074576136156","imei2":"19195074576136156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180240,"job_number":"JOB_180240","tr_customer_id":180258,"tr_customer_product_id":180248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:53.000Z","modified_at":"2026-02-08T04:43:29.000Z","name":"Meghan Wolf","mobile_number":"982-312-9308","email_id":"Rosella.Nitzsche39@gmail.com","dop":"2025-04-06","serial_number":"14502151888464","imei1":"14502151888464","imei2":"14502151888464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180239,"job_number":"JOB_180239","tr_customer_id":180257,"tr_customer_product_id":180247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:52.000Z","modified_at":"2026-02-08T04:43:32.000Z","name":"Vida Mitchell","mobile_number":"851-550-3844","email_id":"Ellsworth_Toy@gmail.com","dop":"2025-04-06","serial_number":"13443808387958","imei1":"13443808387958","imei2":"13443808387958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180238,"job_number":"JOB_180238","tr_customer_id":180256,"tr_customer_product_id":180246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:52.000Z","modified_at":"2026-02-08T04:42:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13989085259817","imei1":"13989085259817","imei2":"13989085259817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180237,"job_number":"JOB_180237","tr_customer_id":180255,"tr_customer_product_id":180245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:52.000Z","modified_at":"2026-02-08T04:42:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15351909353939","imei1":"15351909353939","imei2":"15351909353939","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180236,"job_number":"JOB_180236","tr_customer_id":180254,"tr_customer_product_id":180244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:48.000Z","modified_at":"2026-02-08T04:42:48.000Z","name":"Chauncey Koch","mobile_number":"850-966-4336","email_id":"Sister25@hotmail.com","dop":"2025-04-06","serial_number":"12582526034997268","imei1":"12582526034997268","imei2":"12582526034997268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180235,"job_number":"JOB_180235","tr_customer_id":180253,"tr_customer_product_id":180243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:47.000Z","modified_at":"2026-02-08T04:43:28.000Z","name":"Cordie Windler","mobile_number":"830-499-9157","email_id":"Tiana6@yahoo.com","dop":"2025-04-06","serial_number":"13545348490018","imei1":"13545348490018","imei2":"13545348490018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180234,"job_number":"JOB_180234","tr_customer_id":180252,"tr_customer_product_id":180242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:46.000Z","modified_at":"2026-02-08T04:42:46.000Z","name":"Gonzalo Windler","mobile_number":"200-832-6983","email_id":"Audrey13@yahoo.com","dop":"2025-04-06","serial_number":"11263569801661888","imei1":"11263569801661888","imei2":"11263569801661888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180233,"job_number":"JOB_180233","tr_customer_id":180251,"tr_customer_product_id":180241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:46.000Z","modified_at":"2026-02-08T04:42:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11009676822779","imei1":"11009676822779","imei2":"11009676822779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180232,"job_number":"JOB_180232","tr_customer_id":180250,"tr_customer_product_id":180240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"Van Walker","mobile_number":"214-320-1236","email_id":"Levi.Turcotte31@gmail.com","dop":"2025-04-06","serial_number":"10155519757052578","imei1":"10155519757052578","imei2":"10155519757052578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180231,"job_number":"JOB_180231","tr_customer_id":180249,"tr_customer_product_id":180239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:43:26.000Z","name":"Anahi Lakin","mobile_number":"400-784-9351","email_id":"Laurie.Zulauf@yahoo.com","dop":"2025-04-06","serial_number":"11798562297003","imei1":"11798562297003","imei2":"11798562297003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180228,"job_number":"JOB_180228","tr_customer_id":180246,"tr_customer_product_id":180236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18063204018263","imei1":"18063204018263","imei2":"18063204018263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180225,"job_number":"JOB_180225","tr_customer_id":180243,"tr_customer_product_id":180233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:44.000Z","modified_at":"2026-02-08T04:43:22.000Z","name":"Marquis Douglas","mobile_number":"964-253-4092","email_id":"Hugh_Lueilwitz10@hotmail.com","dop":"2025-04-06","serial_number":"17805614844080","imei1":"17805614844080","imei2":"17805614844080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180224,"job_number":"JOB_180224","tr_customer_id":180242,"tr_customer_product_id":180232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:44.000Z","modified_at":"2026-02-08T04:42:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19918943117243","imei1":"19918943117243","imei2":"19918943117243","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180223,"job_number":"JOB_180223","tr_customer_id":180241,"tr_customer_product_id":180231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:42.000Z","modified_at":"2026-02-08T04:42:42.000Z","name":"Patsy Conroy","mobile_number":"830-505-4843","email_id":"Annabel_Hermiston13@gmail.com","dop":"2025-04-06","serial_number":"17605405925781340","imei1":"17605405925781340","imei2":"17605405925781340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180222,"job_number":"JOB_180222","tr_customer_id":180240,"tr_customer_product_id":180230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:41.000Z","modified_at":"2026-02-08T04:42:41.000Z","name":"Christopher Kassulke","mobile_number":"442-300-0068","email_id":"Bernie55@gmail.com","dop":"2025-04-06","serial_number":"18963515714280756","imei1":"18963515714280756","imei2":"18963515714280756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180221,"job_number":"JOB_180221","tr_customer_id":180239,"tr_customer_product_id":180229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:40.000Z","modified_at":"2026-02-08T04:43:19.000Z","name":"Violette Kuhn","mobile_number":"938-284-6888","email_id":"Nia.Homenick@gmail.com","dop":"2025-04-06","serial_number":"13561073573899","imei1":"13561073573899","imei2":"13561073573899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180220,"job_number":"JOB_180220","tr_customer_id":180238,"tr_customer_product_id":180228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:40.000Z","modified_at":"2026-02-08T04:42:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12684045639868","imei1":"12684045639868","imei2":"12684045639868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180219,"job_number":"JOB_180219","tr_customer_id":180237,"tr_customer_product_id":180227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:39.000Z","modified_at":"2026-02-08T04:43:19.000Z","name":"Mariano Hermiston","mobile_number":"893-874-7736","email_id":"Linnie_Pagac47@yahoo.com","dop":"2025-04-06","serial_number":"17501061950817","imei1":"17501061950817","imei2":"17501061950817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180218,"job_number":"JOB_180218","tr_customer_id":180236,"tr_customer_product_id":180226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:39.000Z","modified_at":"2026-02-08T04:42:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10300575170984","imei1":"10300575170984","imei2":"10300575170984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180217,"job_number":"JOB_180217","tr_customer_id":180235,"tr_customer_product_id":180225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:38.000Z","modified_at":"2026-02-08T04:43:14.000Z","name":"Marvin Farrell","mobile_number":"554-925-7174","email_id":"Zelma90@gmail.com","dop":"2025-02-01","serial_number":"52991798288492","imei1":"52991798288492","imei2":"52991798288492","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180216,"job_number":"JOB_180216","tr_customer_id":180234,"tr_customer_product_id":180224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:37.000Z","modified_at":"2026-02-08T04:42:37.000Z","name":"Desiree Johnson","mobile_number":"322-999-6726","email_id":"Halie_Beatty34@gmail.com","dop":"2025-02-01","serial_number":"84653065295239","imei1":"84653065295239","imei2":"84653065295239","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180215,"job_number":"JOB_180215","tr_customer_id":180233,"tr_customer_product_id":180223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:36.000Z","modified_at":"2026-02-08T04:42:36.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"71900620324011","imei1":"71900620324011","imei2":"71900620324011","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180212,"job_number":"JOB_180212","tr_customer_id":180230,"tr_customer_product_id":180220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Verdie Hettinger","mobile_number":"891-426-8979","email_id":"Mathilde20@gmail.com","dop":"2025-04-06","serial_number":"11388785831504910","imei1":"11388785831504910","imei2":"11388785831504910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180209,"job_number":"JOB_180209","tr_customer_id":180228,"tr_customer_product_id":180218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Jonathan Haley","mobile_number":"959-708-6167","email_id":"Destin26@gmail.com","dop":"2025-04-06","serial_number":"16540748902546964","imei1":"16540748902546964","imei2":"16540748902546964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180207,"job_number":"JOB_180207","tr_customer_id":180225,"tr_customer_product_id":180215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:43:07.000Z","name":"Anika McGlynn","mobile_number":"422-686-4271","email_id":"Lisandro4@hotmail.com","dop":"2025-04-06","serial_number":"14716640798180","imei1":"14716640798180","imei2":"14716640798180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180206,"job_number":"JOB_180206","tr_customer_id":180224,"tr_customer_product_id":180214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:42:27.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18378320087253","imei1":"18378320087253","imei2":"18378320087253","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180204,"job_number":"JOB_180204","tr_customer_id":180222,"tr_customer_product_id":180212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:26.000Z","modified_at":"2026-02-08T04:43:05.000Z","name":"Judd Strosin","mobile_number":"939-241-6684","email_id":"Rodolfo.Dibbert53@gmail.com","dop":"2025-04-06","serial_number":"17786004042749","imei1":"17786004042749","imei2":"17786004042749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180202,"job_number":"JOB_180202","tr_customer_id":180220,"tr_customer_product_id":180210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:26.000Z","modified_at":"2026-02-08T04:42:26.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17619510491231","imei1":"17619510491231","imei2":"17619510491231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180198,"job_number":"JOB_180198","tr_customer_id":180216,"tr_customer_product_id":180206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:24.000Z","name":"Bradford Gottlieb","mobile_number":"908-261-6204","email_id":"Efren_Nikolaus20@hotmail.com","dop":"2025-04-06","serial_number":"10888279324319130","imei1":"10888279324319130","imei2":"10888279324319130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180197,"job_number":"JOB_180197","tr_customer_id":180215,"tr_customer_product_id":180205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:23.000Z","name":"Leola Oberbrunner","mobile_number":"708-849-8053","email_id":"Stefanie_Ferry42@gmail.com","dop":"2025-04-06","serial_number":"11389419420392594","imei1":"11389419420392594","imei2":"11389419420392594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180196,"job_number":"JOB_180196","tr_customer_id":180214,"tr_customer_product_id":180204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:23.000Z","name":"Creola Quitzon","mobile_number":"495-380-5129","email_id":"Jamal_Hilpert80@gmail.com","dop":"2025-04-06","serial_number":"16051214158247592","imei1":"16051214158247592","imei2":"16051214158247592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180195,"job_number":"JOB_180195","tr_customer_id":180213,"tr_customer_product_id":180203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:23.000Z","name":"Raleigh Walter","mobile_number":"596-880-3780","email_id":"Brennon_Lakin@gmail.com","dop":"2025-04-06","serial_number":"11241462975844360","imei1":"11241462975844360","imei2":"11241462975844360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180194,"job_number":"JOB_180194","tr_customer_id":180212,"tr_customer_product_id":180202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:22.000Z","modified_at":"2026-02-08T04:43:02.000Z","name":"Irwin Schoen","mobile_number":"325-658-2200","email_id":"Jessica.Anderson@hotmail.com","dop":"2025-04-06","serial_number":"12482617759894","imei1":"12482617759894","imei2":"12482617759894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180193,"job_number":"JOB_180193","tr_customer_id":180211,"tr_customer_product_id":180201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:22.000Z","modified_at":"2026-02-08T04:42:22.000Z","name":"Janick Rosenbaum","mobile_number":"735-298-4306","email_id":"Alysha_Bruen80@gmail.com","dop":"2025-04-06","serial_number":"18722184806988144","imei1":"18722184806988144","imei2":"18722184806988144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180192,"job_number":"JOB_180192","tr_customer_id":180210,"tr_customer_product_id":180200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:22.000Z","modified_at":"2026-02-08T04:42:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19826643089547","imei1":"19826643089547","imei2":"19826643089547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180191,"job_number":"JOB_180191","tr_customer_id":180209,"tr_customer_product_id":180199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:22.000Z","modified_at":"2026-02-08T04:43:03.000Z","name":"Elta Koss","mobile_number":"424-404-6107","email_id":"Dimitri_Willms70@yahoo.com","dop":"2025-04-06","serial_number":"11296079671707","imei1":"11296079671707","imei2":"11296079671707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180190,"job_number":"JOB_180190","tr_customer_id":180208,"tr_customer_product_id":180198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:43:03.000Z","name":"Katlyn Huels","mobile_number":"459-853-5015","email_id":"Alexie_Gibson29@yahoo.com","dop":"2025-04-06","serial_number":"13918126205506","imei1":"13918126205506","imei2":"13918126205506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180189,"job_number":"JOB_180189","tr_customer_id":180207,"tr_customer_product_id":180197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:43:01.000Z","name":"Emmet Gaylord","mobile_number":"515-371-1781","email_id":"Greyson_Jakubowski@yahoo.com","dop":"2025-04-06","serial_number":"11860530963742","imei1":"11860530963742","imei2":"11860530963742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180188,"job_number":"JOB_180188","tr_customer_id":180206,"tr_customer_product_id":180196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"19056109337613","imei1":"19056109337613","imei2":"19056109337613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180187,"job_number":"JOB_180187","tr_customer_id":180205,"tr_customer_product_id":180195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17596969873853","imei1":"17596969873853","imei2":"17596969873853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180186,"job_number":"JOB_180186","tr_customer_id":180204,"tr_customer_product_id":180194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15855620382718","imei1":"15855620382718","imei2":"15855620382718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180185,"job_number":"JOB_180185","tr_customer_id":180203,"tr_customer_product_id":180193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"Sage Rohan","mobile_number":"580-287-9378","email_id":"Bo.Cremin66@hotmail.com","dop":"2025-04-06","serial_number":"15697470423796160","imei1":"15697470423796160","imei2":"15697470423796160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180184,"job_number":"JOB_180184","tr_customer_id":180202,"tr_customer_product_id":180192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:20.000Z","modified_at":"2026-02-08T04:43:01.000Z","name":"Tatyana Bauch","mobile_number":"454-831-5733","email_id":"Jessika39@hotmail.com","dop":"2025-04-06","serial_number":"10154601423659","imei1":"10154601423659","imei2":"10154601423659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180183,"job_number":"JOB_180183","tr_customer_id":180201,"tr_customer_product_id":180191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:20.000Z","modified_at":"2026-02-08T04:42:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11185840566221","imei1":"11185840566221","imei2":"11185840566221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180182,"job_number":"JOB_180182","tr_customer_id":180200,"tr_customer_product_id":180190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:19.000Z","modified_at":"2026-02-08T04:43:01.000Z","name":"Luther Cole","mobile_number":"891-623-1027","email_id":"Kathryne50@gmail.com","dop":"2025-04-06","serial_number":"12207525681582","imei1":"12207525681582","imei2":"12207525681582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180181,"job_number":"JOB_180181","tr_customer_id":180199,"tr_customer_product_id":180189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:19.000Z","modified_at":"2026-02-08T04:42:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16077980801767","imei1":"16077980801767","imei2":"16077980801767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180180,"job_number":"JOB_180180","tr_customer_id":180198,"tr_customer_product_id":180188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:18.000Z","modified_at":"2026-02-08T04:42:58.000Z","name":"Troy Bins","mobile_number":"246-620-0457","email_id":"Michele_OHara@hotmail.com","dop":"2025-12-31","serial_number":"103405226333650","imei1":"103405226333650","imei2":"103405226333650","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180179,"job_number":"JOB_180179","tr_customer_id":180197,"tr_customer_product_id":180187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:18.000Z","modified_at":"2026-02-08T04:42:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104784962089527","imei1":"104784962089527","imei2":"104784962089527","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180178,"job_number":"JOB_180178","tr_customer_id":180196,"tr_customer_product_id":180186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:17.000Z","modified_at":"2026-02-08T04:42:17.000Z","name":"Rogers Feil","mobile_number":"873-288-8161","email_id":"Shanon28@yahoo.com","dop":"2025-04-06","serial_number":"14027699707235420","imei1":"14027699707235420","imei2":"14027699707235420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180176,"job_number":"JOB_180176","tr_customer_id":180194,"tr_customer_product_id":180184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:16.000Z","modified_at":"2026-02-08T04:42:56.000Z","name":"Frieda Heller","mobile_number":"200-577-6704","email_id":"Nikita.Hackett46@yahoo.com","dop":"2025-04-06","serial_number":"17796702781124","imei1":"17796702781124","imei2":"17796702781124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180174,"job_number":"JOB_180174","tr_customer_id":180192,"tr_customer_product_id":180182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"11519666800457","imei1":"11519666800457","imei2":"11519666800457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180170,"job_number":"JOB_180170","tr_customer_id":180188,"tr_customer_product_id":180178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:14.000Z","modified_at":"2026-02-08T04:42:14.000Z","name":"Demarco Lebsack","mobile_number":"734-604-1250","email_id":"Arthur4@gmail.com","dop":"2025-04-06","serial_number":"15367804566774832","imei1":"15367804566774832","imei2":"15367804566774832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180169,"job_number":"JOB_180169","tr_customer_id":180187,"tr_customer_product_id":180177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:13.000Z","modified_at":"2026-02-08T04:42:51.000Z","name":"Jayce Schmeler","mobile_number":"737-253-7691","email_id":"Isom70@gmail.com","dop":"2025-04-06","serial_number":"13966774790714","imei1":"13966774790714","imei2":"13966774790714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180168,"job_number":"JOB_180168","tr_customer_id":180186,"tr_customer_product_id":180176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:12.000Z","modified_at":"2026-02-08T04:42:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15067771516831","imei1":"15067771516831","imei2":"15067771516831","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180166,"job_number":"JOB_180166","tr_customer_id":180184,"tr_customer_product_id":180174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:11.000Z","modified_at":"2026-02-08T04:42:50.000Z","name":"Amir Hilpert","mobile_number":"545-387-5788","email_id":"Lesly_Zboncak@hotmail.com","dop":"2000-01-31","serial_number":"10938261931489","imei1":"10938261931489","imei2":"10938261931489","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180164,"job_number":"JOB_180164","tr_customer_id":180182,"tr_customer_product_id":180172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:10.000Z","modified_at":"2026-02-08T04:42:10.000Z","name":"Leanna Langosh","mobile_number":"993-829-1479","email_id":"Nya40@hotmail.com","dop":"2025-04-06","serial_number":"14931318844158274","imei1":"14931318844158274","imei2":"14931318844158274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180163,"job_number":"JOB_180163","tr_customer_id":180181,"tr_customer_product_id":180171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:08.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"Adelbert McLaughlin","mobile_number":"667-522-4137","email_id":"Nona15@hotmail.com","dop":"2025-04-06","serial_number":"16790261434766","imei1":"16790261434766","imei2":"16790261434766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180162,"job_number":"JOB_180162","tr_customer_id":180180,"tr_customer_product_id":180170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:08.000Z","modified_at":"2026-02-08T04:42:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10649993594295","imei1":"10649993594295","imei2":"10649993594295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180161,"job_number":"JOB_180161","tr_customer_id":180179,"tr_customer_product_id":180169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:05.000Z","modified_at":"2026-02-08T04:42:05.000Z","name":"Fern Bartoletti","mobile_number":"589-542-4757","email_id":"Noelia.Thiel68@gmail.com","dop":"2025-04-06","serial_number":"17629480633671770","imei1":"17629480633671770","imei2":"17629480633671770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180160,"job_number":"JOB_180160","tr_customer_id":180178,"tr_customer_product_id":180168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:03.000Z","modified_at":"2026-02-08T04:42:44.000Z","name":"Rosa Padberg","mobile_number":"829-384-7075","email_id":"Magali8@hotmail.com","dop":"2025-04-06","serial_number":"16095052224493","imei1":"16095052224493","imei2":"16095052224493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180159,"job_number":"JOB_180159","tr_customer_id":180177,"tr_customer_product_id":180167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:03.000Z","modified_at":"2026-02-08T04:42:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16194466086292","imei1":"16194466086292","imei2":"16194466086292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180158,"job_number":"JOB_180158","tr_customer_id":180176,"tr_customer_product_id":180166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:03.000Z","modified_at":"2026-02-08T04:42:39.000Z","name":"April Reilly","mobile_number":"896-212-6241","email_id":"Alayna.Frami@hotmail.com","dop":"2025-06-26","serial_number":"10030999707880","imei1":"10030999707880","imei2":"10030999707880","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180157,"job_number":"JOB_180157","tr_customer_id":180175,"tr_customer_product_id":180165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:00.000Z","modified_at":"2026-02-08T04:42:00.000Z","name":"Kay Fritsch","mobile_number":"742-921-6632","email_id":"Lacey.Marks@hotmail.com","dop":"2025-04-06","serial_number":"10024748711796454","imei1":"10024748711796454","imei2":"10024748711796454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180156,"job_number":"JOB_180156","tr_customer_id":180174,"tr_customer_product_id":180164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:58.000Z","modified_at":"2026-02-08T04:42:37.000Z","name":"Kitty Schulist","mobile_number":"253-213-0255","email_id":"Emma.Rodriguez17@gmail.com","dop":"2025-04-06","serial_number":"16580230953432","imei1":"16580230953432","imei2":"16580230953432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180155,"job_number":"JOB_180155","tr_customer_id":180173,"tr_customer_product_id":180163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:58.000Z","modified_at":"2026-02-08T04:41:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18981519717281","imei1":"18981519717281","imei2":"18981519717281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180154,"job_number":"JOB_180154","tr_customer_id":180172,"tr_customer_product_id":180162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:58.000Z","modified_at":"2026-02-08T04:41:58.000Z","name":"Nathan Rice","mobile_number":"249-802-1986","email_id":"Broderick_Bins21@yahoo.com","dop":"2025-04-06","serial_number":"12105137466657932","imei1":"12105137466657932","imei2":"12105137466657932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180153,"job_number":"JOB_180153","tr_customer_id":180171,"tr_customer_product_id":180161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:57.000Z","modified_at":"2026-02-08T04:41:57.000Z","name":"Mazie Jerde","mobile_number":"775-706-4657","email_id":"Marjory65@yahoo.com","dop":"2025-04-06","serial_number":"13084915425902006","imei1":"13084915425902006","imei2":"13084915425902006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180152,"job_number":"JOB_180152","tr_customer_id":180170,"tr_customer_product_id":180160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:56.000Z","modified_at":"2026-02-08T04:42:39.000Z","name":"Bonita Kerluke","mobile_number":"900-462-4265","email_id":"Nicola26@gmail.com","dop":"2025-04-06","serial_number":"14041843497843","imei1":"14041843497843","imei2":"14041843497843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180151,"job_number":"JOB_180151","tr_customer_id":180169,"tr_customer_product_id":180159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:56.000Z","modified_at":"2026-02-08T04:41:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10419571813192","imei1":"10419571813192","imei2":"10419571813192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180150,"job_number":"JOB_180150","tr_customer_id":180168,"tr_customer_product_id":180158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:56.000Z","modified_at":"2026-02-08T04:42:37.000Z","name":"Brandon Goldner","mobile_number":"588-422-3922","email_id":"Jewell.Schmitt83@gmail.com","dop":"2025-04-06","serial_number":"14962955731384","imei1":"14962955731384","imei2":"14962955731384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180149,"job_number":"JOB_180149","tr_customer_id":180167,"tr_customer_product_id":180157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:55.000Z","modified_at":"2026-02-08T04:41:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15514920570581","imei1":"15514920570581","imei2":"15514920570581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180148,"job_number":"JOB_180148","tr_customer_id":180166,"tr_customer_product_id":180156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:55.000Z","modified_at":"2026-02-08T04:41:55.000Z","name":"Meredith Schultz","mobile_number":"980-740-6218","email_id":"Lisa20@hotmail.com","dop":"2025-04-06","serial_number":"12873284162309876","imei1":"12873284162309876","imei2":"12873284162309876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180147,"job_number":"JOB_180147","tr_customer_id":180165,"tr_customer_product_id":180155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:54.000Z","modified_at":"2026-02-08T04:41:54.000Z","name":"Esther Torp","mobile_number":"208-967-7849","email_id":"Era84@yahoo.com","dop":"2025-04-06","serial_number":"15921452049517432","imei1":"15921452049517432","imei2":"15921452049517432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180146,"job_number":"JOB_180146","tr_customer_id":180164,"tr_customer_product_id":180154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:53.000Z","modified_at":"2026-02-08T04:42:33.000Z","name":"Kade Smitham","mobile_number":"503-808-2855","email_id":"Mafalda47@yahoo.com","dop":"2025-04-06","serial_number":"19039701145523","imei1":"19039701145523","imei2":"19039701145523","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180145,"job_number":"JOB_180145","tr_customer_id":180163,"tr_customer_product_id":180153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:53.000Z","modified_at":"2026-02-08T04:42:29.000Z","name":"Lulu Waelchi","mobile_number":"766-493-4900","email_id":"Kenyon_Bechtelar97@yahoo.com","dop":"2025-02-01","serial_number":"32488820702640","imei1":"32488820702640","imei2":"32488820702640","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180144,"job_number":"JOB_180144","tr_customer_id":180162,"tr_customer_product_id":180152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:53.000Z","modified_at":"2026-02-08T04:41:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15239522947911","imei1":"15239522947911","imei2":"15239522947911","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180143,"job_number":"JOB_180143","tr_customer_id":180161,"tr_customer_product_id":180151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:52.000Z","modified_at":"2026-02-08T04:42:31.000Z","name":"Drake Schultz","mobile_number":"338-322-3171","email_id":"Maximillia_Batz@yahoo.com","dop":"2025-04-06","serial_number":"11695841626317","imei1":"11695841626317","imei2":"11695841626317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180142,"job_number":"JOB_180142","tr_customer_id":180160,"tr_customer_product_id":180150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:52.000Z","modified_at":"2026-02-08T04:41:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11234637992264","imei1":"11234637992264","imei2":"11234637992264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180141,"job_number":"JOB_180141","tr_customer_id":180159,"tr_customer_product_id":180149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:52.000Z","modified_at":"2026-02-08T04:41:52.000Z","name":"Isaac Walsh","mobile_number":"983-516-5229","email_id":"Taryn68@gmail.com","dop":"2025-02-01","serial_number":"101444715544992","imei1":"101444715544992","imei2":"101444715544992","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180140,"job_number":"JOB_180140","tr_customer_id":180158,"tr_customer_product_id":180148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:51.000Z","modified_at":"2026-02-08T04:41:51.000Z","name":"Dee Greenfelder","mobile_number":"845-418-0111","email_id":"Frederik_Marks6@hotmail.com","dop":"2025-04-06","serial_number":"19954404216889080","imei1":"19954404216889080","imei2":"19954404216889080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180139,"job_number":"JOB_180139","tr_customer_id":180157,"tr_customer_product_id":180147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:51.000Z","modified_at":"2026-02-08T04:41:51.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"67114034857301","imei1":"67114034857301","imei2":"67114034857301","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180138,"job_number":"JOB_180138","tr_customer_id":180156,"tr_customer_product_id":180146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:50.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Kaylah Runolfsdottir","mobile_number":"646-364-9217","email_id":"Tatum22@gmail.com","dop":"2025-04-06","serial_number":"14054277465248","imei1":"14054277465248","imei2":"14054277465248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180137,"job_number":"JOB_180137","tr_customer_id":180155,"tr_customer_product_id":180145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:38.000Z","modified_at":"2026-02-08T04:41:38.000Z","name":"Briana Lubowitz","mobile_number":"323-457-2336","email_id":"Kyle.Legros34@hotmail.com","dop":"2025-04-06","serial_number":"15238355143709570","imei1":"15238355143709570","imei2":"15238355143709570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180136,"job_number":"JOB_180136","tr_customer_id":180154,"tr_customer_product_id":180144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:37.000Z","modified_at":"2026-02-08T04:41:37.000Z","name":"Mckayla Sauer","mobile_number":"864-727-2728","email_id":"Henry79@yahoo.com","dop":"2025-04-06","serial_number":"11379818748939814","imei1":"11379818748939814","imei2":"11379818748939814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180135,"job_number":"JOB_180135","tr_customer_id":180153,"tr_customer_product_id":180143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:37.000Z","modified_at":"2026-02-08T04:41:37.000Z","name":"Velma Roob","mobile_number":"570-221-4365","email_id":"Carlo_Luettgen79@gmail.com","dop":"2025-12-01","serial_number":"15680132618641","imei1":"15680132618641","imei2":"15680132618641","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180134,"job_number":"JOB_180134","tr_customer_id":180152,"tr_customer_product_id":180142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:37.000Z","modified_at":"2026-02-08T04:42:14.000Z","name":"Abigale Streich","mobile_number":"872-510-4971","email_id":"Tommie_Konopelski47@yahoo.com","dop":"2025-04-06","serial_number":"13780368332461","imei1":"13780368332461","imei2":"13780368332461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180133,"job_number":"JOB_180133","tr_customer_id":180151,"tr_customer_product_id":180141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:36.000Z","modified_at":"2026-02-08T04:41:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11750795564813","imei1":"11750795564813","imei2":"11750795564813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180132,"job_number":"JOB_180132","tr_customer_id":180150,"tr_customer_product_id":180140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:36.000Z","modified_at":"2026-02-08T04:42:13.000Z","name":"Marilyne Marquardt","mobile_number":"565-563-1035","email_id":"Ella15@hotmail.com","dop":"2025-04-06","serial_number":"17860630572689","imei1":"17860630572689","imei2":"17860630572689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180131,"job_number":"JOB_180131","tr_customer_id":180149,"tr_customer_product_id":180139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:35.000Z","modified_at":"2026-02-08T04:41:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16356478529589","imei1":"16356478529589","imei2":"16356478529589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180130,"job_number":"JOB_180130","tr_customer_id":180148,"tr_customer_product_id":180138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:31.000Z","modified_at":"2026-02-08T04:41:31.000Z","name":"Melvina Okuneva","mobile_number":"537-907-1209","email_id":"Elouise89@yahoo.com","dop":"2025-04-06","serial_number":"11479599868452334","imei1":"11479599868452334","imei2":"11479599868452334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180129,"job_number":"JOB_180129","tr_customer_id":180147,"tr_customer_product_id":180137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:31.000Z","modified_at":"2026-02-08T04:41:41.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"80761851878252","imei1":"80761851878252","imei2":"80761851878252","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180127,"job_number":"JOB_180127","tr_customer_id":180145,"tr_customer_product_id":180135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:30.000Z","modified_at":"2026-02-08T04:42:08.000Z","name":"Thelma Hegmann","mobile_number":"788-521-8278","email_id":"Lisette55@hotmail.com","dop":"2025-04-06","serial_number":"13385414406609","imei1":"13385414406609","imei2":"13385414406609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180126,"job_number":"JOB_180126","tr_customer_id":180144,"tr_customer_product_id":180134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:29.000Z","modified_at":"2026-02-08T04:41:29.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11778381702084","imei1":"11778381702084","imei2":"11778381702084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180124,"job_number":"JOB_180124","tr_customer_id":180142,"tr_customer_product_id":180132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:24.000Z","modified_at":"2026-02-08T04:41:24.000Z","name":"Dortha Koepp","mobile_number":"991-718-2379","email_id":"Kyle87@gmail.com","dop":"2025-06-18","serial_number":"1046229907680032","imei1":"1046229907680032","imei2":"1046229907680032","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180123,"job_number":"JOB_180123","tr_customer_id":180141,"tr_customer_product_id":180131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:24.000Z","modified_at":"2026-02-08T04:42:00.000Z","name":"Keyshawn Okuneva","mobile_number":"516-347-7101","email_id":"Martin.Daniel82@yahoo.com","dop":"2025-06-18","serial_number":"10953141535119","imei1":"10953141535119","imei2":"10953141535119","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180122,"job_number":"JOB_180122","tr_customer_id":180140,"tr_customer_product_id":180130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:23.000Z","modified_at":"2026-02-08T04:41:23.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10709971306956","imei1":"10709971306956","imei2":"10709971306956","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180121,"job_number":"JOB_180121","tr_customer_id":180139,"tr_customer_product_id":180129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:18.000Z","modified_at":"2026-02-08T04:41:18.000Z","name":"Keith Welch","mobile_number":"904-293-0329","email_id":"Emilie62@gmail.com","dop":"2025-04-06","serial_number":"13121738033499608","imei1":"13121738033499608","imei2":"13121738033499608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180120,"job_number":"JOB_180120","tr_customer_id":180138,"tr_customer_product_id":180128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:17.000Z","modified_at":"2026-02-08T04:41:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"63847478247549","imei1":"63847478247549","imei2":"63847478247549","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180119,"job_number":"JOB_180119","tr_customer_id":180137,"tr_customer_product_id":180127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:16.000Z","modified_at":"2026-02-08T04:41:56.000Z","name":"Telly Luettgen","mobile_number":"546-849-8702","email_id":"Desiree_Ledner@yahoo.com","dop":"2025-04-06","serial_number":"12567997186762","imei1":"12567997186762","imei2":"12567997186762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180118,"job_number":"JOB_180118","tr_customer_id":180136,"tr_customer_product_id":180126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:15.000Z","modified_at":"2026-02-08T04:41:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16090376686655","imei1":"16090376686655","imei2":"16090376686655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180115,"job_number":"JOB_180115","tr_customer_id":180133,"tr_customer_product_id":180123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:12.000Z","modified_at":"2026-02-08T04:41:12.000Z","name":"Janick Mohr","mobile_number":"597-975-3709","email_id":"Leda.Hickle@hotmail.com","dop":"2025-04-06","serial_number":"18221635343638890","imei1":"18221635343638890","imei2":"18221635343638890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180114,"job_number":"JOB_180114","tr_customer_id":180132,"tr_customer_product_id":180122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:10.000Z","modified_at":"2026-02-08T04:41:48.000Z","name":"Jewell Beer","mobile_number":"821-940-0429","email_id":"Devyn_Reynolds96@hotmail.com","dop":"2025-04-06","serial_number":"13606018923978","imei1":"13606018923978","imei2":"13606018923978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180113,"job_number":"JOB_180113","tr_customer_id":180131,"tr_customer_product_id":180121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:10.000Z","modified_at":"2026-02-08T04:41:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11869862555631","imei1":"11869862555631","imei2":"11869862555631","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180112,"job_number":"JOB_180112","tr_customer_id":180130,"tr_customer_product_id":180120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:10.000Z","modified_at":"2026-02-08T04:41:44.000Z","name":"Candice Murphy","mobile_number":"541-731-0087","email_id":"Patrick_Schowalter@yahoo.com","dop":"2025-02-01","serial_number":"50415421254437","imei1":"50415421254437","imei2":"50415421254437","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180111,"job_number":"JOB_180111","tr_customer_id":180129,"tr_customer_product_id":180119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:10.000Z","modified_at":"2026-02-08T04:41:10.000Z","name":"Ruby Hodkiewicz","mobile_number":"602-576-5558","email_id":"Alexander89@hotmail.com","dop":"2025-04-06","serial_number":"11666174720751496","imei1":"11666174720751496","imei2":"11666174720751496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180110,"job_number":"JOB_180110","tr_customer_id":180128,"tr_customer_product_id":180118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:09.000Z","modified_at":"2026-02-08T04:41:09.000Z","name":"Tristin Kemmer","mobile_number":"309-462-5095","email_id":"Brooke_Rodriguez@yahoo.com","dop":"2025-04-06","serial_number":"14900017952872946","imei1":"14900017952872946","imei2":"14900017952872946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180109,"job_number":"JOB_180109","tr_customer_id":180127,"tr_customer_product_id":180117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:09.000Z","modified_at":"2026-02-08T04:41:09.000Z","name":"Myrna Champlin","mobile_number":"454-260-8744","email_id":"Luella_Cassin79@gmail.com","dop":"2025-04-06","serial_number":"17681266076147402","imei1":"17681266076147402","imei2":"17681266076147402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180108,"job_number":"JOB_180108","tr_customer_id":180126,"tr_customer_product_id":180116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:08.000Z","name":"Muriel Wuckert","mobile_number":"240-411-5198","email_id":"Felix11@hotmail.com","dop":"2025-02-01","serial_number":"56612930161928","imei1":"56612930161928","imei2":"56612930161928","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180107,"job_number":"JOB_180107","tr_customer_id":180125,"tr_customer_product_id":180115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:48.000Z","name":"Marjolaine Franecki","mobile_number":"272-809-9184","email_id":"Meda.Brekke@hotmail.com","dop":"2025-04-06","serial_number":"15538820297436","imei1":"15538820297436","imei2":"15538820297436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180106,"job_number":"JOB_180106","tr_customer_id":180124,"tr_customer_product_id":180114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:08.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"36463308863648","imei1":"36463308863648","imei2":"36463308863648","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180105,"job_number":"JOB_180105","tr_customer_id":180123,"tr_customer_product_id":180113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14173103674842","imei1":"14173103674842","imei2":"14173103674842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180104,"job_number":"JOB_180104","tr_customer_id":180122,"tr_customer_product_id":180112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:46.000Z","name":"Hayden Russel","mobile_number":"860-580-8277","email_id":"Shaina63@gmail.com","dop":"2025-04-06","serial_number":"15737786874250","imei1":"15737786874250","imei2":"15737786874250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180103,"job_number":"JOB_180103","tr_customer_id":180121,"tr_customer_product_id":180111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:46.000Z","name":"Kenyon Wuckert","mobile_number":"526-977-6742","email_id":"Ottilie14@yahoo.com","dop":"2025-04-06","serial_number":"15184264527549","imei1":"15184264527549","imei2":"15184264527549","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180102,"job_number":"JOB_180102","tr_customer_id":180120,"tr_customer_product_id":180110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:07.000Z","modified_at":"2026-02-08T04:41:07.000Z","name":"Liam Bruen","mobile_number":"908-794-9813","email_id":"Frank_Ward48@hotmail.com","dop":"2025-04-06","serial_number":"11734234412483752","imei1":"11734234412483752","imei2":"11734234412483752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180101,"job_number":"JOB_180101","tr_customer_id":180119,"tr_customer_product_id":180109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:07.000Z","modified_at":"2026-02-08T04:41:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14228784351183","imei1":"14228784351183","imei2":"14228784351183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180100,"job_number":"JOB_180100","tr_customer_id":180118,"tr_customer_product_id":180108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:06.000Z","modified_at":"2026-02-08T04:41:45.000Z","name":"Esmeralda Haley","mobile_number":"670-602-2979","email_id":"Burdette54@hotmail.com","dop":"2025-04-06","serial_number":"18600949948430","imei1":"18600949948430","imei2":"18600949948430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180099,"job_number":"JOB_180099","tr_customer_id":180117,"tr_customer_product_id":180107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:06.000Z","modified_at":"2026-02-08T04:41:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15844856874567","imei1":"15844856874567","imei2":"15844856874567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180097,"job_number":"JOB_180097","tr_customer_id":180115,"tr_customer_product_id":180105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:00.000Z","modified_at":"2026-02-08T04:41:00.000Z","name":"Gia Jast","mobile_number":"300-295-9358","email_id":"Daphney24@gmail.com","dop":"2025-04-06","serial_number":"17641851721124524","imei1":"17641851721124524","imei2":"17641851721124524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180096,"job_number":"JOB_180096","tr_customer_id":180114,"tr_customer_product_id":180104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:58.000Z","modified_at":"2026-02-08T04:41:37.000Z","name":"Marlin Champlin","mobile_number":"600-511-8314","email_id":"Javonte.Keebler@hotmail.com","dop":"2025-04-06","serial_number":"16080939645234","imei1":"16080939645234","imei2":"16080939645234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180095,"job_number":"JOB_180095","tr_customer_id":180113,"tr_customer_product_id":180103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:57.000Z","modified_at":"2026-02-08T04:40:57.000Z","name":"Theron Hand","mobile_number":"309-438-3810","email_id":"Misael.Purdy20@hotmail.com","dop":"2025-04-06","serial_number":"12430893504905554","imei1":"12430893504905554","imei2":"12430893504905554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180093,"job_number":"JOB_180093","tr_customer_id":180111,"tr_customer_product_id":180101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:55.000Z","modified_at":"2026-02-08T04:41:34.000Z","name":"Jace Funk","mobile_number":"961-854-0155","email_id":"Mathew_Robel55@yahoo.com","dop":"2025-04-06","serial_number":"12956825631175","imei1":"12956825631175","imei2":"12956825631175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180092,"job_number":"JOB_180092","tr_customer_id":180110,"tr_customer_product_id":180100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:53.000Z","modified_at":"2026-02-08T04:40:53.000Z","name":"Maurice Kassulke","mobile_number":"936-326-6529","email_id":"Lori42@gmail.com","dop":"2025-04-06","serial_number":"13509378877026930","imei1":"13509378877026930","imei2":"13509378877026930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180091,"job_number":"JOB_180091","tr_customer_id":180109,"tr_customer_product_id":180099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:52.000Z","modified_at":"2026-02-08T04:40:52.000Z","name":"Gerda Purdy","mobile_number":"390-832-7863","email_id":"Demarcus.Beatty46@gmail.com","dop":"2025-04-06","serial_number":"11030492127061812","imei1":"11030492127061812","imei2":"11030492127061812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180090,"job_number":"JOB_180090","tr_customer_id":180108,"tr_customer_product_id":180098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:51.000Z","modified_at":"2026-02-08T04:41:29.000Z","name":"Jarred Schaefer","mobile_number":"967-724-3777","email_id":"Ludwig.Schroeder71@yahoo.com","dop":"2025-04-06","serial_number":"17275461962862","imei1":"17275461962862","imei2":"17275461962862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180089,"job_number":"JOB_180089","tr_customer_id":180107,"tr_customer_product_id":180097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:51.000Z","modified_at":"2026-02-08T04:40:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16195522728573","imei1":"16195522728573","imei2":"16195522728573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180088,"job_number":"JOB_180088","tr_customer_id":180106,"tr_customer_product_id":180096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:50.000Z","modified_at":"2026-02-08T04:41:28.000Z","name":"Rhea Johnson","mobile_number":"407-280-5585","email_id":"Lukas.Volkman38@hotmail.com","dop":"2025-04-06","serial_number":"18586130289257","imei1":"18586130289257","imei2":"18586130289257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180087,"job_number":"JOB_180087","tr_customer_id":180105,"tr_customer_product_id":180095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:50.000Z","modified_at":"2026-02-08T04:40:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11316771268473","imei1":"11316771268473","imei2":"11316771268473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180086,"job_number":"JOB_180086","tr_customer_id":180104,"tr_customer_product_id":180094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:45.000Z","modified_at":"2026-02-08T04:40:45.000Z","name":"Edmond Schinner","mobile_number":"552-535-0694","email_id":"Orin33@hotmail.com","dop":"2025-04-06","serial_number":"14794128601428796","imei1":"14794128601428796","imei2":"14794128601428796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180085,"job_number":"JOB_180085","tr_customer_id":180103,"tr_customer_product_id":180093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:45.000Z","modified_at":"2026-02-08T04:40:45.000Z","name":"Trisha Nienow","mobile_number":"370-215-2519","email_id":"Abelardo_Simonis@gmail.com","dop":"2025-04-06","serial_number":"15984913567853614","imei1":"15984913567853614","imei2":"15984913567853614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180084,"job_number":"JOB_180084","tr_customer_id":180102,"tr_customer_product_id":180092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:44.000Z","modified_at":"2026-02-08T04:41:23.000Z","name":"Vincenzo Collins","mobile_number":"564-965-2367","email_id":"Damaris_Hyatt@yahoo.com","dop":"2025-04-06","serial_number":"10985191502936","imei1":"10985191502936","imei2":"10985191502936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180083,"job_number":"JOB_180083","tr_customer_id":180101,"tr_customer_product_id":180091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:44.000Z","modified_at":"2026-02-08T04:40:44.000Z","name":"Yvette Schamberger","mobile_number":"700-474-7683","email_id":"Sophia79@yahoo.com","dop":"2025-04-06","serial_number":"16108681893233174","imei1":"16108681893233174","imei2":"16108681893233174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180082,"job_number":"JOB_180082","tr_customer_id":180100,"tr_customer_product_id":180090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:43.000Z","modified_at":"2026-02-08T04:41:22.000Z","name":"Freddie Bernhard","mobile_number":"546-779-4094","email_id":"Dante.Tromp85@gmail.com","dop":"2025-04-06","serial_number":"10260420863742","imei1":"10260420863742","imei2":"10260420863742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180081,"job_number":"JOB_180081","tr_customer_id":180099,"tr_customer_product_id":180089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:43.000Z","modified_at":"2026-02-08T04:40:43.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16453536177798","imei1":"16453536177798","imei2":"16453536177798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180080,"job_number":"JOB_180080","tr_customer_id":180098,"tr_customer_product_id":180088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:43.000Z","modified_at":"2026-02-08T04:41:20.000Z","name":"Trisha Gerlach","mobile_number":"222-303-8290","email_id":"Lorenza6@gmail.com","dop":"2025-04-06","serial_number":"12450573046909","imei1":"12450573046909","imei2":"12450573046909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180079,"job_number":"JOB_180079","tr_customer_id":180097,"tr_customer_product_id":180087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:40.000Z","modified_at":"2026-02-08T04:40:40.000Z","name":"Rafaela Balistreri","mobile_number":"882-464-8879","email_id":"Elliot_Braun76@yahoo.com","dop":"2025-06-18","serial_number":"1054747602286364","imei1":"1054747602286364","imei2":"1054747602286364","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180078,"job_number":"JOB_180078","tr_customer_id":180096,"tr_customer_product_id":180086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:40.000Z","modified_at":"2026-02-08T04:41:16.000Z","name":"Delta Ryan","mobile_number":"987-680-9311","email_id":"Khalid71@yahoo.com","dop":"2025-06-18","serial_number":"10557485841608","imei1":"10557485841608","imei2":"10557485841608","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180077,"job_number":"JOB_180077","tr_customer_id":180095,"tr_customer_product_id":180085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:40.000Z","modified_at":"2026-02-08T04:40:40.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10123896776989","imei1":"10123896776989","imei2":"10123896776989","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180076,"job_number":"JOB_180076","tr_customer_id":180094,"tr_customer_product_id":180084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:44.000Z","modified_at":"2026-02-08T04:05:44.000Z","name":"Imani Blanda","mobile_number":"318-966-9289","email_id":"Assunta38@gmail.com","dop":"2025-04-06","serial_number":"14822399163414900","imei1":"14822399163414900","imei2":"14822399163414900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180075,"job_number":"JOB_180075","tr_customer_id":180093,"tr_customer_product_id":180083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:43.000Z","modified_at":"2026-02-08T04:06:20.000Z","name":"Elbert Koch","mobile_number":"957-208-6983","email_id":"Cleora_Olson@gmail.com","dop":"2025-04-06","serial_number":"13566312745647","imei1":"13566312745647","imei2":"13566312745647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:06:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180074,"job_number":"JOB_180074","tr_customer_id":180092,"tr_customer_product_id":180082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:43.000Z","modified_at":"2026-02-08T04:05:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12823834787005","imei1":"12823834787005","imei2":"12823834787005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180073,"job_number":"JOB_180073","tr_customer_id":180091,"tr_customer_product_id":180081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:00.000Z","modified_at":"2026-02-08T04:05:00.000Z","name":"Oswald Rosenbaum","mobile_number":"211-962-0268","email_id":"Cooper_Hoppe38@hotmail.com","dop":"2025-04-06","serial_number":"17697131077041620","imei1":"17697131077041620","imei2":"17697131077041620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180072,"job_number":"JOB_180072","tr_customer_id":180090,"tr_customer_product_id":180080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:58.000Z","modified_at":"2026-02-08T04:05:36.000Z","name":"Deshawn Nikolaus","mobile_number":"950-660-0489","email_id":"Kadin69@hotmail.com","dop":"2025-04-06","serial_number":"14617753646920","imei1":"14617753646920","imei2":"14617753646920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:05:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180071,"job_number":"JOB_180071","tr_customer_id":180089,"tr_customer_product_id":180079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:58.000Z","modified_at":"2026-02-08T04:04:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10186091395556","imei1":"10186091395556","imei2":"10186091395556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:04:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180070,"job_number":"JOB_180070","tr_customer_id":180088,"tr_customer_product_id":180078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:15.000Z","modified_at":"2026-02-08T04:04:15.000Z","name":"Fern Nitzsche","mobile_number":"321-579-2119","email_id":"Moises85@gmail.com","dop":"2025-04-06","serial_number":"16441782513459860","imei1":"16441782513459860","imei2":"16441782513459860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180069,"job_number":"JOB_180069","tr_customer_id":180087,"tr_customer_product_id":180077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:13.000Z","modified_at":"2026-02-08T04:04:51.000Z","name":"Unique Schulist","mobile_number":"297-336-8370","email_id":"Alfredo_Kozey81@hotmail.com","dop":"2025-04-06","serial_number":"16809261507032","imei1":"16809261507032","imei2":"16809261507032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180068,"job_number":"JOB_180068","tr_customer_id":180086,"tr_customer_product_id":180076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:13.000Z","modified_at":"2026-02-08T04:04:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17557805831509","imei1":"17557805831509","imei2":"17557805831509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:04:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180067,"job_number":"JOB_180067","tr_customer_id":180085,"tr_customer_product_id":180075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T03:41:51.000Z","modified_at":"2026-02-08T03:41:51.000Z","name":"King Hermiston","mobile_number":"368-788-9295","email_id":"Rodger_Daugherty@yahoo.com","dop":"2025-05-30","serial_number":"1186379211683591","imei1":"1186379211683591","imei2":"1186379211683591","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T03:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180066,"job_number":"JOB_180066","tr_customer_id":180084,"tr_customer_product_id":180074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T03:41:50.000Z","modified_at":"2026-02-08T03:41:50.000Z","name":"Vella Lang","mobile_number":"470-209-9484","email_id":"Ross_Kutch97@gmail.com","dop":"2025-05-30","serial_number":"13640293374333","imei1":"13640293374333","imei2":"13640293374333","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T03:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180065,"job_number":"JOB_180065","tr_customer_id":180083,"tr_customer_product_id":180073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T03:41:49.000Z","modified_at":"2026-02-08T03:42:06.000Z","name":"Raven Beahan","mobile_number":"664-225-2849","email_id":"Jasen37@gmail.com","dop":"2025-05-30","serial_number":"13533855982528","imei1":"13533855982528","imei2":"13533855982528","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T03:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180621,"job_number":"JOB_180621","tr_customer_id":180639,"tr_customer_product_id":180629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:09.000Z","modified_at":"2026-02-08T14:25:09.000Z","name":"Anthony Mayert","mobile_number":"493-753-6919","email_id":"Horacio91@yahoo.com","dop":"2000-01-31","serial_number":"1058792055802275","imei1":"1058792055802275","imei2":"1058792055802275","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180619,"job_number":"JOB_180619","tr_customer_id":180637,"tr_customer_product_id":180627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:07.000Z","modified_at":"2026-02-08T14:25:07.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10330201824798","imei1":"10330201824798","imei2":"10330201824798","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180618,"job_number":"JOB_180618","tr_customer_id":180636,"tr_customer_product_id":180626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:24:24.000Z","modified_at":"2026-02-08T14:24:24.000Z","name":"Llewellyn Walter","mobile_number":"613-509-3948","email_id":"Joesph2@hotmail.com","dop":"2000-01-31","serial_number":"1014885793920558","imei1":"1014885793920558","imei2":"1014885793920558","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180616,"job_number":"JOB_180616","tr_customer_id":180634,"tr_customer_product_id":180624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:24:22.000Z","modified_at":"2026-02-08T14:24:22.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10637842429587","imei1":"10637842429587","imei2":"10637842429587","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:24:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180615,"job_number":"JOB_180615","tr_customer_id":180633,"tr_customer_product_id":180623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:39.000Z","modified_at":"2026-02-08T14:23:39.000Z","name":"Jabari Cassin","mobile_number":"999-346-4776","email_id":"Vernice85@hotmail.com","dop":"2000-01-31","serial_number":"1032806216352742","imei1":"1032806216352742","imei2":"1032806216352742","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180613,"job_number":"JOB_180613","tr_customer_id":180631,"tr_customer_product_id":180621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:37.000Z","modified_at":"2026-02-08T14:23:37.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10928996089537","imei1":"10928996089537","imei2":"10928996089537","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180609,"job_number":"JOB_180609","tr_customer_id":180627,"tr_customer_product_id":180617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:53.000Z","modified_at":"2026-02-08T14:22:53.000Z","name":"Keith Mayert","mobile_number":"530-680-6957","email_id":"Lou34@hotmail.com","dop":"2000-01-31","serial_number":"1044723349267084","imei1":"1044723349267084","imei2":"1044723349267084","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180607,"job_number":"JOB_180607","tr_customer_id":180625,"tr_customer_product_id":180615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:51.000Z","modified_at":"2026-02-08T14:22:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10568626597782","imei1":"10568626597782","imei2":"10568626597782","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180305,"job_number":"JOB_180305","tr_customer_id":180323,"tr_customer_product_id":180313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:29.000Z","modified_at":"2026-02-08T04:44:29.000Z","name":"Abby Goldner","mobile_number":"205-777-8289","email_id":"Abigail.Barrows25@hotmail.com","dop":"2000-01-31","serial_number":"1078513277998318","imei1":"1078513277998318","imei2":"1078513277998318","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180303,"job_number":"JOB_180303","tr_customer_id":180321,"tr_customer_product_id":180311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:27.000Z","modified_at":"2026-02-08T04:44:27.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10281306637136","imei1":"10281306637136","imei2":"10281306637136","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180283,"job_number":"JOB_180283","tr_customer_id":180301,"tr_customer_product_id":180291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:44.000Z","modified_at":"2026-02-08T04:43:44.000Z","name":"Vincenza Welch","mobile_number":"868-731-0367","email_id":"Sammie80@gmail.com","dop":"2000-01-31","serial_number":"1003984999846201","imei1":"1003984999846201","imei2":"1003984999846201","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180280,"job_number":"JOB_180280","tr_customer_id":180298,"tr_customer_product_id":180288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:42.000Z","modified_at":"2026-02-08T04:43:42.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10506199487943","imei1":"10506199487943","imei2":"10506199487943","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180245,"job_number":"JOB_180245","tr_customer_id":180263,"tr_customer_product_id":180253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:59.000Z","modified_at":"2026-02-08T04:42:59.000Z","name":"Reginald Prosacco","mobile_number":"640-764-0028","email_id":"Jada.Frami77@hotmail.com","dop":"2000-01-31","serial_number":"1011404885578644","imei1":"1011404885578644","imei2":"1011404885578644","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180243,"job_number":"JOB_180243","tr_customer_id":180261,"tr_customer_product_id":180251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:57.000Z","modified_at":"2026-02-08T04:42:57.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10546286900557","imei1":"10546286900557","imei2":"10546286900557","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180167,"job_number":"JOB_180167","tr_customer_id":180185,"tr_customer_product_id":180175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:12.000Z","modified_at":"2026-02-08T04:42:12.000Z","name":"Danial Schamberger","mobile_number":"410-923-5182","email_id":"Parker_Reichel3@yahoo.com","dop":"2000-01-31","serial_number":"1016989699074860","imei1":"1016989699074860","imei2":"1016989699074860","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180165,"job_number":"JOB_180165","tr_customer_id":180183,"tr_customer_product_id":180173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:11.000Z","modified_at":"2026-02-08T04:42:11.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10034134207945","imei1":"10034134207945","imei2":"10034134207945","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 OK 1 0 0
Verify response message should be 'Success' 1 0 0
Verify response data should be a non-empty array. 1 0 0
Verify Response time should be below 250 ms 0 1 0
Verify Keys are present for job with jobId: 180852 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180852 1 0 0
Verify Keys are present for job with jobId: 180851 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180851 1 0 0
Verify Keys are present for job with jobId: 180850 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180850 1 0 0
Verify Keys are present for job with jobId: 180846 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180846 1 0 0
Verify Keys are present for job with jobId: 180845 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180845 1 0 0
Verify Keys are present for job with jobId: 180825 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180825 1 0 0
Verify Keys are present for job with jobId: 180824 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180824 1 0 0
Verify Keys are present for job with jobId: 180823 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180823 1 0 0
Verify Keys are present for job with jobId: 180822 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180822 1 0 0
Verify Keys are present for job with jobId: 180821 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180821 1 0 0
Verify Keys are present for job with jobId: 180820 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180820 1 0 0
Verify Keys are present for job with jobId: 180819 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180819 1 0 0
Verify Keys are present for job with jobId: 180818 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180818 1 0 0
Verify Keys are present for job with jobId: 180817 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180817 1 0 0
Verify Keys are present for job with jobId: 180816 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180816 1 0 0
Verify Keys are present for job with jobId: 180815 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180815 1 0 0
Verify Keys are present for job with jobId: 180814 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180814 1 0 0
Verify Keys are present for job with jobId: 180813 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180813 1 0 0
Verify Keys are present for job with jobId: 180812 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180812 1 0 0
Verify Keys are present for job with jobId: 180811 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180811 1 0 0
Verify Keys are present for job with jobId: 180810 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180810 1 0 0
Verify Keys are present for job with jobId: 180809 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180809 1 0 0
Verify Keys are present for job with jobId: 180808 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180808 1 0 0
Verify Keys are present for job with jobId: 180807 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180807 1 0 0
Verify Keys are present for job with jobId: 180806 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180806 1 0 0
Verify Keys are present for job with jobId: 180805 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180805 1 0 0
Verify Keys are present for job with jobId: 180758 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180758 1 0 0
Verify Keys are present for job with jobId: 180748 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180748 1 0 0
Verify Keys are present for job with jobId: 180742 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180742 1 0 0
Verify Keys are present for job with jobId: 180707 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180707 1 0 0
Verify Keys are present for job with jobId: 180706 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180706 1 0 0
Verify Keys are present for job with jobId: 180705 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180705 1 0 0
Verify Keys are present for job with jobId: 180703 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180703 1 0 0
Verify Keys are present for job with jobId: 180702 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180702 1 0 0
Verify Keys are present for job with jobId: 180700 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180700 1 0 0
Verify Keys are present for job with jobId: 180693 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180693 1 0 0
Verify Keys are present for job with jobId: 180692 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180692 1 0 0
Verify Keys are present for job with jobId: 180691 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180691 1 0 0
Verify Keys are present for job with jobId: 180665 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180665 1 0 0
Verify Keys are present for job with jobId: 180664 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180664 1 0 0
Verify Keys are present for job with jobId: 180660 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180660 1 0 0
Verify Keys are present for job with jobId: 180576 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180576 1 0 0
Verify Keys are present for job with jobId: 180575 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180575 1 0 0
Verify Keys are present for job with jobId: 180574 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180574 1 0 0
Verify Keys are present for job with jobId: 180573 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180573 1 0 0
Verify Keys are present for job with jobId: 180572 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180572 1 0 0
Verify Keys are present for job with jobId: 180571 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180571 1 0 0
Verify Keys are present for job with jobId: 180570 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180570 1 0 0
Verify Keys are present for job with jobId: 180569 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180569 1 0 0
Verify Keys are present for job with jobId: 180568 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180568 1 0 0
Verify Keys are present for job with jobId: 180561 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180561 1 0 0
Verify Keys are present for job with jobId: 180560 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180560 1 0 0
Verify Keys are present for job with jobId: 180559 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180559 1 0 0
Verify Keys are present for job with jobId: 180375 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180375 1 0 0
Verify Keys are present for job with jobId: 180374 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180374 1 0 0
Verify Keys are present for job with jobId: 180346 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180346 1 0 0
Verify Keys are present for job with jobId: 180345 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180345 1 0 0
Verify Keys are present for job with jobId: 180344 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180344 1 0 0
Verify Keys are present for job with jobId: 180343 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180343 1 0 0
Verify Keys are present for job with jobId: 180342 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180342 1 0 0
Verify Keys are present for job with jobId: 180341 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180341 1 0 0
Verify Keys are present for job with jobId: 180253 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180253 1 0 0
Verify Keys are present for job with jobId: 180252 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180252 1 0 0
Verify Keys are present for job with jobId: 180251 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180251 1 0 0
Verify Keys are present for job with jobId: 180250 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180250 1 0 0
Verify Keys are present for job with jobId: 180248 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180248 1 0 0
Verify Keys are present for job with jobId: 180230 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180230 1 0 0
Verify Keys are present for job with jobId: 180229 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180229 1 0 0
Verify Keys are present for job with jobId: 180227 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180227 1 0 0
Verify Keys are present for job with jobId: 180226 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180226 1 0 0
Verify Keys are present for job with jobId: 180214 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180214 1 0 0
Verify Keys are present for job with jobId: 180213 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180213 1 0 0
Verify Keys are present for job with jobId: 180211 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180211 1 0 0
Verify Keys are present for job with jobId: 180210 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180210 1 0 0
Verify Keys are present for job with jobId: 180208 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180208 1 0 0
Verify Keys are present for job with jobId: 180205 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180205 1 0 0
Verify Keys are present for job with jobId: 180203 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180203 1 0 0
Verify Keys are present for job with jobId: 180201 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180201 1 0 0
Verify Keys are present for job with jobId: 180200 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180200 1 0 0
Verify Keys are present for job with jobId: 180199 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180199 1 0 0
Verify Keys are present for job with jobId: 180177 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180177 1 0 0
Verify Keys are present for job with jobId: 180175 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180175 1 0 0
Verify Keys are present for job with jobId: 180173 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180173 1 0 0
Verify Keys are present for job with jobId: 180172 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180172 1 0 0
Verify Keys are present for job with jobId: 180171 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180171 1 0 0
Verify Keys are present for job with jobId: 180128 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180128 1 0 0
Verify Keys are present for job with jobId: 180125 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180125 1 0 0
Verify Keys are present for job with jobId: 180117 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180117 1 0 0
Verify Keys are present for job with jobId: 180116 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180116 1 0 0
Verify Keys are present for job with jobId: 180098 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180098 1 0 0
Verify Keys are present for job with jobId: 180094 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180094 1 0 0
Verify Keys are present for job with jobId: 180855 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180855 1 0 0
Verify Keys are present for job with jobId: 180854 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180854 1 0 0
Verify Keys are present for job with jobId: 180853 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180853 1 0 0
Verify Keys are present for job with jobId: 180849 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180849 1 0 0
Verify Keys are present for job with jobId: 180848 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180848 1 0 0
Verify Keys are present for job with jobId: 180847 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180847 1 0 0
Verify Keys are present for job with jobId: 180844 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180844 1 0 0
Verify Keys are present for job with jobId: 180843 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180843 1 0 0
Verify Keys are present for job with jobId: 180842 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180842 1 0 0
Verify Keys are present for job with jobId: 180841 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180841 1 0 0
Verify Keys are present for job with jobId: 180840 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180840 1 0 0
Verify Keys are present for job with jobId: 180839 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180839 1 0 0
Verify Keys are present for job with jobId: 180838 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180838 1 0 0
Verify Keys are present for job with jobId: 180837 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180837 1 0 0
Verify Keys are present for job with jobId: 180836 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180836 1 0 0
Verify Keys are present for job with jobId: 180835 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180835 1 0 0
Verify Keys are present for job with jobId: 180834 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180834 1 0 0
Verify Keys are present for job with jobId: 180833 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180833 1 0 0
Verify Keys are present for job with jobId: 180832 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180832 1 0 0
Verify Keys are present for job with jobId: 180831 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180831 1 0 0
Verify Keys are present for job with jobId: 180830 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180830 1 0 0
Verify Keys are present for job with jobId: 180829 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180829 1 0 0
Verify Keys are present for job with jobId: 180828 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180828 1 0 0
Verify Keys are present for job with jobId: 180827 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180827 1 0 0
Verify Keys are present for job with jobId: 180826 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180826 1 0 0
Verify Keys are present for job with jobId: 180804 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180804 1 0 0
Verify Keys are present for job with jobId: 180803 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180803 1 0 0
Verify Keys are present for job with jobId: 180802 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180802 1 0 0
Verify Keys are present for job with jobId: 180801 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180801 1 0 0
Verify Keys are present for job with jobId: 180800 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180800 1 0 0
Verify Keys are present for job with jobId: 180799 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180799 1 0 0
Verify Keys are present for job with jobId: 180798 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180798 1 0 0
Verify Keys are present for job with jobId: 180797 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180797 1 0 0
Verify Keys are present for job with jobId: 180796 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180796 1 0 0
Verify Keys are present for job with jobId: 180795 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180795 1 0 0
Verify Keys are present for job with jobId: 180794 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180794 1 0 0
Verify Keys are present for job with jobId: 180793 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180793 1 0 0
Verify Keys are present for job with jobId: 180792 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180792 1 0 0
Verify Keys are present for job with jobId: 180791 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180791 1 0 0
Verify Keys are present for job with jobId: 180790 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180790 1 0 0
Verify Keys are present for job with jobId: 180789 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180789 1 0 0
Verify Keys are present for job with jobId: 180788 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180788 1 0 0
Verify Keys are present for job with jobId: 180787 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180787 1 0 0
Verify Keys are present for job with jobId: 180786 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180786 1 0 0
Verify Keys are present for job with jobId: 180785 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180785 1 0 0
Verify Keys are present for job with jobId: 180784 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180784 1 0 0
Verify Keys are present for job with jobId: 180783 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180783 1 0 0
Verify Keys are present for job with jobId: 180782 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180782 1 0 0
Verify Keys are present for job with jobId: 180781 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180781 1 0 0
Verify Keys are present for job with jobId: 180780 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180780 1 0 0
Verify Keys are present for job with jobId: 180779 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180779 1 0 0
Verify Keys are present for job with jobId: 180778 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180778 1 0 0
Verify Keys are present for job with jobId: 180777 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180777 1 0 0
Verify Keys are present for job with jobId: 180776 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180776 1 0 0
Verify Keys are present for job with jobId: 180775 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180775 1 0 0
Verify Keys are present for job with jobId: 180774 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180774 1 0 0
Verify Keys are present for job with jobId: 180773 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180773 1 0 0
Verify Keys are present for job with jobId: 180772 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180772 1 0 0
Verify Keys are present for job with jobId: 180771 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180771 1 0 0
Verify Keys are present for job with jobId: 180770 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180770 1 0 0
Verify Keys are present for job with jobId: 180769 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180769 1 0 0
Verify Keys are present for job with jobId: 180768 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180768 1 0 0
Verify Keys are present for job with jobId: 180767 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180767 1 0 0
Verify Keys are present for job with jobId: 180766 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180766 1 0 0
Verify Keys are present for job with jobId: 180765 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180765 1 0 0
Verify Keys are present for job with jobId: 180764 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180764 1 0 0
Verify Keys are present for job with jobId: 180763 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180763 1 0 0
Verify Keys are present for job with jobId: 180762 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180762 1 0 0
Verify Keys are present for job with jobId: 180761 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180761 1 0 0
Verify Keys are present for job with jobId: 180760 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180760 1 0 0
Verify Keys are present for job with jobId: 180759 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180759 1 0 0
Verify Keys are present for job with jobId: 180757 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180757 1 0 0
Verify Keys are present for job with jobId: 180756 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180756 1 0 0
Verify Keys are present for job with jobId: 180755 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180755 1 0 0
Verify Keys are present for job with jobId: 180754 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180754 1 0 0
Verify Keys are present for job with jobId: 180753 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180753 1 0 0
Verify Keys are present for job with jobId: 180752 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180752 1 0 0
Verify Keys are present for job with jobId: 180751 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180751 1 0 0
Verify Keys are present for job with jobId: 180750 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180750 1 0 0
Verify Keys are present for job with jobId: 180749 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180749 1 0 0
Verify Keys are present for job with jobId: 180747 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180747 1 0 0
Verify Keys are present for job with jobId: 180746 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180746 1 0 0
Verify Keys are present for job with jobId: 180745 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180745 1 0 0
Verify Keys are present for job with jobId: 180744 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180744 1 0 0
Verify Keys are present for job with jobId: 180743 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180743 1 0 0
Verify Keys are present for job with jobId: 180741 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180741 1 0 0
Verify Keys are present for job with jobId: 180740 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180740 1 0 0
Verify Keys are present for job with jobId: 180739 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180739 1 0 0
Verify Keys are present for job with jobId: 180738 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180738 1 0 0
Verify Keys are present for job with jobId: 180737 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180737 1 0 0
Verify Keys are present for job with jobId: 180736 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180736 1 0 0
Verify Keys are present for job with jobId: 180735 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180735 1 0 0
Verify Keys are present for job with jobId: 180734 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180734 1 0 0
Verify Keys are present for job with jobId: 180733 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180733 1 0 0
Verify Keys are present for job with jobId: 180732 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180732 1 0 0
Verify Keys are present for job with jobId: 180731 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180731 1 0 0
Verify Keys are present for job with jobId: 180730 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180730 1 0 0
Verify Keys are present for job with jobId: 180729 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180729 1 0 0
Verify Keys are present for job with jobId: 180728 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180728 1 0 0
Verify Keys are present for job with jobId: 180727 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180727 1 0 0
Verify Keys are present for job with jobId: 180726 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180726 1 0 0
Verify Keys are present for job with jobId: 180725 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180725 1 0 0
Verify Keys are present for job with jobId: 180724 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180724 1 0 0
Verify Keys are present for job with jobId: 180723 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180723 1 0 0
Verify Keys are present for job with jobId: 180722 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180722 1 0 0
Verify Keys are present for job with jobId: 180721 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180721 1 0 0
Verify Keys are present for job with jobId: 180720 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180720 1 0 0
Verify Keys are present for job with jobId: 180719 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180719 1 0 0
Verify Keys are present for job with jobId: 180718 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180718 1 0 0
Verify Keys are present for job with jobId: 180717 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180717 1 0 0
Verify Keys are present for job with jobId: 180716 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180716 1 0 0
Verify Keys are present for job with jobId: 180715 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180715 1 0 0
Verify Keys are present for job with jobId: 180714 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180714 1 0 0
Verify Keys are present for job with jobId: 180713 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180713 1 0 0
Verify Keys are present for job with jobId: 180712 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180712 1 0 0
Verify Keys are present for job with jobId: 180711 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180711 1 0 0
Verify Keys are present for job with jobId: 180710 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180710 1 0 0
Verify Keys are present for job with jobId: 180709 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180709 1 0 0
Verify Keys are present for job with jobId: 180708 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180708 1 0 0
Verify Keys are present for job with jobId: 180704 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180704 1 0 0
Verify Keys are present for job with jobId: 180701 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180701 1 0 0
Verify Keys are present for job with jobId: 180699 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180699 1 0 0
Verify Keys are present for job with jobId: 180698 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180698 1 0 0
Verify Keys are present for job with jobId: 180697 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180697 1 0 0
Verify Keys are present for job with jobId: 180696 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180696 1 0 0
Verify Keys are present for job with jobId: 180695 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180695 1 0 0
Verify Keys are present for job with jobId: 180694 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180694 1 0 0
Verify Keys are present for job with jobId: 180690 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180690 1 0 0
Verify Keys are present for job with jobId: 180689 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180689 1 0 0
Verify Keys are present for job with jobId: 180688 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180688 1 0 0
Verify Keys are present for job with jobId: 180687 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180687 1 0 0
Verify Keys are present for job with jobId: 180686 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180686 1 0 0
Verify Keys are present for job with jobId: 180685 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180685 1 0 0
Verify Keys are present for job with jobId: 180684 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180684 1 0 0
Verify Keys are present for job with jobId: 180683 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180683 1 0 0
Verify Keys are present for job with jobId: 180682 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180682 1 0 0
Verify Keys are present for job with jobId: 180681 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180681 1 0 0
Verify Keys are present for job with jobId: 180680 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180680 1 0 0
Verify Keys are present for job with jobId: 180679 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180679 1 0 0
Verify Keys are present for job with jobId: 180678 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180678 1 0 0
Verify Keys are present for job with jobId: 180677 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180677 1 0 0
Verify Keys are present for job with jobId: 180676 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180676 1 0 0
Verify Keys are present for job with jobId: 180675 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180675 1 0 0
Verify Keys are present for job with jobId: 180674 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180674 1 0 0
Verify Keys are present for job with jobId: 180673 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180673 1 0 0
Verify Keys are present for job with jobId: 180672 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180672 1 0 0
Verify Keys are present for job with jobId: 180671 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180671 1 0 0
Verify Keys are present for job with jobId: 180670 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180670 1 0 0
Verify Keys are present for job with jobId: 180669 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180669 1 0 0
Verify Keys are present for job with jobId: 180668 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180668 1 0 0
Verify Keys are present for job with jobId: 180667 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180667 1 0 0
Verify Keys are present for job with jobId: 180666 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180666 1 0 0
Verify Keys are present for job with jobId: 180663 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180663 1 0 0
Verify Keys are present for job with jobId: 180662 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180662 1 0 0
Verify Keys are present for job with jobId: 180661 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180661 1 0 0
Verify Keys are present for job with jobId: 180659 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180659 1 0 0
Verify Keys are present for job with jobId: 180658 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180658 1 0 0
Verify Keys are present for job with jobId: 180657 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180657 1 0 0
Verify Keys are present for job with jobId: 180656 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180656 1 0 0
Verify Keys are present for job with jobId: 180655 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180655 1 0 0
Verify Keys are present for job with jobId: 180654 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180654 1 0 0
Verify Keys are present for job with jobId: 180653 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180653 1 0 0
Verify Keys are present for job with jobId: 180652 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180652 1 0 0
Verify Keys are present for job with jobId: 180651 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180651 1 0 0
Verify Keys are present for job with jobId: 180650 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180650 1 0 0
Verify Keys are present for job with jobId: 180649 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180649 1 0 0
Verify Keys are present for job with jobId: 180648 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180648 1 0 0
Verify Keys are present for job with jobId: 180647 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180647 1 0 0
Verify Keys are present for job with jobId: 180646 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180646 1 0 0
Verify Keys are present for job with jobId: 180645 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180645 1 0 0
Verify Keys are present for job with jobId: 180644 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180644 1 0 0
Verify Keys are present for job with jobId: 180643 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180643 1 0 0
Verify Keys are present for job with jobId: 180642 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180642 1 0 0
Verify Keys are present for job with jobId: 180641 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180641 1 0 0
Verify Keys are present for job with jobId: 180640 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180640 1 0 0
Verify Keys are present for job with jobId: 180639 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180639 1 0 0
Verify Keys are present for job with jobId: 180638 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180638 1 0 0
Verify Keys are present for job with jobId: 180637 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180637 1 0 0
Verify Keys are present for job with jobId: 180636 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180636 1 0 0
Verify Keys are present for job with jobId: 180635 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180635 1 0 0
Verify Keys are present for job with jobId: 180634 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180634 1 0 0
Verify Keys are present for job with jobId: 180633 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180633 1 0 0
Verify Keys are present for job with jobId: 180632 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180632 1 0 0
Verify Keys are present for job with jobId: 180631 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180631 1 0 0
Verify Keys are present for job with jobId: 180630 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180630 1 0 0
Verify Keys are present for job with jobId: 180629 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180629 1 0 0
Verify Keys are present for job with jobId: 180628 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180628 1 0 0
Verify Keys are present for job with jobId: 180627 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180627 1 0 0
Verify Keys are present for job with jobId: 180626 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180626 1 0 0
Verify Keys are present for job with jobId: 180625 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180625 1 0 0
Verify Keys are present for job with jobId: 180624 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180624 1 0 0
Verify Keys are present for job with jobId: 180623 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180623 1 0 0
Verify Keys are present for job with jobId: 180622 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180622 1 0 0
Verify Keys are present for job with jobId: 180620 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180620 1 0 0
Verify Keys are present for job with jobId: 180617 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180617 1 0 0
Verify Keys are present for job with jobId: 180614 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180614 1 0 0
Verify Keys are present for job with jobId: 180612 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180612 1 0 0
Verify Keys are present for job with jobId: 180611 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180611 1 0 0
Verify Keys are present for job with jobId: 180610 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180610 1 0 0
Verify Keys are present for job with jobId: 180608 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180608 1 0 0
Verify Keys are present for job with jobId: 180606 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180606 1 0 0
Verify Keys are present for job with jobId: 180605 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180605 1 0 0
Verify Keys are present for job with jobId: 180604 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180604 1 0 0
Verify Keys are present for job with jobId: 180603 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180603 1 0 0
Verify Keys are present for job with jobId: 180602 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180602 1 0 0
Verify Keys are present for job with jobId: 180601 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180601 1 0 0
Verify Keys are present for job with jobId: 180600 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180600 1 0 0
Verify Keys are present for job with jobId: 180599 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180599 1 0 0
Verify Keys are present for job with jobId: 180598 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180598 1 0 0
Verify Keys are present for job with jobId: 180597 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180597 1 0 0
Verify Keys are present for job with jobId: 180596 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180596 1 0 0
Verify Keys are present for job with jobId: 180595 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180595 1 0 0
Verify Keys are present for job with jobId: 180594 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180594 1 0 0
Verify Keys are present for job with jobId: 180593 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180593 1 0 0
Verify Keys are present for job with jobId: 180592 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180592 1 0 0
Verify Keys are present for job with jobId: 180591 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180591 1 0 0
Verify Keys are present for job with jobId: 180590 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180590 1 0 0
Verify Keys are present for job with jobId: 180589 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180589 1 0 0
Verify Keys are present for job with jobId: 180588 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180588 1 0 0
Verify Keys are present for job with jobId: 180587 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180587 1 0 0
Verify Keys are present for job with jobId: 180586 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180586 1 0 0
Verify Keys are present for job with jobId: 180585 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180585 1 0 0
Verify Keys are present for job with jobId: 180584 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180584 1 0 0
Verify Keys are present for job with jobId: 180583 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180583 1 0 0
Verify Keys are present for job with jobId: 180582 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180582 1 0 0
Verify Keys are present for job with jobId: 180581 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180581 1 0 0
Verify Keys are present for job with jobId: 180580 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180580 1 0 0
Verify Keys are present for job with jobId: 180579 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180579 1 0 0
Verify Keys are present for job with jobId: 180578 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180578 1 0 0
Verify Keys are present for job with jobId: 180577 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180577 1 0 0
Verify Keys are present for job with jobId: 180567 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180567 1 0 0
Verify Keys are present for job with jobId: 180566 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180566 1 0 0
Verify Keys are present for job with jobId: 180565 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180565 1 0 0
Verify Keys are present for job with jobId: 180564 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180564 1 0 0
Verify Keys are present for job with jobId: 180563 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180563 1 0 0
Verify Keys are present for job with jobId: 180562 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180562 1 0 0
Verify Keys are present for job with jobId: 180558 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180558 1 0 0
Verify Keys are present for job with jobId: 180557 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180557 1 0 0
Verify Keys are present for job with jobId: 180556 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180556 1 0 0
Verify Keys are present for job with jobId: 180555 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180555 1 0 0
Verify Keys are present for job with jobId: 180554 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180554 1 0 0
Verify Keys are present for job with jobId: 180553 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180553 1 0 0
Verify Keys are present for job with jobId: 180552 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180552 1 0 0
Verify Keys are present for job with jobId: 180551 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180551 1 0 0
Verify Keys are present for job with jobId: 180550 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180550 1 0 0
Verify Keys are present for job with jobId: 180549 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180549 1 0 0
Verify Keys are present for job with jobId: 180548 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180548 1 0 0
Verify Keys are present for job with jobId: 180547 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180547 1 0 0
Verify Keys are present for job with jobId: 180546 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180546 1 0 0
Verify Keys are present for job with jobId: 180545 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180545 1 0 0
Verify Keys are present for job with jobId: 180544 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180544 1 0 0
Verify Keys are present for job with jobId: 180543 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180543 1 0 0
Verify Keys are present for job with jobId: 180542 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180542 1 0 0
Verify Keys are present for job with jobId: 180541 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180541 1 0 0
Verify Keys are present for job with jobId: 180540 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180540 1 0 0
Verify Keys are present for job with jobId: 180539 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180539 1 0 0
Verify Keys are present for job with jobId: 180538 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180538 1 0 0
Verify Keys are present for job with jobId: 180537 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180537 1 0 0
Verify Keys are present for job with jobId: 180536 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180536 1 0 0
Verify Keys are present for job with jobId: 180535 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180535 1 0 0
Verify Keys are present for job with jobId: 180534 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180534 1 0 0
Verify Keys are present for job with jobId: 180533 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180533 1 0 0
Verify Keys are present for job with jobId: 180532 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180532 1 0 0
Verify Keys are present for job with jobId: 180531 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180531 1 0 0
Verify Keys are present for job with jobId: 180530 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180530 1 0 0
Verify Keys are present for job with jobId: 180529 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180529 1 0 0
Verify Keys are present for job with jobId: 180528 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180528 1 0 0
Verify Keys are present for job with jobId: 180527 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180527 1 0 0
Verify Keys are present for job with jobId: 180526 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180526 1 0 0
Verify Keys are present for job with jobId: 180525 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180525 1 0 0
Verify Keys are present for job with jobId: 180524 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180524 1 0 0
Verify Keys are present for job with jobId: 180523 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180523 1 0 0
Verify Keys are present for job with jobId: 180522 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180522 1 0 0
Verify Keys are present for job with jobId: 180521 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180521 1 0 0
Verify Keys are present for job with jobId: 180520 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180520 1 0 0
Verify Keys are present for job with jobId: 180519 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180519 1 0 0
Verify Keys are present for job with jobId: 180518 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180518 1 0 0
Verify Keys are present for job with jobId: 180517 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180517 1 0 0
Verify Keys are present for job with jobId: 180516 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180516 1 0 0
Verify Keys are present for job with jobId: 180515 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180515 1 0 0
Verify Keys are present for job with jobId: 180514 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180514 1 0 0
Verify Keys are present for job with jobId: 180513 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180513 1 0 0
Verify Keys are present for job with jobId: 180512 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180512 1 0 0
Verify Keys are present for job with jobId: 180511 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180511 1 0 0
Verify Keys are present for job with jobId: 180510 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180510 1 0 0
Verify Keys are present for job with jobId: 180509 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180509 1 0 0
Verify Keys are present for job with jobId: 180508 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180508 1 0 0
Verify Keys are present for job with jobId: 180507 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180507 1 0 0
Verify Keys are present for job with jobId: 180506 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180506 1 0 0
Verify Keys are present for job with jobId: 180505 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180505 1 0 0
Verify Keys are present for job with jobId: 180504 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180504 1 0 0
Verify Keys are present for job with jobId: 180503 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180503 1 0 0
Verify Keys are present for job with jobId: 180502 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180502 1 0 0
Verify Keys are present for job with jobId: 180501 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180501 1 0 0
Verify Keys are present for job with jobId: 180500 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180500 1 0 0
Verify Keys are present for job with jobId: 180499 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180499 1 0 0
Verify Keys are present for job with jobId: 180498 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180498 1 0 0
Verify Keys are present for job with jobId: 180497 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180497 1 0 0
Verify Keys are present for job with jobId: 180496 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180496 1 0 0
Verify Keys are present for job with jobId: 180495 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180495 1 0 0
Verify Keys are present for job with jobId: 180494 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180494 1 0 0
Verify Keys are present for job with jobId: 180493 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180493 1 0 0
Verify Keys are present for job with jobId: 180492 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180492 1 0 0
Verify Keys are present for job with jobId: 180491 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180491 1 0 0
Verify Keys are present for job with jobId: 180490 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180490 1 0 0
Verify Keys are present for job with jobId: 180489 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180489 1 0 0
Verify Keys are present for job with jobId: 180488 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180488 1 0 0
Verify Keys are present for job with jobId: 180487 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180487 1 0 0
Verify Keys are present for job with jobId: 180486 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180486 1 0 0
Verify Keys are present for job with jobId: 180485 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180485 1 0 0
Verify Keys are present for job with jobId: 180484 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180484 1 0 0
Verify Keys are present for job with jobId: 180483 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180483 1 0 0
Verify Keys are present for job with jobId: 180482 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180482 1 0 0
Verify Keys are present for job with jobId: 180481 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180481 1 0 0
Verify Keys are present for job with jobId: 180480 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180480 1 0 0
Verify Keys are present for job with jobId: 180479 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180479 1 0 0
Verify Keys are present for job with jobId: 180478 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180478 1 0 0
Verify Keys are present for job with jobId: 180477 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180477 1 0 0
Verify Keys are present for job with jobId: 180476 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180476 1 0 0
Verify Keys are present for job with jobId: 180475 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180475 1 0 0
Verify Keys are present for job with jobId: 180474 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180474 1 0 0
Verify Keys are present for job with jobId: 180473 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180473 1 0 0
Verify Keys are present for job with jobId: 180472 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180472 1 0 0
Verify Keys are present for job with jobId: 180471 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180471 1 0 0
Verify Keys are present for job with jobId: 180470 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180470 1 0 0
Verify Keys are present for job with jobId: 180469 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180469 1 0 0
Verify Keys are present for job with jobId: 180468 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180468 1 0 0
Verify Keys are present for job with jobId: 180467 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180467 1 0 0
Verify Keys are present for job with jobId: 180466 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180466 1 0 0
Verify Keys are present for job with jobId: 180465 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180465 1 0 0
Verify Keys are present for job with jobId: 180464 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180464 1 0 0
Verify Keys are present for job with jobId: 180463 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180463 1 0 0
Verify Keys are present for job with jobId: 180462 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180462 1 0 0
Verify Keys are present for job with jobId: 180461 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180461 1 0 0
Verify Keys are present for job with jobId: 180460 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180460 1 0 0
Verify Keys are present for job with jobId: 180459 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180459 1 0 0
Verify Keys are present for job with jobId: 180458 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180458 1 0 0
Verify Keys are present for job with jobId: 180457 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180457 1 0 0
Verify Keys are present for job with jobId: 180456 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180456 1 0 0
Verify Keys are present for job with jobId: 180455 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180455 1 0 0
Verify Keys are present for job with jobId: 180454 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180454 1 0 0
Verify Keys are present for job with jobId: 180453 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180453 1 0 0
Verify Keys are present for job with jobId: 180452 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180452 1 0 0
Verify Keys are present for job with jobId: 180451 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180451 1 0 0
Verify Keys are present for job with jobId: 180450 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180450 1 0 0
Verify Keys are present for job with jobId: 180449 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180449 1 0 0
Verify Keys are present for job with jobId: 180448 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180448 1 0 0
Verify Keys are present for job with jobId: 180447 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180447 1 0 0
Verify Keys are present for job with jobId: 180446 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180446 1 0 0
Verify Keys are present for job with jobId: 180445 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180445 1 0 0
Verify Keys are present for job with jobId: 180444 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180444 1 0 0
Verify Keys are present for job with jobId: 180443 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180443 1 0 0
Verify Keys are present for job with jobId: 180442 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180442 1 0 0
Verify Keys are present for job with jobId: 180441 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180441 1 0 0
Verify Keys are present for job with jobId: 180440 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180440 1 0 0
Verify Keys are present for job with jobId: 180439 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180439 1 0 0
Verify Keys are present for job with jobId: 180438 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180438 1 0 0
Verify Keys are present for job with jobId: 180437 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180437 1 0 0
Verify Keys are present for job with jobId: 180436 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180436 1 0 0
Verify Keys are present for job with jobId: 180435 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180435 1 0 0
Verify Keys are present for job with jobId: 180434 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180434 1 0 0
Verify Keys are present for job with jobId: 180433 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180433 1 0 0
Verify Keys are present for job with jobId: 180432 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180432 1 0 0
Verify Keys are present for job with jobId: 180431 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180431 1 0 0
Verify Keys are present for job with jobId: 180430 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180430 1 0 0
Verify Keys are present for job with jobId: 180429 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180429 1 0 0
Verify Keys are present for job with jobId: 180428 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180428 1 0 0
Verify Keys are present for job with jobId: 180427 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180427 1 0 0
Verify Keys are present for job with jobId: 180426 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180426 1 0 0
Verify Keys are present for job with jobId: 180425 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180425 1 0 0
Verify Keys are present for job with jobId: 180424 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180424 1 0 0
Verify Keys are present for job with jobId: 180423 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180423 1 0 0
Verify Keys are present for job with jobId: 180422 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180422 1 0 0
Verify Keys are present for job with jobId: 180421 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180421 1 0 0
Verify Keys are present for job with jobId: 180419 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180419 1 0 0
Verify Keys are present for job with jobId: 180418 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180418 1 0 0
Verify Keys are present for job with jobId: 180417 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180417 1 0 0
Verify Keys are present for job with jobId: 180415 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180415 1 0 0
Verify Keys are present for job with jobId: 180414 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180414 1 0 0
Verify Keys are present for job with jobId: 180413 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180413 1 0 0
Verify Keys are present for job with jobId: 180412 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180412 1 0 0
Verify Keys are present for job with jobId: 180411 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180411 1 0 0
Verify Keys are present for job with jobId: 180410 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180410 1 0 0
Verify Keys are present for job with jobId: 180409 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180409 1 0 0
Verify Keys are present for job with jobId: 180408 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180408 1 0 0
Verify Keys are present for job with jobId: 180407 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180407 1 0 0
Verify Keys are present for job with jobId: 180406 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180406 1 0 0
Verify Keys are present for job with jobId: 180405 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180405 1 0 0
Verify Keys are present for job with jobId: 180404 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180404 1 0 0
Verify Keys are present for job with jobId: 180403 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180403 1 0 0
Verify Keys are present for job with jobId: 180402 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180402 1 0 0
Verify Keys are present for job with jobId: 180401 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180401 1 0 0
Verify Keys are present for job with jobId: 180400 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180400 1 0 0
Verify Keys are present for job with jobId: 180399 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180399 1 0 0
Verify Keys are present for job with jobId: 180398 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180398 1 0 0
Verify Keys are present for job with jobId: 180397 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180397 1 0 0
Verify Keys are present for job with jobId: 180396 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180396 1 0 0
Verify Keys are present for job with jobId: 180395 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180395 1 0 0
Verify Keys are present for job with jobId: 180394 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180394 1 0 0
Verify Keys are present for job with jobId: 180393 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180393 1 0 0
Verify Keys are present for job with jobId: 180392 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180392 1 0 0
Verify Keys are present for job with jobId: 180391 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180391 1 0 0
Verify Keys are present for job with jobId: 180390 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180390 1 0 0
Verify Keys are present for job with jobId: 180389 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180389 1 0 0
Verify Keys are present for job with jobId: 180388 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180388 1 0 0
Verify Keys are present for job with jobId: 180387 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180387 1 0 0
Verify Keys are present for job with jobId: 180386 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180386 1 0 0
Verify Keys are present for job with jobId: 180385 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180385 1 0 0
Verify Keys are present for job with jobId: 180384 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180384 1 0 0
Verify Keys are present for job with jobId: 180383 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180383 1 0 0
Verify Keys are present for job with jobId: 180382 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180382 1 0 0
Verify Keys are present for job with jobId: 180381 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180381 1 0 0
Verify Keys are present for job with jobId: 180380 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180380 1 0 0
Verify Keys are present for job with jobId: 180379 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180379 1 0 0
Verify Keys are present for job with jobId: 180378 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180378 1 0 0
Verify Keys are present for job with jobId: 180377 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180377 1 0 0
Verify Keys are present for job with jobId: 180376 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180376 1 0 0
Verify Keys are present for job with jobId: 180373 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180373 1 0 0
Verify Keys are present for job with jobId: 180372 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180372 1 0 0
Verify Keys are present for job with jobId: 180371 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180371 1 0 0
Verify Keys are present for job with jobId: 180370 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180370 1 0 0
Verify Keys are present for job with jobId: 180369 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180369 1 0 0
Verify Keys are present for job with jobId: 180368 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180368 1 0 0
Verify Keys are present for job with jobId: 180367 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180367 1 0 0
Verify Keys are present for job with jobId: 180366 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180366 1 0 0
Verify Keys are present for job with jobId: 180365 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180365 1 0 0
Verify Keys are present for job with jobId: 180364 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180364 1 0 0
Verify Keys are present for job with jobId: 180363 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180363 1 0 0
Verify Keys are present for job with jobId: 180362 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180362 1 0 0
Verify Keys are present for job with jobId: 180361 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180361 1 0 0
Verify Keys are present for job with jobId: 180360 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180360 1 0 0
Verify Keys are present for job with jobId: 180359 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180359 1 0 0
Verify Keys are present for job with jobId: 180358 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180358 1 0 0
Verify Keys are present for job with jobId: 180357 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180357 1 0 0
Verify Keys are present for job with jobId: 180356 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180356 1 0 0
Verify Keys are present for job with jobId: 180355 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180355 1 0 0
Verify Keys are present for job with jobId: 180354 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180354 1 0 0
Verify Keys are present for job with jobId: 180353 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180353 1 0 0
Verify Keys are present for job with jobId: 180352 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180352 1 0 0
Verify Keys are present for job with jobId: 180351 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180351 1 0 0
Verify Keys are present for job with jobId: 180350 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180350 1 0 0
Verify Keys are present for job with jobId: 180349 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180349 1 0 0
Verify Keys are present for job with jobId: 180348 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180348 1 0 0
Verify Keys are present for job with jobId: 180347 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180347 1 0 0
Verify Keys are present for job with jobId: 180340 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180340 1 0 0
Verify Keys are present for job with jobId: 180339 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180339 1 0 0
Verify Keys are present for job with jobId: 180338 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180338 1 0 0
Verify Keys are present for job with jobId: 180337 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180337 1 0 0
Verify Keys are present for job with jobId: 180336 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180336 1 0 0
Verify Keys are present for job with jobId: 180335 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180335 1 0 0
Verify Keys are present for job with jobId: 180334 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180334 1 0 0
Verify Keys are present for job with jobId: 180333 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180333 1 0 0
Verify Keys are present for job with jobId: 180332 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180332 1 0 0
Verify Keys are present for job with jobId: 180331 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180331 1 0 0
Verify Keys are present for job with jobId: 180330 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180330 1 0 0
Verify Keys are present for job with jobId: 180329 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180329 1 0 0
Verify Keys are present for job with jobId: 180328 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180328 1 0 0
Verify Keys are present for job with jobId: 180327 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180327 1 0 0
Verify Keys are present for job with jobId: 180326 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180326 1 0 0
Verify Keys are present for job with jobId: 180325 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180325 1 0 0
Verify Keys are present for job with jobId: 180324 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180324 1 0 0
Verify Keys are present for job with jobId: 180323 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180323 1 0 0
Verify Keys are present for job with jobId: 180322 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180322 1 0 0
Verify Keys are present for job with jobId: 180321 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180321 1 0 0
Verify Keys are present for job with jobId: 180320 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180320 1 0 0
Verify Keys are present for job with jobId: 180319 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180319 1 0 0
Verify Keys are present for job with jobId: 180318 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180318 1 0 0
Verify Keys are present for job with jobId: 180317 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180317 1 0 0
Verify Keys are present for job with jobId: 180316 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180316 1 0 0
Verify Keys are present for job with jobId: 180315 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180315 1 0 0
Verify Keys are present for job with jobId: 180314 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180314 1 0 0
Verify Keys are present for job with jobId: 180313 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180313 1 0 0
Verify Keys are present for job with jobId: 180312 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180312 1 0 0
Verify Keys are present for job with jobId: 180311 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180311 1 0 0
Verify Keys are present for job with jobId: 180310 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180310 1 0 0
Verify Keys are present for job with jobId: 180309 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180309 1 0 0
Verify Keys are present for job with jobId: 180308 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180308 1 0 0
Verify Keys are present for job with jobId: 180307 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180307 1 0 0
Verify Keys are present for job with jobId: 180306 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180306 1 0 0
Verify Keys are present for job with jobId: 180304 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180304 1 0 0
Verify Keys are present for job with jobId: 180302 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180302 1 0 0
Verify Keys are present for job with jobId: 180301 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180301 1 0 0
Verify Keys are present for job with jobId: 180300 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180300 1 0 0
Verify Keys are present for job with jobId: 180299 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180299 1 0 0
Verify Keys are present for job with jobId: 180298 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180298 1 0 0
Verify Keys are present for job with jobId: 180297 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180297 1 0 0
Verify Keys are present for job with jobId: 180296 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180296 1 0 0
Verify Keys are present for job with jobId: 180295 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180295 1 0 0
Verify Keys are present for job with jobId: 180294 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180294 1 0 0
Verify Keys are present for job with jobId: 180293 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180293 1 0 0
Verify Keys are present for job with jobId: 180292 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180292 1 0 0
Verify Keys are present for job with jobId: 180291 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180291 1 0 0
Verify Keys are present for job with jobId: 180290 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180290 1 0 0
Verify Keys are present for job with jobId: 180289 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180289 1 0 0
Verify Keys are present for job with jobId: 180288 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180288 1 0 0
Verify Keys are present for job with jobId: 180287 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180287 1 0 0
Verify Keys are present for job with jobId: 180286 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180286 1 0 0
Verify Keys are present for job with jobId: 180285 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180285 1 0 0
Verify Keys are present for job with jobId: 180284 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180284 1 0 0
Verify Keys are present for job with jobId: 180282 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180282 1 0 0
Verify Keys are present for job with jobId: 180281 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180281 1 0 0
Verify Keys are present for job with jobId: 180279 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180279 1 0 0
Verify Keys are present for job with jobId: 180278 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180278 1 0 0
Verify Keys are present for job with jobId: 180277 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180277 1 0 0
Verify Keys are present for job with jobId: 180276 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180276 1 0 0
Verify Keys are present for job with jobId: 180275 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180275 1 0 0
Verify Keys are present for job with jobId: 180274 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180274 1 0 0
Verify Keys are present for job with jobId: 180273 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180273 1 0 0
Verify Keys are present for job with jobId: 180272 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180272 1 0 0
Verify Keys are present for job with jobId: 180271 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180271 1 0 0
Verify Keys are present for job with jobId: 180270 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180270 1 0 0
Verify Keys are present for job with jobId: 180269 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180269 1 0 0
Verify Keys are present for job with jobId: 180268 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180268 1 0 0
Verify Keys are present for job with jobId: 180267 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180267 1 0 0
Verify Keys are present for job with jobId: 180266 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180266 1 0 0
Verify Keys are present for job with jobId: 180265 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180265 1 0 0
Verify Keys are present for job with jobId: 180264 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180264 1 0 0
Verify Keys are present for job with jobId: 180263 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180263 1 0 0
Verify Keys are present for job with jobId: 180262 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180262 1 0 0
Verify Keys are present for job with jobId: 180261 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180261 1 0 0
Verify Keys are present for job with jobId: 180260 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180260 1 0 0
Verify Keys are present for job with jobId: 180259 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180259 1 0 0
Verify Keys are present for job with jobId: 180258 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180258 1 0 0
Verify Keys are present for job with jobId: 180257 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180257 1 0 0
Verify Keys are present for job with jobId: 180256 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180256 1 0 0
Verify Keys are present for job with jobId: 180255 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180255 1 0 0
Verify Keys are present for job with jobId: 180254 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180254 1 0 0
Verify Keys are present for job with jobId: 180249 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180249 1 0 0
Verify Keys are present for job with jobId: 180247 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180247 1 0 0
Verify Keys are present for job with jobId: 180246 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180246 1 0 0
Verify Keys are present for job with jobId: 180244 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180244 1 0 0
Verify Keys are present for job with jobId: 180242 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180242 1 0 0
Verify Keys are present for job with jobId: 180241 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180241 1 0 0
Verify Keys are present for job with jobId: 180240 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180240 1 0 0
Verify Keys are present for job with jobId: 180239 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180239 1 0 0
Verify Keys are present for job with jobId: 180238 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180238 1 0 0
Verify Keys are present for job with jobId: 180237 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180237 1 0 0
Verify Keys are present for job with jobId: 180236 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180236 1 0 0
Verify Keys are present for job with jobId: 180235 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180235 1 0 0
Verify Keys are present for job with jobId: 180234 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180234 1 0 0
Verify Keys are present for job with jobId: 180233 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180233 1 0 0
Verify Keys are present for job with jobId: 180232 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180232 1 0 0
Verify Keys are present for job with jobId: 180231 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180231 1 0 0
Verify Keys are present for job with jobId: 180228 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180228 1 0 0
Verify Keys are present for job with jobId: 180225 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180225 1 0 0
Verify Keys are present for job with jobId: 180224 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180224 1 0 0
Verify Keys are present for job with jobId: 180223 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180223 1 0 0
Verify Keys are present for job with jobId: 180222 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180222 1 0 0
Verify Keys are present for job with jobId: 180221 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180221 1 0 0
Verify Keys are present for job with jobId: 180220 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180220 1 0 0
Verify Keys are present for job with jobId: 180219 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180219 1 0 0
Verify Keys are present for job with jobId: 180218 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180218 1 0 0
Verify Keys are present for job with jobId: 180217 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180217 1 0 0
Verify Keys are present for job with jobId: 180216 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180216 1 0 0
Verify Keys are present for job with jobId: 180215 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180215 1 0 0
Verify Keys are present for job with jobId: 180212 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180212 1 0 0
Verify Keys are present for job with jobId: 180209 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180209 1 0 0
Verify Keys are present for job with jobId: 180207 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180207 1 0 0
Verify Keys are present for job with jobId: 180206 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180206 1 0 0
Verify Keys are present for job with jobId: 180204 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180204 1 0 0
Verify Keys are present for job with jobId: 180202 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180202 1 0 0
Verify Keys are present for job with jobId: 180198 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180198 1 0 0
Verify Keys are present for job with jobId: 180197 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180197 1 0 0
Verify Keys are present for job with jobId: 180196 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180196 1 0 0
Verify Keys are present for job with jobId: 180195 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180195 1 0 0
Verify Keys are present for job with jobId: 180194 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180194 1 0 0
Verify Keys are present for job with jobId: 180193 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180193 1 0 0
Verify Keys are present for job with jobId: 180192 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180192 1 0 0
Verify Keys are present for job with jobId: 180191 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180191 1 0 0
Verify Keys are present for job with jobId: 180190 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180190 1 0 0
Verify Keys are present for job with jobId: 180189 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180189 1 0 0
Verify Keys are present for job with jobId: 180188 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180188 1 0 0
Verify Keys are present for job with jobId: 180187 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180187 1 0 0
Verify Keys are present for job with jobId: 180186 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180186 1 0 0
Verify Keys are present for job with jobId: 180185 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180185 1 0 0
Verify Keys are present for job with jobId: 180184 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180184 1 0 0
Verify Keys are present for job with jobId: 180183 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180183 1 0 0
Verify Keys are present for job with jobId: 180182 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180182 1 0 0
Verify Keys are present for job with jobId: 180181 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180181 1 0 0
Verify Keys are present for job with jobId: 180180 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180180 1 0 0
Verify Keys are present for job with jobId: 180179 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180179 1 0 0
Verify Keys are present for job with jobId: 180178 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180178 1 0 0
Verify Keys are present for job with jobId: 180176 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180176 1 0 0
Verify Keys are present for job with jobId: 180174 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180174 1 0 0
Verify Keys are present for job with jobId: 180170 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180170 1 0 0
Verify Keys are present for job with jobId: 180169 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180169 1 0 0
Verify Keys are present for job with jobId: 180168 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180168 1 0 0
Verify Keys are present for job with jobId: 180166 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180166 1 0 0
Verify Keys are present for job with jobId: 180164 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180164 1 0 0
Verify Keys are present for job with jobId: 180163 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180163 1 0 0
Verify Keys are present for job with jobId: 180162 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180162 1 0 0
Verify Keys are present for job with jobId: 180161 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180161 1 0 0
Verify Keys are present for job with jobId: 180160 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180160 1 0 0
Verify Keys are present for job with jobId: 180159 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180159 1 0 0
Verify Keys are present for job with jobId: 180158 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180158 1 0 0
Verify Keys are present for job with jobId: 180157 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180157 1 0 0
Verify Keys are present for job with jobId: 180156 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180156 1 0 0
Verify Keys are present for job with jobId: 180155 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180155 1 0 0
Verify Keys are present for job with jobId: 180154 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180154 1 0 0
Verify Keys are present for job with jobId: 180153 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180153 1 0 0
Verify Keys are present for job with jobId: 180152 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180152 1 0 0
Verify Keys are present for job with jobId: 180151 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180151 1 0 0
Verify Keys are present for job with jobId: 180150 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180150 1 0 0
Verify Keys are present for job with jobId: 180149 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180149 1 0 0
Verify Keys are present for job with jobId: 180148 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180148 1 0 0
Verify Keys are present for job with jobId: 180147 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180147 1 0 0
Verify Keys are present for job with jobId: 180146 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180146 1 0 0
Verify Keys are present for job with jobId: 180145 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180145 1 0 0
Verify Keys are present for job with jobId: 180144 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180144 1 0 0
Verify Keys are present for job with jobId: 180143 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180143 1 0 0
Verify Keys are present for job with jobId: 180142 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180142 1 0 0
Verify Keys are present for job with jobId: 180141 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180141 1 0 0
Verify Keys are present for job with jobId: 180140 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180140 1 0 0
Verify Keys are present for job with jobId: 180139 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180139 1 0 0
Verify Keys are present for job with jobId: 180138 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180138 1 0 0
Verify Keys are present for job with jobId: 180137 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180137 1 0 0
Verify Keys are present for job with jobId: 180136 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180136 1 0 0
Verify Keys are present for job with jobId: 180135 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180135 1 0 0
Verify Keys are present for job with jobId: 180134 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180134 1 0 0
Verify Keys are present for job with jobId: 180133 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180133 1 0 0
Verify Keys are present for job with jobId: 180132 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180132 1 0 0
Verify Keys are present for job with jobId: 180131 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180131 1 0 0
Verify Keys are present for job with jobId: 180130 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180130 1 0 0
Verify Keys are present for job with jobId: 180129 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180129 1 0 0
Verify Keys are present for job with jobId: 180127 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180127 1 0 0
Verify Keys are present for job with jobId: 180126 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180126 1 0 0
Verify Keys are present for job with jobId: 180124 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180124 1 0 0
Verify Keys are present for job with jobId: 180123 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180123 1 0 0
Verify Keys are present for job with jobId: 180122 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180122 1 0 0
Verify Keys are present for job with jobId: 180121 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180121 1 0 0
Verify Keys are present for job with jobId: 180120 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180120 1 0 0
Verify Keys are present for job with jobId: 180119 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180119 1 0 0
Verify Keys are present for job with jobId: 180118 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180118 1 0 0
Verify Keys are present for job with jobId: 180115 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180115 1 0 0
Verify Keys are present for job with jobId: 180114 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180114 1 0 0
Verify Keys are present for job with jobId: 180113 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180113 1 0 0
Verify Keys are present for job with jobId: 180112 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180112 1 0 0
Verify Keys are present for job with jobId: 180111 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180111 1 0 0
Verify Keys are present for job with jobId: 180110 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180110 1 0 0
Verify Keys are present for job with jobId: 180109 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180109 1 0 0
Verify Keys are present for job with jobId: 180108 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180108 1 0 0
Verify Keys are present for job with jobId: 180107 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180107 1 0 0
Verify Keys are present for job with jobId: 180106 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180106 1 0 0
Verify Keys are present for job with jobId: 180105 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180105 1 0 0
Verify Keys are present for job with jobId: 180104 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180104 1 0 0
Verify Keys are present for job with jobId: 180103 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180103 1 0 0
Verify Keys are present for job with jobId: 180102 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180102 1 0 0
Verify Keys are present for job with jobId: 180101 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180101 1 0 0
Verify Keys are present for job with jobId: 180100 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180100 1 0 0
Verify Keys are present for job with jobId: 180099 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180099 1 0 0
Verify Keys are present for job with jobId: 180097 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180097 1 0 0
Verify Keys are present for job with jobId: 180096 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180096 1 0 0
Verify Keys are present for job with jobId: 180095 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180095 1 0 0
Verify Keys are present for job with jobId: 180093 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180093 1 0 0
Verify Keys are present for job with jobId: 180092 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180092 1 0 0
Verify Keys are present for job with jobId: 180091 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180091 1 0 0
Verify Keys are present for job with jobId: 180090 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180090 1 0 0
Verify Keys are present for job with jobId: 180089 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180089 1 0 0
Verify Keys are present for job with jobId: 180088 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180088 1 0 0
Verify Keys are present for job with jobId: 180087 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180087 1 0 0
Verify Keys are present for job with jobId: 180086 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180086 1 0 0
Verify Keys are present for job with jobId: 180085 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180085 1 0 0
Verify Keys are present for job with jobId: 180084 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180084 1 0 0
Verify Keys are present for job with jobId: 180083 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180083 1 0 0
Verify Keys are present for job with jobId: 180082 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180082 1 0 0
Verify Keys are present for job with jobId: 180081 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180081 1 0 0
Verify Keys are present for job with jobId: 180080 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180080 1 0 0
Verify Keys are present for job with jobId: 180079 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180079 1 0 0
Verify Keys are present for job with jobId: 180078 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180078 1 0 0
Verify Keys are present for job with jobId: 180077 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180077 1 0 0
Verify Keys are present for job with jobId: 180076 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180076 1 0 0
Verify Keys are present for job with jobId: 180075 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180075 1 0 0
Verify Keys are present for job with jobId: 180074 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180074 1 0 0
Verify Keys are present for job with jobId: 180073 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180073 1 0 0
Verify Keys are present for job with jobId: 180072 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180072 1 0 0
Verify Keys are present for job with jobId: 180071 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180071 1 0 0
Verify Keys are present for job with jobId: 180070 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180070 1 0 0
Verify Keys are present for job with jobId: 180069 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180069 1 0 0
Verify Keys are present for job with jobId: 180068 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180068 1 0 0
Verify Keys are present for job with jobId: 180067 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180067 1 0 0
Verify Keys are present for job with jobId: 180066 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180066 1 0 0
Verify Keys are present for job with jobId: 180065 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180065 1 0 0
Verify Keys are present for job with jobId: 180621 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180621 1 0 0
Verify Keys are present for job with jobId: 180619 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180619 1 0 0
Verify Keys are present for job with jobId: 180618 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180618 1 0 0
Verify Keys are present for job with jobId: 180616 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180616 1 0 0
Verify Keys are present for job with jobId: 180615 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180615 1 0 0
Verify Keys are present for job with jobId: 180613 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180613 1 0 0
Verify Keys are present for job with jobId: 180609 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180609 1 0 0
Verify Keys are present for job with jobId: 180607 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180607 1 0 0
Verify Keys are present for job with jobId: 180305 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180305 1 0 0
Verify Keys are present for job with jobId: 180303 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180303 1 0 0
Verify Keys are present for job with jobId: 180283 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180283 1 0 0
Verify Keys are present for job with jobId: 180280 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180280 1 0 0
Verify Keys are present for job with jobId: 180245 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180245 1 0 0
Verify Keys are present for job with jobId: 180243 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180243 1 0 0
Verify Keys are present for job with jobId: 180167 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180167 1 0 0
Verify Keys are present for job with jobId: 180165 1 0 0
Verify Job Number starts with 'JOB_' for Job: 180165 1 0 0
Verify Job Number created createjob api should be present in this response 1 0 0
Total 1582 1 0
Test Failure
Test NameAssertion Error
Verify Response time should be below 250 ms
expected 624 to be below 350
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 135ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9da20b1f-67bd-49e2-99f2-28e50237b9f1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify Missing Token returns 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 135ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0801d126-ae39-4fbb-8439-791030b2ebd9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid Token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Token returns 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 555ms
Mean size per request: 764.86KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8eb6628a-9955-4204-9666-6bdc0b247333
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bf36f-ELzTLET7Ry2Ouswi8ku6k//xSzQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 18:59:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":180852,"job_number":"JOB_180852","tr_customer_id":180870,"tr_customer_product_id":180860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:00:25.000Z","modified_at":"2026-02-08T18:00:25.000Z","name":"Achalesvara Bharadwaj","mobile_number":"8246692328","email_id":"bhupen.embranthiri@hotmail.com","dop":"2026-01-29","serial_number":"904068736920276","imei1":"470598392306737","imei2":"654937835869000","popurl":"www.annapurna-marar.co.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180851,"job_number":"JOB_180851","tr_customer_id":180869,"tr_customer_product_id":180859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:00:00.000Z","modified_at":"2026-02-08T18:00:00.000Z","name":"Bandhu Khan","mobile_number":"8245233430","email_id":"girja.gandhi@yahoo.co.in","dop":"2026-01-29","serial_number":"516243168137310","imei1":"570851347174144","imei2":"210729426629446","popurl":"www.gajaadhar-chopra.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180850,"job_number":"JOB_180850","tr_customer_id":180868,"tr_customer_product_id":180858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:54:33.000Z","modified_at":"2026-02-08T17:54:33.000Z","name":"Agnimitra Pillai","mobile_number":"8241774020","email_id":"baijayanti.asan@hotmail.com","dop":"2026-01-29","serial_number":"730351514430375","imei1":"893456216169829","imei2":"505956338211645","popurl":"www.goutam-kocchar.net","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180846,"job_number":"JOB_180846","tr_customer_id":180864,"tr_customer_product_id":180854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:12:17.000Z","modified_at":"2026-02-08T17:12:17.000Z","name":"Akshayakumar Jagadal","mobile_number":"8660356784","email_id":"akshay.rajendra26@gmail.com","dop":"2026-01-15","serial_number":"14524537368586353","imei1":"14524537368586353","imei2":"14524537368586353","popurl":"2026-01-15T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:12:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180845,"job_number":"JOB_180845","tr_customer_id":180863,"tr_customer_product_id":180853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:10:28.000Z","modified_at":"2026-02-08T17:10:28.000Z","name":"Akshayakumar Jagadal","mobile_number":"8660356784","email_id":"akshay.rajendra26@gmail.com","dop":"2026-01-15","serial_number":"14524537368586352","imei1":"14524537368586352","imei2":"14524537368586352","popurl":"2026-01-15T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180825,"job_number":"JOB_180825","tr_customer_id":180843,"tr_customer_product_id":180833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163095","imei1":"15957150163095","imei2":"15957150163095","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180824,"job_number":"JOB_180824","tr_customer_id":180842,"tr_customer_product_id":180832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163092","imei1":"15957150163092","imei2":"15957150163092","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180823,"job_number":"JOB_180823","tr_customer_id":180841,"tr_customer_product_id":180831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163094","imei1":"15957150163094","imei2":"15957150163094","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180822,"job_number":"JOB_180822","tr_customer_id":180840,"tr_customer_product_id":180830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163093","imei1":"15957150163093","imei2":"15957150163093","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180821,"job_number":"JOB_180821","tr_customer_id":180839,"tr_customer_product_id":180829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163091","imei1":"15957150163091","imei2":"15957150163091","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180820,"job_number":"JOB_180820","tr_customer_id":180838,"tr_customer_product_id":180828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:37.000Z","modified_at":"2026-02-08T16:00:37.000Z","name":"Emmalee Schuppe","mobile_number":"291-469-4657","email_id":"Layne.Trantow@yahoo.com","dop":"2025-10-01","serial_number":"13354340646003","imei1":"13354340646003","imei2":"13354340646003","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180819,"job_number":"JOB_180819","tr_customer_id":180837,"tr_customer_product_id":180827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:37.000Z","modified_at":"2026-02-08T16:00:37.000Z","name":"Emmalee Schuppe","mobile_number":"291-469-4657","email_id":"Layne.Trantow@yahoo.com","dop":"2025-10-01","serial_number":"13354340646007","imei1":"13354340646007","imei2":"13354340646007","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180818,"job_number":"JOB_180818","tr_customer_id":180836,"tr_customer_product_id":180826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:37.000Z","modified_at":"2026-02-08T16:00:37.000Z","name":"Emmalee Schuppe","mobile_number":"291-469-4657","email_id":"Layne.Trantow@yahoo.com","dop":"2025-10-01","serial_number":"13354340646002","imei1":"13354340646002","imei2":"13354340646002","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180817,"job_number":"JOB_180817","tr_customer_id":180835,"tr_customer_product_id":180825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Chanda Mehra","mobile_number":"8244240963","email_id":"lai.namboothiri@hotmail.com","dop":"2026-01-29","serial_number":"192895532109612","imei1":"191699580673175","imei2":"947473872856144","popurl":"www.jaimini-kapoor.org","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180816,"job_number":"JOB_180816","tr_customer_id":180834,"tr_customer_product_id":180824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Chandan Mehra","mobile_number":"8245166088","email_id":"tara.achari@yahoo.co.in","dop":"2026-01-29","serial_number":"892353512382023","imei1":"282348848813259","imei2":"487533185470997","popurl":"www.bhavani-bhattacharya.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180815,"job_number":"JOB_180815","tr_customer_id":180833,"tr_customer_product_id":180823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Bankim Bandopadhyay","mobile_number":"8241648948","email_id":"diptendu.talwar@yahoo.co.in","dop":"2026-01-29","serial_number":"419427476541981","imei1":"506440561634857","imei2":"602418853850006","popurl":"www.chitramala-somayaji.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180814,"job_number":"JOB_180814","tr_customer_id":180832,"tr_customer_product_id":180822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Vaijayanthi Gowda","mobile_number":"8247988806","email_id":"gajabahu.patel@gmail.com","dop":"2026-01-29","serial_number":"844360233031038","imei1":"730165766498934","imei2":"649857148511442","popurl":"www.siddarth-nair.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180813,"job_number":"JOB_180813","tr_customer_id":180831,"tr_customer_product_id":180821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Chidaakaash Naik","mobile_number":"8248969863","email_id":"dwaipayan.butt@yahoo.co.in","dop":"2026-01-29","serial_number":"214062992747448","imei1":"215003475613399","imei2":"897741573911549","popurl":"www.vaidehi-bhattathiri.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180812,"job_number":"JOB_180812","tr_customer_id":180830,"tr_customer_product_id":180820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957151162010","imei1":"15957151162010","imei2":"15957151162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180811,"job_number":"JOB_180811","tr_customer_id":180829,"tr_customer_product_id":180819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957152165010","imei1":"15957152165010","imei2":"15957152165010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180810,"job_number":"JOB_180810","tr_customer_id":180828,"tr_customer_product_id":180818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957138162010","imei1":"15957138162010","imei2":"15957138162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180809,"job_number":"JOB_180809","tr_customer_id":180827,"tr_customer_product_id":180817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150162010","imei1":"15957150162010","imei2":"15957150162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180808,"job_number":"JOB_180808","tr_customer_id":180826,"tr_customer_product_id":180816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957148162011","imei1":"15957148162011","imei2":"15957148162011","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180807,"job_number":"JOB_180807","tr_customer_id":180825,"tr_customer_product_id":180815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:58:54.000Z","modified_at":"2026-02-08T15:58:54.000Z","name":"Dhanu Ganaka","mobile_number":"8245749153","email_id":"anala.agarwal@hotmail.com","dop":"2026-01-29","serial_number":"078297285824736","imei1":"247353909152874","imei2":"338387624115573","popurl":"www.aditeya-kocchar.net","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180806,"job_number":"JOB_180806","tr_customer_id":180824,"tr_customer_product_id":180814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:56:11.000Z","modified_at":"2026-02-08T15:56:11.000Z","name":"Gauraang Dutta","mobile_number":"8244649209","email_id":"avantika.kocchar@gmail.com","dop":"2026-01-29","serial_number":"304490570458327","imei1":"347545208922329","imei2":"638546567866292","popurl":"www.pramila-nehru.net","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180805,"job_number":"JOB_180805","tr_customer_id":180823,"tr_customer_product_id":180813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:55:37.000Z","modified_at":"2026-02-08T15:55:37.000Z","name":"Anish Acharya","mobile_number":"8243391103","email_id":"bela.khatri@gmail.com","dop":"2026-01-29","serial_number":"149760331488797","imei1":"946494008521517","imei2":"365828832880931","popurl":"www.ekaksh-malik.name","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180758,"job_number":"JOB_180758","tr_customer_id":180776,"tr_customer_product_id":180766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:27.000Z","modified_at":"2026-02-08T14:37:38.000Z","name":"giyu tomiaka","mobile_number":"433-402-3628","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"827877024644595","imei1":"827877024644595","imei2":"827877024644595","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180748,"job_number":"JOB_180748","tr_customer_id":180766,"tr_customer_product_id":180756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:13.000Z","modified_at":"2026-02-08T14:37:25.000Z","name":"tanjiro kamado","mobile_number":"922-382-0858","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"246506115629923","imei1":"246506115629923","imei2":"246506115629923","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180742,"job_number":"JOB_180742","tr_customer_id":180760,"tr_customer_product_id":180750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:00.000Z","modified_at":"2026-02-08T14:37:11.000Z","name":"saitama sensei","mobile_number":"896-686-1106","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"966245573607487","imei1":"966245573607487","imei2":"966245573607487","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180707,"job_number":"JOB_180707","tr_customer_id":180725,"tr_customer_product_id":180715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:12.000Z","modified_at":"2026-02-08T14:34:12.000Z","name":"Electa Jacobi","mobile_number":"347-365-1006","email_id":"Giovani27@hotmail.com","dop":"2025-06-09","serial_number":"109517777326243","imei1":"109517777326243","imei2":"109517777326243","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180706,"job_number":"JOB_180706","tr_customer_id":180724,"tr_customer_product_id":180714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:12.000Z","modified_at":"2026-02-08T14:34:24.000Z","name":"Hallie Cassin","mobile_number":"662-434-6754","email_id":"Percival_Fritsch@hotmail.com","dop":"2025-06-09","serial_number":"102331457081306","imei1":"102331457081306","imei2":"102331457081306","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180705,"job_number":"JOB_180705","tr_customer_id":180723,"tr_customer_product_id":180713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:12.000Z","modified_at":"2026-02-08T14:34:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100993145364416","imei1":"100993145364416","imei2":"100993145364416","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180703,"job_number":"JOB_180703","tr_customer_id":180721,"tr_customer_product_id":180711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:55.000Z","modified_at":"2026-02-08T14:33:55.000Z","name":"Juana Corkery","mobile_number":"745-279-0070","email_id":"Roxanne.Lakin@yahoo.com","dop":"2025-06-09","serial_number":"100422290171834","imei1":"100422290171834","imei2":"100422290171834","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180702,"job_number":"JOB_180702","tr_customer_id":180720,"tr_customer_product_id":180710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:55.000Z","modified_at":"2026-02-08T14:34:07.000Z","name":"Elwin Hettinger","mobile_number":"601-213-1393","email_id":"Vicky53@hotmail.com","dop":"2025-06-09","serial_number":"106781741942377","imei1":"106781741942377","imei2":"106781741942377","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180700,"job_number":"JOB_180700","tr_customer_id":180718,"tr_customer_product_id":180708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:54.000Z","modified_at":"2026-02-08T14:33:54.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102888873783267","imei1":"102888873783267","imei2":"102888873783267","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180693,"job_number":"JOB_180693","tr_customer_id":180711,"tr_customer_product_id":180701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:37.000Z","modified_at":"2026-02-08T14:33:38.000Z","name":"Darron Stiedemann","mobile_number":"793-764-8595","email_id":"Bradley65@hotmail.com","dop":"2025-06-09","serial_number":"100111909843517","imei1":"100111909843517","imei2":"100111909843517","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180692,"job_number":"JOB_180692","tr_customer_id":180710,"tr_customer_product_id":180700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:37.000Z","modified_at":"2026-02-08T14:33:50.000Z","name":"Julien Romaguera","mobile_number":"661-427-3700","email_id":"Keyon.Kohler74@yahoo.com","dop":"2025-06-09","serial_number":"104741098442845","imei1":"104741098442845","imei2":"104741098442845","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180691,"job_number":"JOB_180691","tr_customer_id":180709,"tr_customer_product_id":180699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:37.000Z","modified_at":"2026-02-08T14:33:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102803116078401","imei1":"102803116078401","imei2":"102803116078401","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180665,"job_number":"JOB_180665","tr_customer_id":180683,"tr_customer_product_id":180673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:56.000Z","modified_at":"2026-02-08T14:29:06.000Z","name":"Ferne Schoen","mobile_number":"295-538-7979","email_id":"Talia_Keeling@gmail.com","dop":"2025-12-31","serial_number":"10556112340099","imei1":"10556112340099","imei2":"10556112340099","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180664,"job_number":"JOB_180664","tr_customer_id":180682,"tr_customer_product_id":180672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:42.000Z","modified_at":"2026-02-08T14:28:52.000Z","name":"Barney Raynor","mobile_number":"632-258-3410","email_id":"Lola.Hamill@yahoo.com","dop":"2025-12-31","serial_number":"10887037796170","imei1":"10887037796170","imei2":"10887037796170","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180660,"job_number":"JOB_180660","tr_customer_id":180678,"tr_customer_product_id":180668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:28.000Z","modified_at":"2026-02-08T14:28:38.000Z","name":"Tavares Nienow","mobile_number":"873-755-5859","email_id":"Carleton88@hotmail.com","dop":"2025-12-31","serial_number":"10869657747779","imei1":"10869657747779","imei2":"10869657747779","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180576,"job_number":"JOB_180576","tr_customer_id":180594,"tr_customer_product_id":180584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:27.000Z","modified_at":"2026-02-08T14:17:51.000Z","name":"Zoie Wolff","mobile_number":"954-743-5652","email_id":"Bella_Jacobs56@yahoo.com","dop":"2025-10-01","serial_number":"12933675886612","imei1":"12933675886612","imei2":"12933675886612","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180575,"job_number":"JOB_180575","tr_customer_id":180593,"tr_customer_product_id":180583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:15.000Z","modified_at":"2026-02-08T14:17:15.000Z","name":"Javon Stark","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197643069338891","imei1":"197643069338891","imei2":"197643069338891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180574,"job_number":"JOB_180574","tr_customer_id":180592,"tr_customer_product_id":180582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:15.000Z","modified_at":"2026-02-08T14:17:15.000Z","name":"Bailey Goodwin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185823970529272","imei1":"185823970529272","imei2":"185823970529272","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180573,"job_number":"JOB_180573","tr_customer_id":180591,"tr_customer_product_id":180581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:15.000Z","modified_at":"2026-02-08T14:17:15.000Z","name":"Adrain Bartell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"164288872588444","imei1":"164288872588444","imei2":"164288872588444","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180572,"job_number":"JOB_180572","tr_customer_id":180590,"tr_customer_product_id":180580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:14.000Z","modified_at":"2026-02-08T14:17:14.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"124191678376841","imei1":"124191678376841","imei2":"124191678376841","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180571,"job_number":"JOB_180571","tr_customer_id":180589,"tr_customer_product_id":180579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:03.000Z","modified_at":"2026-02-08T14:17:03.000Z","name":"Javier Corwin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162079871726923","imei1":"162079871726923","imei2":"162079871726923","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180570,"job_number":"JOB_180570","tr_customer_id":180588,"tr_customer_product_id":180578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:03.000Z","modified_at":"2026-02-08T14:17:03.000Z","name":"Wilmer Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181537802743977","imei1":"181537802743977","imei2":"181537802743977","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180569,"job_number":"JOB_180569","tr_customer_id":180587,"tr_customer_product_id":180577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:02.000Z","modified_at":"2026-02-08T14:17:02.000Z","name":"Lacy Kihn","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"138106632299125","imei1":"138106632299125","imei2":"138106632299125","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180568,"job_number":"JOB_180568","tr_customer_id":180586,"tr_customer_product_id":180576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:02.000Z","modified_at":"2026-02-08T14:17:02.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"137573470788336","imei1":"137573470788336","imei2":"137573470788336","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180561,"job_number":"JOB_180561","tr_customer_id":180579,"tr_customer_product_id":180569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:18.000Z","modified_at":"2026-02-08T14:01:30.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"99773091304642","imei1":"99773091304642","imei2":"99773091304642","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180560,"job_number":"JOB_180560","tr_customer_id":180578,"tr_customer_product_id":180568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:02.000Z","modified_at":"2026-02-08T14:01:14.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"89601950840603","imei1":"89601950840603","imei2":"89601950840603","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180559,"job_number":"JOB_180559","tr_customer_id":180577,"tr_customer_product_id":180567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:46.000Z","modified_at":"2026-02-08T14:00:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"73358254895026","imei1":"73358254895026","imei2":"73358254895026","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180375,"job_number":"JOB_180375","tr_customer_id":180393,"tr_customer_product_id":180383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:50.000Z","modified_at":"2026-02-08T07:55:02.000Z","name":"Genevieve Monahan","mobile_number":"596-390-5042","email_id":"Emma13@hotmail.com","dop":"2025-11-04","serial_number":"11166780538255","imei1":"11166780538255","imei2":"11166780538255","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180374,"job_number":"JOB_180374","tr_customer_id":180392,"tr_customer_product_id":180382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:35.000Z","modified_at":"2026-02-08T07:54:46.000Z","name":"Eldridge Walsh","mobile_number":"805-567-4325","email_id":"Tommie.Ratke@yahoo.com","dop":"2025-11-04","serial_number":"14619077469585","imei1":"14619077469585","imei2":"14619077469585","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180346,"job_number":"JOB_180346","tr_customer_id":180364,"tr_customer_product_id":180354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:39:09.000Z","modified_at":"2026-02-08T06:39:21.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"42833026237446","imei1":"42833026237446","imei2":"42833026237446","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:39:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180345,"job_number":"JOB_180345","tr_customer_id":180363,"tr_customer_product_id":180353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:38:53.000Z","modified_at":"2026-02-08T06:39:05.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"56244357270734","imei1":"56244357270734","imei2":"56244357270734","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180344,"job_number":"JOB_180344","tr_customer_id":180362,"tr_customer_product_id":180352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:38:37.000Z","modified_at":"2026-02-08T06:38:49.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"88007937712852","imei1":"88007937712852","imei2":"88007937712852","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:38:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180343,"job_number":"JOB_180343","tr_customer_id":180361,"tr_customer_product_id":180351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:34:51.000Z","modified_at":"2026-02-08T06:35:02.000Z","name":"Donna Hermiston","mobile_number":"868-690-9219","email_id":"Cassandre_Greenholt@yahoo.com","dop":"2025-11-04","serial_number":"25772707107205","imei1":"25772707107205","imei2":"25772707107205","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180342,"job_number":"JOB_180342","tr_customer_id":180360,"tr_customer_product_id":180350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:34:35.000Z","modified_at":"2026-02-08T06:34:47.000Z","name":"Spencer Prosacco","mobile_number":"685-269-3431","email_id":"Linda_Rempel@yahoo.com","dop":"2025-11-04","serial_number":"44814288209367","imei1":"44814288209367","imei2":"44814288209367","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180341,"job_number":"JOB_180341","tr_customer_id":180359,"tr_customer_product_id":180349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:34:19.000Z","modified_at":"2026-02-08T06:34:31.000Z","name":"Cheyanne Nolan","mobile_number":"962-795-4059","email_id":"Dillon.Roberts65@yahoo.com","dop":"2025-11-04","serial_number":"17212298015804","imei1":"17212298015804","imei2":"17212298015804","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:34:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180253,"job_number":"JOB_180253","tr_customer_id":180271,"tr_customer_product_id":180261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:04.000Z","modified_at":"2026-02-08T04:43:04.000Z","name":"Wyatt Kuvalis","mobile_number":"681-237-9660","email_id":"Lavonne92@hotmail.com","dop":"2025-06-09","serial_number":"94525752576196020","imei1":"94525752576196020","imei2":"94525752576196020","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180252,"job_number":"JOB_180252","tr_customer_id":180270,"tr_customer_product_id":180260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:03.000Z","modified_at":"2026-02-08T04:43:03.000Z","name":"Kurtis Gleichner","mobile_number":"741-579-3959","email_id":"Julia_Frami28@gmail.com","dop":"2025-06-09","serial_number":"103945543768578","imei1":"103945543768578","imei2":"103945543768578","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180251,"job_number":"JOB_180251","tr_customer_id":180269,"tr_customer_product_id":180259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:02.000Z","modified_at":"2026-02-08T04:43:15.000Z","name":"Kadin Emard","mobile_number":"326-704-6014","email_id":"Lazaro_Stroman8@hotmail.com","dop":"2025-06-09","serial_number":"102474374704456","imei1":"102474374704456","imei2":"102474374704456","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180250,"job_number":"JOB_180250","tr_customer_id":180268,"tr_customer_product_id":180258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:02.000Z","modified_at":"2026-02-08T04:43:02.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108488359909532","imei1":"108488359909532","imei2":"108488359909532","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180248,"job_number":"JOB_180248","tr_customer_id":180266,"tr_customer_product_id":180256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:00.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"Treva Kris","mobile_number":"457-692-0295","email_id":"Ransom.Lemke@gmail.com","dop":"2025-12-31","serial_number":"10103838163156","imei1":"10103838163156","imei2":"10103838163156","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180230,"job_number":"JOB_180230","tr_customer_id":180248,"tr_customer_product_id":180238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"Carissa Adams","mobile_number":"300-215-7749","email_id":"Jewell_Adams@hotmail.com","dop":"2025-06-09","serial_number":"102062397802103","imei1":"102062397802103","imei2":"102062397802103","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180229,"job_number":"JOB_180229","tr_customer_id":180247,"tr_customer_product_id":180237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:56.000Z","name":"Tyler Baumbach","mobile_number":"464-622-0724","email_id":"Quinten78@hotmail.com","dop":"2025-12-31","serial_number":"10618834346266","imei1":"10618834346266","imei2":"10618834346266","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180227,"job_number":"JOB_180227","tr_customer_id":180245,"tr_customer_product_id":180235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:44.000Z","modified_at":"2026-02-08T04:42:57.000Z","name":"Elda Ondricka","mobile_number":"251-862-5081","email_id":"Kailee.Schamberger@yahoo.com","dop":"2025-06-09","serial_number":"101147337286000","imei1":"101147337286000","imei2":"101147337286000","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180226,"job_number":"JOB_180226","tr_customer_id":180244,"tr_customer_product_id":180234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:44.000Z","modified_at":"2026-02-08T04:42:44.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102026413376017","imei1":"102026413376017","imei2":"102026413376017","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180214,"job_number":"JOB_180214","tr_customer_id":180232,"tr_customer_product_id":180222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:29.000Z","modified_at":"2026-02-08T04:42:41.000Z","name":"Golda Fahey","mobile_number":"337-893-7236","email_id":"Mathew_Hayes0@yahoo.com","dop":"2025-12-31","serial_number":"10438878222897","imei1":"10438878222897","imei2":"10438878222897","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180213,"job_number":"JOB_180213","tr_customer_id":180231,"tr_customer_product_id":180221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:29.000Z","modified_at":"2026-02-08T04:42:29.000Z","name":"Otha Wiza","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"156484779616465","imei1":"156484779616465","imei2":"156484779616465","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180211,"job_number":"JOB_180211","tr_customer_id":180229,"tr_customer_product_id":180219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Wade Bergstrom","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"122165519313932","imei1":"122165519313932","imei2":"122165519313932","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180210,"job_number":"JOB_180210","tr_customer_id":180227,"tr_customer_product_id":180217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Manley Berge","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"163974713488912","imei1":"163974713488912","imei2":"163974713488912","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180208,"job_number":"JOB_180208","tr_customer_id":180226,"tr_customer_product_id":180216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:42:27.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"122387890253284","imei1":"122387890253284","imei2":"122387890253284","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180205,"job_number":"JOB_180205","tr_customer_id":180223,"tr_customer_product_id":180213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:42:27.000Z","name":"Deshawn Cole","mobile_number":"633-927-0253","email_id":"Aileen_Legros@yahoo.com","dop":"2025-06-09","serial_number":"109279303100716","imei1":"109279303100716","imei2":"109279303100716","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180203,"job_number":"JOB_180203","tr_customer_id":180221,"tr_customer_product_id":180211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:26.000Z","modified_at":"2026-02-08T04:42:40.000Z","name":"Christopher Lowe","mobile_number":"675-328-9198","email_id":"Lucio_Barton@hotmail.com","dop":"2025-06-09","serial_number":"108188198703617","imei1":"108188198703617","imei2":"108188198703617","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180201,"job_number":"JOB_180201","tr_customer_id":180219,"tr_customer_product_id":180209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:26.000Z","modified_at":"2026-02-08T04:42:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109311885658148","imei1":"109311885658148","imei2":"109311885658148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180200,"job_number":"JOB_180200","tr_customer_id":180218,"tr_customer_product_id":180208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:24.000Z","modified_at":"2026-02-08T04:42:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15583576544120","imei1":"15583576544120","imei2":"15583576544120","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180199,"job_number":"JOB_180199","tr_customer_id":180217,"tr_customer_product_id":180207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:24.000Z","modified_at":"2026-02-08T04:42:35.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12776234292814","imei1":"12776234292814","imei2":"12776234292814","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180177,"job_number":"JOB_180177","tr_customer_id":180195,"tr_customer_product_id":180185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:16.000Z","modified_at":"2026-02-08T04:42:41.000Z","name":"Elvis Gottlieb","mobile_number":"356-961-3863","email_id":"Garrett6@hotmail.com","dop":"2025-10-01","serial_number":"11877953539101","imei1":"11877953539101","imei2":"11877953539101","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180175,"job_number":"JOB_180175","tr_customer_id":180193,"tr_customer_product_id":180183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Federico Schoen","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181155631035143","imei1":"181155631035143","imei2":"181155631035143","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180173,"job_number":"JOB_180173","tr_customer_id":180191,"tr_customer_product_id":180181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Katharina Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118147245855336","imei1":"118147245855336","imei2":"118147245855336","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180172,"job_number":"JOB_180172","tr_customer_id":180190,"tr_customer_product_id":180180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Wilhelmine Kerluke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"178733686274171","imei1":"178733686274171","imei2":"178733686274171","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180171,"job_number":"JOB_180171","tr_customer_id":180189,"tr_customer_product_id":180179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:14.000Z","modified_at":"2026-02-08T04:42:14.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"148309841508316","imei1":"148309841508316","imei2":"148309841508316","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180128,"job_number":"JOB_180128","tr_customer_id":180146,"tr_customer_product_id":180136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:30.000Z","modified_at":"2026-02-08T04:41:30.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Zella_Torp@hotmail.com","dop":"2025-07-02","serial_number":"17277512889913","imei1":"17277512889913","imei2":"17277512889913","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180125,"job_number":"JOB_180125","tr_customer_id":180143,"tr_customer_product_id":180133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:26.000Z","modified_at":"2026-02-08T04:41:36.000Z","name":"giyu tomiaka","mobile_number":"658-452-1382","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"341315971899350","imei1":"341315971899350","imei2":"341315971899350","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180117,"job_number":"JOB_180117","tr_customer_id":180135,"tr_customer_product_id":180125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:14.000Z","modified_at":"2026-02-08T04:41:24.000Z","name":"tanjiro kamado","mobile_number":"247-747-4299","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"974631909825517","imei1":"974631909825517","imei2":"974631909825517","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180116,"job_number":"JOB_180116","tr_customer_id":180134,"tr_customer_product_id":180124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:13.000Z","modified_at":"2026-02-08T04:41:13.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Madelynn80@gmail.com","dop":"2025-07-02","serial_number":"15380672833839","imei1":"15380672833839","imei2":"15380672833839","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180098,"job_number":"JOB_180098","tr_customer_id":180116,"tr_customer_product_id":180106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:01.000Z","modified_at":"2026-02-08T04:41:11.000Z","name":"saitama sensei","mobile_number":"987-563-4231","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"788438520645739","imei1":"788438520645739","imei2":"788438520645739","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180094,"job_number":"JOB_180094","tr_customer_id":180112,"tr_customer_product_id":180102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:55.000Z","modified_at":"2026-02-08T04:40:55.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Yolanda_Jast@yahoo.com","dop":"2025-07-02","serial_number":"16905922709528","imei1":"16905922709528","imei2":"16905922709528","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180855,"job_number":"JOB_180855","tr_customer_id":180873,"tr_customer_product_id":180863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:55.000Z","modified_at":"2026-02-08T18:59:55.000Z","name":"Isai Hills","mobile_number":"543-644-5319","email_id":"Merl5@hotmail.com","dop":"2025-05-30","serial_number":"1135842262070348","imei1":"1135842262070348","imei2":"1135842262070348","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180854,"job_number":"JOB_180854","tr_customer_id":180872,"tr_customer_product_id":180862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:54.000Z","modified_at":"2026-02-08T18:59:54.000Z","name":"Adele Douglas","mobile_number":"606-753-7779","email_id":"Jovanny65@gmail.com","dop":"2025-05-30","serial_number":"16987122576397","imei1":"16987122576397","imei2":"16987122576397","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:59:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180853,"job_number":"JOB_180853","tr_customer_id":180871,"tr_customer_product_id":180861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:53.000Z","modified_at":"2026-02-08T18:59:53.000Z","name":"Elsa Hackett","mobile_number":"691-513-3411","email_id":"Ron_Kihn@yahoo.com","dop":"2025-05-30","serial_number":"18452483002000","imei1":"18452483002000","imei2":"18452483002000","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180849,"job_number":"JOB_180849","tr_customer_id":180867,"tr_customer_product_id":180857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:53:15.000Z","modified_at":"2026-02-08T17:53:15.000Z","name":"Oormila Sharma","mobile_number":"7029766859","email_id":"archan.dhawan@hotmail.com","dop":"2026-01-29","serial_number":"518700488727931","imei1":"518700488727931","imei2":"518700488727931","popurl":"www.deepali-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180848,"job_number":"JOB_180848","tr_customer_id":180866,"tr_customer_product_id":180856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:53:07.000Z","modified_at":"2026-02-08T17:53:07.000Z","name":"Lalita Banerjee","mobile_number":"7078071974","email_id":"aaryan.sharma@yahoo.co.in","dop":"2026-01-29","serial_number":"531409076997190","imei1":"531409076997190","imei2":"531409076997190","popurl":"www.kalinda-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180847,"job_number":"JOB_180847","tr_customer_id":180865,"tr_customer_product_id":180855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:26:32.000Z","modified_at":"2026-02-08T17:26:49.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10531977324599","imei1":"10531977324599","imei2":"110531977324599","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-08T17:26:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":180844,"job_number":"JOB_180844","tr_customer_id":180862,"tr_customer_product_id":180852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:57:20.000Z","modified_at":"2026-02-08T16:57:20.000Z","name":"Inder Kapoor","mobile_number":"7035545611","email_id":"sarla.sethi@gmail.com","dop":"2026-01-29","serial_number":"148217247700509","imei1":"148217247700509","imei2":"148217247700509","popurl":"www.kannan-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180843,"job_number":"JOB_180843","tr_customer_id":180861,"tr_customer_product_id":180851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:33.000Z","modified_at":"2026-02-08T16:13:33.000Z","name":"Owen Schumm","mobile_number":"594-577-0370","email_id":"Brooke32@hotmail.com","dop":"2025-04-06","serial_number":"12945413451106522","imei1":"12945413451106522","imei2":"12945413451106522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180842,"job_number":"JOB_180842","tr_customer_id":180860,"tr_customer_product_id":180850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:31.000Z","modified_at":"2026-02-08T16:14:12.000Z","name":"Ernie Wiza","mobile_number":"903-863-8845","email_id":"Blair.Kessler@yahoo.com","dop":"2025-04-06","serial_number":"12524382866672","imei1":"12524382866672","imei2":"12524382866672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180841,"job_number":"JOB_180841","tr_customer_id":180859,"tr_customer_product_id":180849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:31.000Z","modified_at":"2026-02-08T16:13:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14215163930751","imei1":"14215163930751","imei2":"14215163930751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180840,"job_number":"JOB_180840","tr_customer_id":180858,"tr_customer_product_id":180848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:27.000Z","modified_at":"2026-02-08T16:13:27.000Z","name":"Lon Leannon","mobile_number":"389-648-3625","email_id":"Eldred.Huels51@yahoo.com","dop":"2025-04-06","serial_number":"18135862648488684","imei1":"18135862648488684","imei2":"18135862648488684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180839,"job_number":"JOB_180839","tr_customer_id":180857,"tr_customer_product_id":180847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:26.000Z","modified_at":"2026-02-08T16:14:06.000Z","name":"Jovanny Schinner","mobile_number":"371-844-4841","email_id":"Arjun_Carter48@hotmail.com","dop":"2025-04-06","serial_number":"19672771447377","imei1":"19672771447377","imei2":"19672771447377","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180838,"job_number":"JOB_180838","tr_customer_id":180856,"tr_customer_product_id":180846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:26.000Z","modified_at":"2026-02-08T16:13:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11204904011227","imei1":"11204904011227","imei2":"11204904011227","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180837,"job_number":"JOB_180837","tr_customer_id":180855,"tr_customer_product_id":180845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:45.000Z","modified_at":"2026-02-08T16:12:45.000Z","name":"Elroy Mann","mobile_number":"372-451-0976","email_id":"Brad.Cronin@yahoo.com","dop":"2025-04-06","serial_number":"15741105492901846","imei1":"15741105492901846","imei2":"15741105492901846","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180836,"job_number":"JOB_180836","tr_customer_id":180854,"tr_customer_product_id":180844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:44.000Z","modified_at":"2026-02-08T16:13:24.000Z","name":"Marco Hermann","mobile_number":"755-233-2503","email_id":"Marcella.Roob@yahoo.com","dop":"2025-04-06","serial_number":"13688374434005","imei1":"13688374434005","imei2":"13688374434005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:13:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180835,"job_number":"JOB_180835","tr_customer_id":180853,"tr_customer_product_id":180843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:44.000Z","modified_at":"2026-02-08T16:12:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15031279793367","imei1":"15031279793367","imei2":"15031279793367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180834,"job_number":"JOB_180834","tr_customer_id":180852,"tr_customer_product_id":180842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:40.000Z","modified_at":"2026-02-08T16:12:40.000Z","name":"Mariela Bosco","mobile_number":"619-715-9816","email_id":"Timmothy.Gerhold36@hotmail.com","dop":"2025-04-06","serial_number":"14479995720853256","imei1":"14479995720853256","imei2":"14479995720853256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180833,"job_number":"JOB_180833","tr_customer_id":180851,"tr_customer_product_id":180841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:38.000Z","modified_at":"2026-02-08T16:13:19.000Z","name":"Arne Cole","mobile_number":"604-832-9687","email_id":"Lorna.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"14708957856553","imei1":"14708957856553","imei2":"14708957856553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:13:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180832,"job_number":"JOB_180832","tr_customer_id":180850,"tr_customer_product_id":180840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:38.000Z","modified_at":"2026-02-08T16:12:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11362606797553","imei1":"11362606797553","imei2":"11362606797553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180831,"job_number":"JOB_180831","tr_customer_id":180849,"tr_customer_product_id":180839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:57.000Z","modified_at":"2026-02-08T16:11:57.000Z","name":"Keven Streich","mobile_number":"554-820-5032","email_id":"Cullen6@gmail.com","dop":"2025-04-06","serial_number":"11395998855744656","imei1":"11395998855744656","imei2":"11395998855744656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180830,"job_number":"JOB_180830","tr_customer_id":180848,"tr_customer_product_id":180838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:56.000Z","modified_at":"2026-02-08T16:12:36.000Z","name":"Dagmar Stroman","mobile_number":"700-479-2644","email_id":"Arnold.Weissnat66@gmail.com","dop":"2025-04-06","serial_number":"19728516376139","imei1":"19728516376139","imei2":"19728516376139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:12:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180829,"job_number":"JOB_180829","tr_customer_id":180847,"tr_customer_product_id":180837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:55.000Z","modified_at":"2026-02-08T16:11:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13207792215935","imei1":"13207792215935","imei2":"13207792215935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180828,"job_number":"JOB_180828","tr_customer_id":180846,"tr_customer_product_id":180836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:52.000Z","modified_at":"2026-02-08T16:11:52.000Z","name":"Thurman O'Connell","mobile_number":"342-983-7956","email_id":"Berenice89@hotmail.com","dop":"2025-04-06","serial_number":"10007094967604606","imei1":"10007094967604606","imei2":"10007094967604606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180827,"job_number":"JOB_180827","tr_customer_id":180845,"tr_customer_product_id":180835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:50.000Z","modified_at":"2026-02-08T16:12:31.000Z","name":"Aaliyah Toy","mobile_number":"430-876-8375","email_id":"Judd_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"12895664165402","imei1":"12895664165402","imei2":"12895664165402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180826,"job_number":"JOB_180826","tr_customer_id":180844,"tr_customer_product_id":180834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:50.000Z","modified_at":"2026-02-08T16:11:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18157706948305","imei1":"18157706948305","imei2":"18157706948305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180804,"job_number":"JOB_180804","tr_customer_id":180822,"tr_customer_product_id":180812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:46:57.000Z","modified_at":"2026-02-08T15:47:08.000Z","name":"Shane Hills","mobile_number":"209-927-3113","email_id":"Merlin.Borer@gmail.com","dop":"2025-07-01","serial_number":"107520734565755","imei1":"107520734565755","imei2":"107520734565755","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:47:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180803,"job_number":"JOB_180803","tr_customer_id":180821,"tr_customer_product_id":180811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:46:57.000Z","modified_at":"2026-02-08T15:46:57.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103764242257100","imei1":"103764242257100","imei2":"103764242257100","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180802,"job_number":"JOB_180802","tr_customer_id":180820,"tr_customer_product_id":180810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:46:44.000Z","modified_at":"2026-02-08T15:46:55.000Z","name":"Trycia Gerhold","mobile_number":"809-491-3246","email_id":"Ashtyn15@gmail.com","dop":"2025-07-01","serial_number":"104164998966614","imei1":"104164998966614","imei2":"104164998966614","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:46:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180801,"job_number":"JOB_180801","tr_customer_id":180819,"tr_customer_product_id":180809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:46:43.000Z","modified_at":"2026-02-08T15:46:43.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"100111584672425","imei1":"100111584672425","imei2":"100111584672425","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180800,"job_number":"JOB_180800","tr_customer_id":180818,"tr_customer_product_id":180808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:54.000Z","modified_at":"2026-02-08T15:12:54.000Z","name":"Alaina Quitzon","mobile_number":"293-841-9187","email_id":"Dwight_Ernser@hotmail.com","dop":"2025-04-06","serial_number":"10982030288167952","imei1":"10982030288167952","imei2":"10982030288167952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180799,"job_number":"JOB_180799","tr_customer_id":180817,"tr_customer_product_id":180807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:53.000Z","modified_at":"2026-02-08T15:13:33.000Z","name":"Estevan Walter","mobile_number":"897-805-8845","email_id":"Chadrick_Ernser12@gmail.com","dop":"2025-04-06","serial_number":"19234315887785","imei1":"19234315887785","imei2":"19234315887785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:13:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180798,"job_number":"JOB_180798","tr_customer_id":180816,"tr_customer_product_id":180806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:53.000Z","modified_at":"2026-02-08T15:12:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15303254540494","imei1":"15303254540494","imei2":"15303254540494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180797,"job_number":"JOB_180797","tr_customer_id":180815,"tr_customer_product_id":180805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:51.000Z","modified_at":"2026-02-08T15:12:51.000Z","name":"Irma Welch","mobile_number":"517-436-7225","email_id":"Breanne6@hotmail.com","dop":"2025-04-06","serial_number":"18810054358800550","imei1":"18810054358800550","imei2":"18810054358800550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180796,"job_number":"JOB_180796","tr_customer_id":180814,"tr_customer_product_id":180804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:49.000Z","modified_at":"2026-02-08T15:13:30.000Z","name":"Kelli Spencer","mobile_number":"430-905-2532","email_id":"Noble18@gmail.com","dop":"2025-04-06","serial_number":"16763968001430","imei1":"16763968001430","imei2":"16763968001430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:13:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180795,"job_number":"JOB_180795","tr_customer_id":180813,"tr_customer_product_id":180803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:49.000Z","modified_at":"2026-02-08T15:12:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10863300173317","imei1":"10863300173317","imei2":"10863300173317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180794,"job_number":"JOB_180794","tr_customer_id":180812,"tr_customer_product_id":180802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:07.000Z","modified_at":"2026-02-08T15:12:07.000Z","name":"Lydia Crooks","mobile_number":"795-213-3564","email_id":"Osbaldo.Boehm1@yahoo.com","dop":"2025-04-06","serial_number":"19630726136623880","imei1":"19630726136623880","imei2":"19630726136623880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180793,"job_number":"JOB_180793","tr_customer_id":180811,"tr_customer_product_id":180801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:06.000Z","modified_at":"2026-02-08T15:12:46.000Z","name":"Marco Swaniawski","mobile_number":"415-506-5163","email_id":"Gaylord_Hills79@hotmail.com","dop":"2025-04-06","serial_number":"18892556005279","imei1":"18892556005279","imei2":"18892556005279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:12:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180792,"job_number":"JOB_180792","tr_customer_id":180810,"tr_customer_product_id":180800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:06.000Z","modified_at":"2026-02-08T15:12:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11391841210957","imei1":"11391841210957","imei2":"11391841210957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180791,"job_number":"JOB_180791","tr_customer_id":180809,"tr_customer_product_id":180799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:03.000Z","modified_at":"2026-02-08T15:12:03.000Z","name":"Pierce Barrows","mobile_number":"847-627-3541","email_id":"Ewell_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"13129032648553330","imei1":"13129032648553330","imei2":"13129032648553330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180790,"job_number":"JOB_180790","tr_customer_id":180808,"tr_customer_product_id":180798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:02.000Z","modified_at":"2026-02-08T15:12:42.000Z","name":"Neoma Schroeder","mobile_number":"616-443-3573","email_id":"Vilma86@hotmail.com","dop":"2025-04-06","serial_number":"18112541521728","imei1":"18112541521728","imei2":"18112541521728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:12:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180789,"job_number":"JOB_180789","tr_customer_id":180807,"tr_customer_product_id":180797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:01.000Z","modified_at":"2026-02-08T15:12:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249025009426","imei1":"11249025009426","imei2":"11249025009426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180788,"job_number":"JOB_180788","tr_customer_id":180806,"tr_customer_product_id":180796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:20.000Z","modified_at":"2026-02-08T15:11:20.000Z","name":"Arnulfo Sawayn","mobile_number":"379-489-3371","email_id":"Karlie_Lesch40@yahoo.com","dop":"2025-04-06","serial_number":"11918753439119884","imei1":"11918753439119884","imei2":"11918753439119884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180787,"job_number":"JOB_180787","tr_customer_id":180805,"tr_customer_product_id":180795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:19.000Z","modified_at":"2026-02-08T15:11:58.000Z","name":"Aliya Mohr","mobile_number":"391-397-8519","email_id":"Kenya.Hamill@yahoo.com","dop":"2025-04-06","serial_number":"10309648594564","imei1":"10309648594564","imei2":"10309648594564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:11:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180786,"job_number":"JOB_180786","tr_customer_id":180804,"tr_customer_product_id":180794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:18.000Z","modified_at":"2026-02-08T15:11:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11410533021336","imei1":"11410533021336","imei2":"11410533021336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180785,"job_number":"JOB_180785","tr_customer_id":180803,"tr_customer_product_id":180793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:15.000Z","modified_at":"2026-02-08T15:11:15.000Z","name":"Minerva Goyette","mobile_number":"715-801-4512","email_id":"Roderick_Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"19733054926736280","imei1":"19733054926736280","imei2":"19733054926736280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180784,"job_number":"JOB_180784","tr_customer_id":180802,"tr_customer_product_id":180792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:14.000Z","modified_at":"2026-02-08T15:11:54.000Z","name":"Irving Mann","mobile_number":"222-813-7873","email_id":"Ethelyn_Wunsch@yahoo.com","dop":"2025-04-06","serial_number":"11650874110562","imei1":"11650874110562","imei2":"11650874110562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180783,"job_number":"JOB_180783","tr_customer_id":180801,"tr_customer_product_id":180791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:13.000Z","modified_at":"2026-02-08T15:11:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13990148499993","imei1":"13990148499993","imei2":"13990148499993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180782,"job_number":"JOB_180782","tr_customer_id":180800,"tr_customer_product_id":180790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:29.000Z","modified_at":"2026-02-08T15:04:29.000Z","name":"Javonte Moore","mobile_number":"771-566-1102","email_id":"Gabrielle.Casper@yahoo.com","dop":"2025-04-06","serial_number":"19996289464417770","imei1":"19996289464417770","imei2":"19996289464417770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180781,"job_number":"JOB_180781","tr_customer_id":180799,"tr_customer_product_id":180789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:28.000Z","modified_at":"2026-02-08T15:05:08.000Z","name":"Amiya Ryan","mobile_number":"818-464-4080","email_id":"Eveline_Conn72@yahoo.com","dop":"2025-04-06","serial_number":"15187344604220","imei1":"15187344604220","imei2":"15187344604220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180780,"job_number":"JOB_180780","tr_customer_id":180798,"tr_customer_product_id":180788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:28.000Z","modified_at":"2026-02-08T15:04:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10265667320543","imei1":"10265667320543","imei2":"10265667320543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180779,"job_number":"JOB_180779","tr_customer_id":180797,"tr_customer_product_id":180787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:27.000Z","modified_at":"2026-02-08T15:04:27.000Z","name":"Mckenna Monahan","mobile_number":"955-279-3201","email_id":"Alfreda_Runte@yahoo.com","dop":"2025-04-06","serial_number":"14230962787026788","imei1":"14230962787026788","imei2":"14230962787026788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180778,"job_number":"JOB_180778","tr_customer_id":180796,"tr_customer_product_id":180786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:25.000Z","modified_at":"2026-02-08T15:05:04.000Z","name":"Valentine Pouros","mobile_number":"563-412-2621","email_id":"Lewis.West@yahoo.com","dop":"2025-04-06","serial_number":"14168040976238","imei1":"14168040976238","imei2":"14168040976238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:05:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180777,"job_number":"JOB_180777","tr_customer_id":180795,"tr_customer_product_id":180785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:25.000Z","modified_at":"2026-02-08T15:04:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16628558057965","imei1":"16628558057965","imei2":"16628558057965","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180776,"job_number":"JOB_180776","tr_customer_id":180794,"tr_customer_product_id":180784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:42.000Z","modified_at":"2026-02-08T15:03:42.000Z","name":"Corbin Anderson","mobile_number":"344-949-0638","email_id":"Dalton45@gmail.com","dop":"2025-04-06","serial_number":"10869274553088056","imei1":"10869274553088056","imei2":"10869274553088056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180775,"job_number":"JOB_180775","tr_customer_id":180793,"tr_customer_product_id":180783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:41.000Z","modified_at":"2026-02-08T15:04:20.000Z","name":"Edwin Crona","mobile_number":"854-854-8044","email_id":"Dina36@gmail.com","dop":"2025-04-06","serial_number":"10310587621836","imei1":"10310587621836","imei2":"10310587621836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180774,"job_number":"JOB_180774","tr_customer_id":180792,"tr_customer_product_id":180782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:41.000Z","modified_at":"2026-02-08T15:03:41.000Z","name":"Joanie Blick","mobile_number":"551-991-0519","email_id":"Kelsi79@yahoo.com","dop":"2025-04-06","serial_number":"12291381528319444","imei1":"12291381528319444","imei2":"12291381528319444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180773,"job_number":"JOB_180773","tr_customer_id":180791,"tr_customer_product_id":180781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:41.000Z","modified_at":"2026-02-08T15:03:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19374918658945","imei1":"19374918658945","imei2":"19374918658945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180772,"job_number":"JOB_180772","tr_customer_id":180790,"tr_customer_product_id":180780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:39.000Z","modified_at":"2026-02-08T15:04:18.000Z","name":"Cortez Schmeler","mobile_number":"957-917-7919","email_id":"Trever.Hudson5@yahoo.com","dop":"2025-04-06","serial_number":"18450107080304","imei1":"18450107080304","imei2":"18450107080304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:04:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180771,"job_number":"JOB_180771","tr_customer_id":180789,"tr_customer_product_id":180779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:39.000Z","modified_at":"2026-02-08T15:03:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12160662861455","imei1":"12160662861455","imei2":"12160662861455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180770,"job_number":"JOB_180770","tr_customer_id":180788,"tr_customer_product_id":180778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:55.000Z","modified_at":"2026-02-08T15:02:55.000Z","name":"Sophia Bauch","mobile_number":"977-638-4529","email_id":"Lindsay_White57@gmail.com","dop":"2025-04-06","serial_number":"18260999081498710","imei1":"18260999081498710","imei2":"18260999081498710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180769,"job_number":"JOB_180769","tr_customer_id":180787,"tr_customer_product_id":180777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:54.000Z","modified_at":"2026-02-08T15:02:54.000Z","name":"Hiram Berge","mobile_number":"550-805-8996","email_id":"Ruthe.Bogisich72@gmail.com","dop":"2025-04-06","serial_number":"11066015573848562","imei1":"11066015573848562","imei2":"11066015573848562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180768,"job_number":"JOB_180768","tr_customer_id":180786,"tr_customer_product_id":180776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:53.000Z","modified_at":"2026-02-08T15:03:33.000Z","name":"Carter Keeling","mobile_number":"676-835-3572","email_id":"Terrell.Schultz61@yahoo.com","dop":"2025-04-06","serial_number":"10630576052375","imei1":"10630576052375","imei2":"10630576052375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180767,"job_number":"JOB_180767","tr_customer_id":180785,"tr_customer_product_id":180775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:53.000Z","modified_at":"2026-02-08T15:02:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15148797269718","imei1":"15148797269718","imei2":"15148797269718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180766,"job_number":"JOB_180766","tr_customer_id":180784,"tr_customer_product_id":180774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:52.000Z","modified_at":"2026-02-08T15:03:32.000Z","name":"Kaleigh Hilll","mobile_number":"966-611-2899","email_id":"Barry_Kuphal98@yahoo.com","dop":"2025-04-06","serial_number":"16921035289374","imei1":"16921035289374","imei2":"16921035289374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180765,"job_number":"JOB_180765","tr_customer_id":180783,"tr_customer_product_id":180773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:52.000Z","modified_at":"2026-02-08T15:02:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11133901159190","imei1":"11133901159190","imei2":"11133901159190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180764,"job_number":"JOB_180764","tr_customer_id":180782,"tr_customer_product_id":180772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:53:26.000Z","modified_at":"2026-02-08T14:53:26.000Z","name":"Annabell Schuppe","mobile_number":"771-256-4597","email_id":"Ludie63@gmail.com","dop":"2025-04-06","serial_number":"11624366701933092","imei1":"11624366701933092","imei2":"11624366701933092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:53:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180763,"job_number":"JOB_180763","tr_customer_id":180781,"tr_customer_product_id":180771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:53:25.000Z","modified_at":"2026-02-08T14:54:06.000Z","name":"Mozell Monahan","mobile_number":"367-419-7471","email_id":"Raven.Carter12@hotmail.com","dop":"2025-04-06","serial_number":"19511608526350","imei1":"19511608526350","imei2":"19511608526350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:54:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180762,"job_number":"JOB_180762","tr_customer_id":180780,"tr_customer_product_id":180770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:53:24.000Z","modified_at":"2026-02-08T14:53:24.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11207340519352","imei1":"11207340519352","imei2":"11207340519352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:53:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180761,"job_number":"JOB_180761","tr_customer_id":180779,"tr_customer_product_id":180769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:52:37.000Z","modified_at":"2026-02-08T14:52:37.000Z","name":"Geo Wiegand","mobile_number":"817-988-4259","email_id":"Jarod24@gmail.com","dop":"2025-04-06","serial_number":"16961173668522258","imei1":"16961173668522258","imei2":"16961173668522258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:52:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180760,"job_number":"JOB_180760","tr_customer_id":180778,"tr_customer_product_id":180768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:52:35.000Z","modified_at":"2026-02-08T14:53:17.000Z","name":"Samson Steuber","mobile_number":"986-920-7193","email_id":"Emanuel.Rowe89@yahoo.com","dop":"2025-04-06","serial_number":"13279651410159","imei1":"13279651410159","imei2":"13279651410159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180759,"job_number":"JOB_180759","tr_customer_id":180777,"tr_customer_product_id":180767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:52:35.000Z","modified_at":"2026-02-08T14:52:35.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14924896553421","imei1":"14924896553421","imei2":"14924896553421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180757,"job_number":"JOB_180757","tr_customer_id":180775,"tr_customer_product_id":180765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:24.000Z","modified_at":"2026-02-08T14:37:24.000Z","name":"Dane Schaefer","mobile_number":"729-420-6726","email_id":"Julie.Ritchie@gmail.com","dop":"2025-04-06","serial_number":"15675454189262724","imei1":"15675454189262724","imei2":"15675454189262724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180756,"job_number":"JOB_180756","tr_customer_id":180774,"tr_customer_product_id":180764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:23.000Z","modified_at":"2026-02-08T14:37:23.000Z","name":"Esther Emmerich","mobile_number":"880-870-0636","email_id":"Lempi.Prohaska65@hotmail.com","dop":"2025-04-06","serial_number":"15688931058627826","imei1":"15688931058627826","imei2":"15688931058627826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180755,"job_number":"JOB_180755","tr_customer_id":180773,"tr_customer_product_id":180763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:23.000Z","modified_at":"2026-02-08T14:38:03.000Z","name":"Vilma Watsica","mobile_number":"380-950-6762","email_id":"Janessa.Cartwright@gmail.com","dop":"2025-04-06","serial_number":"16778571091354","imei1":"16778571091354","imei2":"16778571091354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180754,"job_number":"JOB_180754","tr_customer_id":180772,"tr_customer_product_id":180762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:22.000Z","modified_at":"2026-02-08T14:37:52.000Z","name":"Assunta Rolfson","mobile_number":"857-871-6523","email_id":"Filomena.Oberbrunner@gmail.com","dop":"2025-04-06","serial_number":"19128207409275","imei1":"19128207409275","imei2":"19128207409275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180753,"job_number":"JOB_180753","tr_customer_id":180771,"tr_customer_product_id":180761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:22.000Z","modified_at":"2026-02-08T14:37:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16249413041942","imei1":"16249413041942","imei2":"16249413041942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180752,"job_number":"JOB_180752","tr_customer_id":180770,"tr_customer_product_id":180760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:17.000Z","modified_at":"2026-02-08T14:37:17.000Z","name":"John Donnelly","mobile_number":"396-849-1619","email_id":"Norberto.Brakus52@hotmail.com","dop":"2025-04-06","serial_number":"17087362191044928","imei1":"17087362191044928","imei2":"17087362191044928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180751,"job_number":"JOB_180751","tr_customer_id":180769,"tr_customer_product_id":180759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:16.000Z","modified_at":"2026-02-08T14:37:57.000Z","name":"Murray Bernhard","mobile_number":"257-653-5484","email_id":"Nella51@hotmail.com","dop":"2025-04-06","serial_number":"19067413033035","imei1":"19067413033035","imei2":"19067413033035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180750,"job_number":"JOB_180750","tr_customer_id":180768,"tr_customer_product_id":180758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:16.000Z","modified_at":"2026-02-08T14:37:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16917390416499","imei1":"16917390416499","imei2":"16917390416499","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180749,"job_number":"JOB_180749","tr_customer_id":180767,"tr_customer_product_id":180757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:14.000Z","modified_at":"2026-02-08T14:37:14.000Z","name":"Ebony Thompson","mobile_number":"517-870-6006","email_id":"Delaney96@yahoo.com","dop":"2025-04-06","serial_number":"11170731839033284","imei1":"11170731839033284","imei2":"11170731839033284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180747,"job_number":"JOB_180747","tr_customer_id":180765,"tr_customer_product_id":180755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:13.000Z","modified_at":"2026-02-08T14:37:53.000Z","name":"Kaylee Gerlach","mobile_number":"695-708-3170","email_id":"Irwin29@hotmail.com","dop":"2025-04-06","serial_number":"13635829720181","imei1":"13635829720181","imei2":"13635829720181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180746,"job_number":"JOB_180746","tr_customer_id":180764,"tr_customer_product_id":180754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:13.000Z","modified_at":"2026-02-08T14:37:13.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"15477076327019","imei1":"15477076327019","imei2":"15477076327019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180745,"job_number":"JOB_180745","tr_customer_id":180763,"tr_customer_product_id":180753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:11.000Z","modified_at":"2026-02-08T14:37:11.000Z","name":"Jeff Stracke","mobile_number":"730-312-9968","email_id":"Maegan.Osinski81@hotmail.com","dop":"2025-04-06","serial_number":"19673669861498790","imei1":"19673669861498790","imei2":"19673669861498790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180744,"job_number":"JOB_180744","tr_customer_id":180762,"tr_customer_product_id":180752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:09.000Z","modified_at":"2026-02-08T14:37:50.000Z","name":"Judy Watsica","mobile_number":"619-648-7158","email_id":"Maurine_Cummings@hotmail.com","dop":"2025-04-06","serial_number":"17198524084306","imei1":"17198524084306","imei2":"17198524084306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180743,"job_number":"JOB_180743","tr_customer_id":180761,"tr_customer_product_id":180751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:09.000Z","modified_at":"2026-02-08T14:37:09.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"17076808923730","imei1":"17076808923730","imei2":"17076808923730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180741,"job_number":"JOB_180741","tr_customer_id":180759,"tr_customer_product_id":180749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:37.000Z","modified_at":"2026-02-08T14:36:37.000Z","name":"Rylan Blick","mobile_number":"562-345-5886","email_id":"Laney35@gmail.com","dop":"2025-04-06","serial_number":"10985475123273000","imei1":"10985475123273000","imei2":"10985475123273000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180740,"job_number":"JOB_180740","tr_customer_id":180758,"tr_customer_product_id":180748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:35.000Z","modified_at":"2026-02-08T14:37:15.000Z","name":"Colby Koch","mobile_number":"795-451-3583","email_id":"Coty_Watsica@yahoo.com","dop":"2025-04-06","serial_number":"11886346983252","imei1":"11886346983252","imei2":"11886346983252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180739,"job_number":"JOB_180739","tr_customer_id":180757,"tr_customer_product_id":180747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:35.000Z","modified_at":"2026-02-08T14:36:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14321346582165","imei1":"14321346582165","imei2":"14321346582165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180738,"job_number":"JOB_180738","tr_customer_id":180756,"tr_customer_product_id":180746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:34.000Z","modified_at":"2026-02-08T14:36:34.000Z","name":"Jaylen Welch","mobile_number":"378-477-9961","email_id":"Audreanne45@gmail.com","dop":"2025-04-06","serial_number":"15547066284882464","imei1":"15547066284882464","imei2":"15547066284882464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180737,"job_number":"JOB_180737","tr_customer_id":180755,"tr_customer_product_id":180745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:33.000Z","modified_at":"2026-02-08T14:37:12.000Z","name":"Mohamed Satterfield","mobile_number":"658-257-3190","email_id":"Ashtyn_Goodwin@gmail.com","dop":"2025-04-06","serial_number":"14902912982971","imei1":"14902912982971","imei2":"14902912982971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180736,"job_number":"JOB_180736","tr_customer_id":180754,"tr_customer_product_id":180744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:30.000Z","modified_at":"2026-02-08T14:36:30.000Z","name":"Verlie Rodriguez","mobile_number":"858-833-4488","email_id":"Barbara_Auer32@gmail.com","dop":"2025-04-06","serial_number":"19476574561770330","imei1":"19476574561770330","imei2":"19476574561770330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180735,"job_number":"JOB_180735","tr_customer_id":180753,"tr_customer_product_id":180743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:28.000Z","modified_at":"2026-02-08T14:37:08.000Z","name":"Shannon Pollich","mobile_number":"987-631-0485","email_id":"Wilfrid17@gmail.com","dop":"2025-04-06","serial_number":"10433093226745","imei1":"10433093226745","imei2":"10433093226745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180734,"job_number":"JOB_180734","tr_customer_id":180752,"tr_customer_product_id":180742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:28.000Z","modified_at":"2026-02-08T14:36:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16061224841371","imei1":"16061224841371","imei2":"16061224841371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180733,"job_number":"JOB_180733","tr_customer_id":180751,"tr_customer_product_id":180741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:27.000Z","modified_at":"2026-02-08T14:36:27.000Z","name":"Donavon Kassulke","mobile_number":"665-265-4475","email_id":"Clotilde.Kozey46@hotmail.com","dop":"2025-04-06","serial_number":"15204485925510948","imei1":"15204485925510948","imei2":"15204485925510948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180732,"job_number":"JOB_180732","tr_customer_id":180750,"tr_customer_product_id":180740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:25.000Z","modified_at":"2026-02-08T14:37:05.000Z","name":"Dante Morissette","mobile_number":"351-396-6089","email_id":"Twila78@gmail.com","dop":"2025-04-06","serial_number":"11716231036863","imei1":"11716231036863","imei2":"11716231036863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180731,"job_number":"JOB_180731","tr_customer_id":180749,"tr_customer_product_id":180739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:25.000Z","modified_at":"2026-02-08T14:36:25.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13595423384548","imei1":"13595423384548","imei2":"13595423384548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180730,"job_number":"JOB_180730","tr_customer_id":180748,"tr_customer_product_id":180738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:23.000Z","modified_at":"2026-02-08T14:36:23.000Z","name":"Guy Konopelski","mobile_number":"219-546-1156","email_id":"Abdul_Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"15356096203591724","imei1":"15356096203591724","imei2":"15356096203591724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180729,"job_number":"JOB_180729","tr_customer_id":180747,"tr_customer_product_id":180737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:21.000Z","modified_at":"2026-02-08T14:37:02.000Z","name":"Rodolfo Smith","mobile_number":"724-272-8291","email_id":"Yesenia.Walker@yahoo.com","dop":"2025-04-06","serial_number":"10499270089372","imei1":"10499270089372","imei2":"10499270089372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180728,"job_number":"JOB_180728","tr_customer_id":180746,"tr_customer_product_id":180736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:21.000Z","modified_at":"2026-02-08T14:36:21.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"18404818798930","imei1":"18404818798930","imei2":"18404818798930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180727,"job_number":"JOB_180727","tr_customer_id":180745,"tr_customer_product_id":180735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:49.000Z","modified_at":"2026-02-08T14:35:49.000Z","name":"Josianne Lesch","mobile_number":"364-925-7156","email_id":"Rusty86@gmail.com","dop":"2025-04-06","serial_number":"19281679877217350","imei1":"19281679877217350","imei2":"19281679877217350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180726,"job_number":"JOB_180726","tr_customer_id":180744,"tr_customer_product_id":180734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:48.000Z","modified_at":"2026-02-08T14:36:28.000Z","name":"Cassandre Nicolas","mobile_number":"662-322-0176","email_id":"Lisandro85@yahoo.com","dop":"2025-04-06","serial_number":"14636313313441","imei1":"14636313313441","imei2":"14636313313441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180725,"job_number":"JOB_180725","tr_customer_id":180743,"tr_customer_product_id":180733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:48.000Z","modified_at":"2026-02-08T14:35:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17047548559424","imei1":"17047548559424","imei2":"17047548559424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180724,"job_number":"JOB_180724","tr_customer_id":180742,"tr_customer_product_id":180732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:41.000Z","modified_at":"2026-02-08T14:35:41.000Z","name":"Lucinda Bernier","mobile_number":"546-540-6250","email_id":"Sabryna90@yahoo.com","dop":"2025-04-06","serial_number":"16447982926946080","imei1":"16447982926946080","imei2":"16447982926946080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180723,"job_number":"JOB_180723","tr_customer_id":180741,"tr_customer_product_id":180731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:40.000Z","modified_at":"2026-02-08T14:36:21.000Z","name":"Elias Thompson","mobile_number":"331-413-1344","email_id":"Abigayle42@hotmail.com","dop":"2025-04-06","serial_number":"17054298919508","imei1":"17054298919508","imei2":"17054298919508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180722,"job_number":"JOB_180722","tr_customer_id":180740,"tr_customer_product_id":180730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:40.000Z","modified_at":"2026-02-08T14:35:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12391076118317","imei1":"12391076118317","imei2":"12391076118317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180721,"job_number":"JOB_180721","tr_customer_id":180739,"tr_customer_product_id":180729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:39.000Z","modified_at":"2026-02-08T14:35:39.000Z","name":"Vaughn Kozey","mobile_number":"510-876-7173","email_id":"Ezra_Ortiz@hotmail.com","dop":"2025-04-06","serial_number":"12458741410507062","imei1":"12458741410507062","imei2":"12458741410507062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180720,"job_number":"JOB_180720","tr_customer_id":180738,"tr_customer_product_id":180728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:37.000Z","modified_at":"2026-02-08T14:36:18.000Z","name":"Ena Bechtelar","mobile_number":"604-327-0339","email_id":"Sigmund0@hotmail.com","dop":"2025-04-06","serial_number":"16994800625791","imei1":"16994800625791","imei2":"16994800625791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180719,"job_number":"JOB_180719","tr_customer_id":180737,"tr_customer_product_id":180727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:37.000Z","modified_at":"2026-02-08T14:35:37.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"14660646192756","imei1":"14660646192756","imei2":"14660646192756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180718,"job_number":"JOB_180718","tr_customer_id":180736,"tr_customer_product_id":180726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:35.000Z","modified_at":"2026-02-08T14:35:35.000Z","name":"Keith Schaden","mobile_number":"211-388-1309","email_id":"Ally60@yahoo.com","dop":"2025-04-06","serial_number":"18026911207518310","imei1":"18026911207518310","imei2":"18026911207518310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180717,"job_number":"JOB_180717","tr_customer_id":180735,"tr_customer_product_id":180725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:33.000Z","modified_at":"2026-02-08T14:36:14.000Z","name":"Floyd Hudson","mobile_number":"900-261-5057","email_id":"Cheyanne_Emard46@gmail.com","dop":"2025-04-06","serial_number":"18413140170185","imei1":"18413140170185","imei2":"18413140170185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180716,"job_number":"JOB_180716","tr_customer_id":180734,"tr_customer_product_id":180724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:33.000Z","modified_at":"2026-02-08T14:35:33.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17768084464110","imei1":"17768084464110","imei2":"17768084464110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180715,"job_number":"JOB_180715","tr_customer_id":180733,"tr_customer_product_id":180723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:18.000Z","modified_at":"2026-02-08T14:35:18.000Z","name":"Halie Schaden","mobile_number":"275-756-9529","email_id":"Rachel.Berge@hotmail.com","dop":"2025-04-06","serial_number":"12565054062744512","imei1":"12565054062744512","imei2":"12565054062744512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180714,"job_number":"JOB_180714","tr_customer_id":180732,"tr_customer_product_id":180722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:17.000Z","modified_at":"2026-02-08T14:35:58.000Z","name":"Leonie Kemmer","mobile_number":"716-451-2663","email_id":"Margaretta_Rippin85@gmail.com","dop":"2025-04-06","serial_number":"17883229710865","imei1":"17883229710865","imei2":"17883229710865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180713,"job_number":"JOB_180713","tr_customer_id":180731,"tr_customer_product_id":180721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:01.000Z","modified_at":"2026-02-08T14:35:01.000Z","name":"Jamar Harber","mobile_number":"444-945-6780","email_id":"Esther.Pfeffer@hotmail.com","dop":"2025-04-06","serial_number":"13491293098809334","imei1":"13491293098809334","imei2":"13491293098809334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180712,"job_number":"JOB_180712","tr_customer_id":180730,"tr_customer_product_id":180720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:00.000Z","modified_at":"2026-02-08T14:35:38.000Z","name":"Jaylan Johnston","mobile_number":"408-572-7833","email_id":"Lilian82@yahoo.com","dop":"2025-04-06","serial_number":"19515851284604","imei1":"19515851284604","imei2":"19515851284604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:35:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180711,"job_number":"JOB_180711","tr_customer_id":180729,"tr_customer_product_id":180719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:00.000Z","modified_at":"2026-02-08T14:35:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037964723916","imei1":"16037964723916","imei2":"16037964723916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180710,"job_number":"JOB_180710","tr_customer_id":180728,"tr_customer_product_id":180718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:16.000Z","modified_at":"2026-02-08T14:34:16.000Z","name":"Aiyana O'Reilly","mobile_number":"521-671-2637","email_id":"Violet47@yahoo.com","dop":"2025-04-06","serial_number":"18836776955496480","imei1":"18836776955496480","imei2":"18836776955496480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180709,"job_number":"JOB_180709","tr_customer_id":180727,"tr_customer_product_id":180717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:15.000Z","modified_at":"2026-02-08T14:34:53.000Z","name":"Trycia Becker","mobile_number":"359-894-0285","email_id":"Carleton_Dibbert94@hotmail.com","dop":"2025-04-06","serial_number":"11830136059171","imei1":"11830136059171","imei2":"11830136059171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180708,"job_number":"JOB_180708","tr_customer_id":180726,"tr_customer_product_id":180716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:14.000Z","modified_at":"2026-02-08T14:34:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19513483333827","imei1":"19513483333827","imei2":"19513483333827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180704,"job_number":"JOB_180704","tr_customer_id":180722,"tr_customer_product_id":180712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:56.000Z","modified_at":"2026-02-08T14:33:56.000Z","name":"Brendon Greenholt","mobile_number":"956-812-2178","email_id":"Brigitte30@gmail.com","dop":"2025-04-06","serial_number":"15938994332419052","imei1":"15938994332419052","imei2":"15938994332419052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180701,"job_number":"JOB_180701","tr_customer_id":180719,"tr_customer_product_id":180709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:54.000Z","modified_at":"2026-02-08T14:34:34.000Z","name":"Mylene Prohaska","mobile_number":"740-894-7991","email_id":"Emory84@hotmail.com","dop":"2025-04-06","serial_number":"10886478567011","imei1":"10886478567011","imei2":"10886478567011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180699,"job_number":"JOB_180699","tr_customer_id":180717,"tr_customer_product_id":180707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:54.000Z","modified_at":"2026-02-08T14:33:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19853778081182","imei1":"19853778081182","imei2":"19853778081182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180698,"job_number":"JOB_180698","tr_customer_id":180716,"tr_customer_product_id":180706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:50.000Z","modified_at":"2026-02-08T14:33:50.000Z","name":"Lola Blick","mobile_number":"758-251-8141","email_id":"Ebony6@gmail.com","dop":"2025-04-06","serial_number":"12417856477188788","imei1":"12417856477188788","imei2":"12417856477188788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180697,"job_number":"JOB_180697","tr_customer_id":180715,"tr_customer_product_id":180705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:48.000Z","modified_at":"2026-02-08T14:34:24.000Z","name":"Sadye Schuppe","mobile_number":"507-550-1037","email_id":"Sincere.Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"16070676272942","imei1":"16070676272942","imei2":"16070676272942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180696,"job_number":"JOB_180696","tr_customer_id":180714,"tr_customer_product_id":180704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:48.000Z","modified_at":"2026-02-08T14:33:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14464513725479","imei1":"14464513725479","imei2":"14464513725479","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180695,"job_number":"JOB_180695","tr_customer_id":180713,"tr_customer_product_id":180703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:41.000Z","modified_at":"2026-02-08T14:33:41.000Z","name":"Nash Kertzmann","mobile_number":"877-659-7671","email_id":"Cyril50@yahoo.com","dop":"2025-04-06","serial_number":"18145490695890990","imei1":"18145490695890990","imei2":"18145490695890990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180694,"job_number":"JOB_180694","tr_customer_id":180712,"tr_customer_product_id":180702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:40.000Z","modified_at":"2026-02-08T14:34:20.000Z","name":"Julian Beahan","mobile_number":"774-482-7629","email_id":"Brad_Gusikowski@yahoo.com","dop":"2025-04-06","serial_number":"13746695724614","imei1":"13746695724614","imei2":"13746695724614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180690,"job_number":"JOB_180690","tr_customer_id":180708,"tr_customer_product_id":180698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:29.000Z","modified_at":"2026-02-08T14:33:29.000Z","name":"Elouise Considine","mobile_number":"863-717-5561","email_id":"Claude.MacGyver14@gmail.com","dop":"2025-04-06","serial_number":"15878695079629820","imei1":"15878695079629820","imei2":"15878695079629820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180689,"job_number":"JOB_180689","tr_customer_id":180707,"tr_customer_product_id":180697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:28.000Z","modified_at":"2026-02-08T14:34:07.000Z","name":"Ricky Stiedemann","mobile_number":"966-201-8652","email_id":"Emiliano13@hotmail.com","dop":"2025-04-06","serial_number":"19678188855231","imei1":"19678188855231","imei2":"19678188855231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180688,"job_number":"JOB_180688","tr_customer_id":180706,"tr_customer_product_id":180696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:27.000Z","modified_at":"2026-02-08T14:33:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11976293283832","imei1":"11976293283832","imei2":"11976293283832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180687,"job_number":"JOB_180687","tr_customer_id":180705,"tr_customer_product_id":180695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:09.000Z","modified_at":"2026-02-08T14:33:09.000Z","name":"Burley Schuppe","mobile_number":"776-398-5070","email_id":"Simeon26@gmail.com","dop":"2025-04-06","serial_number":"19789631832212188","imei1":"19789631832212188","imei2":"19789631832212188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180686,"job_number":"JOB_180686","tr_customer_id":180704,"tr_customer_product_id":180694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:07.000Z","modified_at":"2026-02-08T14:33:47.000Z","name":"Desiree Schultz","mobile_number":"632-230-4170","email_id":"Elizabeth10@hotmail.com","dop":"2025-04-06","serial_number":"17300863044849","imei1":"17300863044849","imei2":"17300863044849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180685,"job_number":"JOB_180685","tr_customer_id":180703,"tr_customer_product_id":180693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:07.000Z","modified_at":"2026-02-08T14:33:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905184044381","imei1":"16905184044381","imei2":"16905184044381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180684,"job_number":"JOB_180684","tr_customer_id":180702,"tr_customer_product_id":180692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:06.000Z","modified_at":"2026-02-08T14:33:06.000Z","name":"Myrtis Schuppe","mobile_number":"695-904-7204","email_id":"Isaiah_Wyman75@yahoo.com","dop":"2025-04-06","serial_number":"15810137682561592","imei1":"15810137682561592","imei2":"15810137682561592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180683,"job_number":"JOB_180683","tr_customer_id":180701,"tr_customer_product_id":180691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:05.000Z","modified_at":"2026-02-08T14:33:41.000Z","name":"Bobbie Kautzer","mobile_number":"630-421-1312","email_id":"Justus.Luettgen@yahoo.com","dop":"2025-04-06","serial_number":"17079331786271","imei1":"17079331786271","imei2":"17079331786271","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180682,"job_number":"JOB_180682","tr_customer_id":180700,"tr_customer_product_id":180690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:05.000Z","modified_at":"2026-02-08T14:33:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11934818412011","imei1":"11934818412011","imei2":"11934818412011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180681,"job_number":"JOB_180681","tr_customer_id":180699,"tr_customer_product_id":180689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:56.000Z","modified_at":"2026-02-08T14:32:56.000Z","name":"Gwendolyn Sipes","mobile_number":"872-238-2973","email_id":"Darius6@hotmail.com","dop":"2025-04-06","serial_number":"17049858834535136","imei1":"17049858834535136","imei2":"17049858834535136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180680,"job_number":"JOB_180680","tr_customer_id":180698,"tr_customer_product_id":180688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:55.000Z","modified_at":"2026-02-08T14:33:26.000Z","name":"Miles Reilly","mobile_number":"857-358-4627","email_id":"Wiley_Paucek27@yahoo.com","dop":"2025-04-06","serial_number":"14963980032386","imei1":"14963980032386","imei2":"14963980032386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180679,"job_number":"JOB_180679","tr_customer_id":180697,"tr_customer_product_id":180687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:23.000Z","modified_at":"2026-02-08T14:32:23.000Z","name":"Erna Homenick","mobile_number":"975-783-9655","email_id":"Raheem36@gmail.com","dop":"2025-04-06","serial_number":"19962081859507550","imei1":"19962081859507550","imei2":"19962081859507550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180678,"job_number":"JOB_180678","tr_customer_id":180696,"tr_customer_product_id":180686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:22.000Z","modified_at":"2026-02-08T14:32:58.000Z","name":"Abagail Olson","mobile_number":"830-365-9013","email_id":"Ally.Legros91@yahoo.com","dop":"2025-04-06","serial_number":"13311031016285","imei1":"13311031016285","imei2":"13311031016285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180677,"job_number":"JOB_180677","tr_customer_id":180695,"tr_customer_product_id":180685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:22.000Z","modified_at":"2026-02-08T14:32:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19858425935583","imei1":"19858425935583","imei2":"19858425935583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180676,"job_number":"JOB_180676","tr_customer_id":180694,"tr_customer_product_id":180684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:21.000Z","modified_at":"2026-02-08T14:32:21.000Z","name":"Layla Breitenberg","mobile_number":"424-484-3411","email_id":"Brant_Wintheiser@gmail.com","dop":"2025-04-06","serial_number":"11891752915272896","imei1":"11891752915272896","imei2":"11891752915272896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180675,"job_number":"JOB_180675","tr_customer_id":180693,"tr_customer_product_id":180683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:19.000Z","modified_at":"2026-02-08T14:32:59.000Z","name":"Wilburn Reichert","mobile_number":"268-332-9824","email_id":"Sam_Schultz@gmail.com","dop":"2025-04-06","serial_number":"12519749741109","imei1":"12519749741109","imei2":"12519749741109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180674,"job_number":"JOB_180674","tr_customer_id":180692,"tr_customer_product_id":180682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:19.000Z","modified_at":"2026-02-08T14:32:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16717530874995","imei1":"16717530874995","imei2":"16717530874995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180673,"job_number":"JOB_180673","tr_customer_id":180691,"tr_customer_product_id":180681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:30:05.000Z","modified_at":"2026-02-08T14:30:05.000Z","name":"Celine Ziemann","mobile_number":"710-509-2062","email_id":"Grant.Pfannerstill@yahoo.com","dop":"2025-04-06","serial_number":"13205013139632332","imei1":"13205013139632332","imei2":"13205013139632332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180672,"job_number":"JOB_180672","tr_customer_id":180690,"tr_customer_product_id":180680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:30:04.000Z","modified_at":"2026-02-08T14:30:46.000Z","name":"Sincere Reichel","mobile_number":"673-729-9408","email_id":"Maxime78@hotmail.com","dop":"2025-04-06","serial_number":"12210515928721","imei1":"12210515928721","imei2":"12210515928721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:30:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180671,"job_number":"JOB_180671","tr_customer_id":180689,"tr_customer_product_id":180679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:30:04.000Z","modified_at":"2026-02-08T14:30:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12200938957838","imei1":"12200938957838","imei2":"12200938957838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180670,"job_number":"JOB_180670","tr_customer_id":180688,"tr_customer_product_id":180678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:28.000Z","modified_at":"2026-02-08T14:29:28.000Z","name":"Flo Ruecker","mobile_number":"389-221-9152","email_id":"Fanny.Schamberger@gmail.com","dop":"2025-04-06","serial_number":"11606743275147552","imei1":"11606743275147552","imei2":"11606743275147552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:29:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180669,"job_number":"JOB_180669","tr_customer_id":180687,"tr_customer_product_id":180677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:27.000Z","modified_at":"2026-02-08T14:30:07.000Z","name":"Daija Kessler","mobile_number":"427-203-9439","email_id":"Gabe.Hoeger18@yahoo.com","dop":"2025-04-06","serial_number":"18016035435851","imei1":"18016035435851","imei2":"18016035435851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180668,"job_number":"JOB_180668","tr_customer_id":180686,"tr_customer_product_id":180676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:16.000Z","modified_at":"2026-02-08T14:29:16.000Z","name":"Millie Bogisich","mobile_number":"791-979-1611","email_id":"Ray80@yahoo.com","dop":"2025-04-06","serial_number":"18113609060645676","imei1":"18113609060645676","imei2":"18113609060645676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:29:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180667,"job_number":"JOB_180667","tr_customer_id":180685,"tr_customer_product_id":180675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:15.000Z","modified_at":"2026-02-08T14:29:56.000Z","name":"Grace Hane","mobile_number":"476-716-1586","email_id":"Golda.OKon@yahoo.com","dop":"2025-04-06","serial_number":"19149285350869","imei1":"19149285350869","imei2":"19149285350869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180666,"job_number":"JOB_180666","tr_customer_id":180684,"tr_customer_product_id":180674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:15.000Z","modified_at":"2026-02-08T14:29:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18152327947782","imei1":"18152327947782","imei2":"18152327947782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180663,"job_number":"JOB_180663","tr_customer_id":180681,"tr_customer_product_id":180671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:34.000Z","modified_at":"2026-02-08T14:28:34.000Z","name":"Fleta McCullough","mobile_number":"690-739-9706","email_id":"Emmanuel8@gmail.com","dop":"2025-04-06","serial_number":"18344647786099756","imei1":"18344647786099756","imei2":"18344647786099756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180662,"job_number":"JOB_180662","tr_customer_id":180680,"tr_customer_product_id":180670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:33.000Z","modified_at":"2026-02-08T14:29:12.000Z","name":"Gregory Sipes","mobile_number":"998-440-9652","email_id":"Ottis.Lehner29@gmail.com","dop":"2025-04-06","serial_number":"14774681703473","imei1":"14774681703473","imei2":"14774681703473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180661,"job_number":"JOB_180661","tr_customer_id":180679,"tr_customer_product_id":180669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:32.000Z","modified_at":"2026-02-08T14:28:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17863105104038","imei1":"17863105104038","imei2":"17863105104038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180659,"job_number":"JOB_180659","tr_customer_id":180677,"tr_customer_product_id":180667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:27.000Z","modified_at":"2026-02-08T14:28:27.000Z","name":"Mateo Will","mobile_number":"982-604-6780","email_id":"Sallie0@hotmail.com","dop":"2025-04-06","serial_number":"18996294927067980","imei1":"18996294927067980","imei2":"18996294927067980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180658,"job_number":"JOB_180658","tr_customer_id":180676,"tr_customer_product_id":180666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:26.000Z","modified_at":"2026-02-08T14:29:07.000Z","name":"Arnold Stehr","mobile_number":"329-607-7801","email_id":"Marcella11@hotmail.com","dop":"2025-04-06","serial_number":"12291482507819","imei1":"12291482507819","imei2":"12291482507819","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180657,"job_number":"JOB_180657","tr_customer_id":180675,"tr_customer_product_id":180665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:25.000Z","modified_at":"2026-02-08T14:28:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10424478635803","imei1":"10424478635803","imei2":"10424478635803","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180656,"job_number":"JOB_180656","tr_customer_id":180674,"tr_customer_product_id":180664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:12.000Z","modified_at":"2026-02-08T14:28:12.000Z","name":"Moshe Leannon","mobile_number":"579-775-8631","email_id":"Caleigh.Klocko47@yahoo.com","dop":"2025-04-06","serial_number":"12318242200113064","imei1":"12318242200113064","imei2":"12318242200113064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180655,"job_number":"JOB_180655","tr_customer_id":180673,"tr_customer_product_id":180663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:10.000Z","modified_at":"2026-02-08T14:28:48.000Z","name":"Ernie Watsica","mobile_number":"470-627-2357","email_id":"Delphia_Shields@gmail.com","dop":"2025-04-06","serial_number":"11627046990619","imei1":"11627046990619","imei2":"11627046990619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180654,"job_number":"JOB_180654","tr_customer_id":180672,"tr_customer_product_id":180662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:10.000Z","modified_at":"2026-02-08T14:28:10.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19581167757173","imei1":"19581167757173","imei2":"19581167757173","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180653,"job_number":"JOB_180653","tr_customer_id":180671,"tr_customer_product_id":180661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:09.000Z","modified_at":"2026-02-08T14:28:09.000Z","name":"Hannah Schowalter","mobile_number":"919-942-1015","email_id":"Rebekah.Adams71@gmail.com","dop":"2025-04-06","serial_number":"18309789408050932","imei1":"18309789408050932","imei2":"18309789408050932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180652,"job_number":"JOB_180652","tr_customer_id":180670,"tr_customer_product_id":180660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:07.000Z","modified_at":"2026-02-08T14:28:46.000Z","name":"Aniyah Roberts","mobile_number":"729-869-3592","email_id":"Cathryn_Harris29@gmail.com","dop":"2025-04-06","serial_number":"10347420805777","imei1":"10347420805777","imei2":"10347420805777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180651,"job_number":"JOB_180651","tr_customer_id":180669,"tr_customer_product_id":180659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:47.000Z","modified_at":"2026-02-08T14:27:47.000Z","name":"Elmer Prosacco","mobile_number":"855-963-1155","email_id":"Shaun.Batz36@hotmail.com","dop":"2025-04-06","serial_number":"15180123192468258","imei1":"15180123192468258","imei2":"15180123192468258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180650,"job_number":"JOB_180650","tr_customer_id":180668,"tr_customer_product_id":180658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:46.000Z","modified_at":"2026-02-08T14:28:25.000Z","name":"Tanner Bednar","mobile_number":"447-391-4091","email_id":"Emery95@hotmail.com","dop":"2025-04-06","serial_number":"16750642075398","imei1":"16750642075398","imei2":"16750642075398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180649,"job_number":"JOB_180649","tr_customer_id":180667,"tr_customer_product_id":180657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:46.000Z","modified_at":"2026-02-08T14:27:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14626811347729","imei1":"14626811347729","imei2":"14626811347729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180648,"job_number":"JOB_180648","tr_customer_id":180666,"tr_customer_product_id":180656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:26.000Z","modified_at":"2026-02-08T14:27:26.000Z","name":"Alexys Wehner","mobile_number":"201-524-4387","email_id":"Vicky47@hotmail.com","dop":"2025-04-06","serial_number":"17661960058004280","imei1":"17661960058004280","imei2":"17661960058004280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180647,"job_number":"JOB_180647","tr_customer_id":180665,"tr_customer_product_id":180655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:25.000Z","modified_at":"2026-02-08T14:28:03.000Z","name":"Georgiana Bayer","mobile_number":"936-732-9708","email_id":"Meghan_Kertzmann@gmail.com","dop":"2025-04-06","serial_number":"19123329089938","imei1":"19123329089938","imei2":"19123329089938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180646,"job_number":"JOB_180646","tr_customer_id":180664,"tr_customer_product_id":180654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:25.000Z","modified_at":"2026-02-08T14:27:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18450364582926","imei1":"18450364582926","imei2":"18450364582926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180645,"job_number":"JOB_180645","tr_customer_id":180663,"tr_customer_product_id":180653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:03.000Z","modified_at":"2026-02-08T14:27:03.000Z","name":"Berneice Price","mobile_number":"873-280-6000","email_id":"Layne_Schimmel28@yahoo.com","dop":"2025-04-06","serial_number":"10995544047478364","imei1":"10995544047478364","imei2":"10995544047478364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180644,"job_number":"JOB_180644","tr_customer_id":180662,"tr_customer_product_id":180652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:02.000Z","modified_at":"2026-02-08T14:27:42.000Z","name":"Theresia Kling","mobile_number":"244-757-1987","email_id":"Kamren_Sporer@gmail.com","dop":"2025-04-06","serial_number":"19149641500376","imei1":"19149641500376","imei2":"19149641500376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180643,"job_number":"JOB_180643","tr_customer_id":180661,"tr_customer_product_id":180651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:02.000Z","modified_at":"2026-02-08T14:27:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18146556114062","imei1":"18146556114062","imei2":"18146556114062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180642,"job_number":"JOB_180642","tr_customer_id":180660,"tr_customer_product_id":180650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:01.000Z","modified_at":"2026-02-08T14:27:01.000Z","name":"Karl Schaden","mobile_number":"698-558-8503","email_id":"Kole.Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"13948378547733976","imei1":"13948378547733976","imei2":"13948378547733976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180641,"job_number":"JOB_180641","tr_customer_id":180659,"tr_customer_product_id":180649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:59.000Z","modified_at":"2026-02-08T14:27:39.000Z","name":"Sabrina Deckow","mobile_number":"732-671-1127","email_id":"Isabel26@hotmail.com","dop":"2025-04-06","serial_number":"19568030596144","imei1":"19568030596144","imei2":"19568030596144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180640,"job_number":"JOB_180640","tr_customer_id":180658,"tr_customer_product_id":180648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:59.000Z","modified_at":"2026-02-08T14:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17083700156570","imei1":"17083700156570","imei2":"17083700156570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180639,"job_number":"JOB_180639","tr_customer_id":180657,"tr_customer_product_id":180647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:56.000Z","modified_at":"2026-02-08T14:26:56.000Z","name":"Marianna Mayer","mobile_number":"866-788-4910","email_id":"Shaun0@yahoo.com","dop":"2025-04-06","serial_number":"16628768293653930","imei1":"16628768293653930","imei2":"16628768293653930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180638,"job_number":"JOB_180638","tr_customer_id":180656,"tr_customer_product_id":180646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:55.000Z","modified_at":"2026-02-08T14:27:33.000Z","name":"Althea Waters","mobile_number":"742-270-6779","email_id":"Laverne.Pacocha@hotmail.com","dop":"2025-04-06","serial_number":"12224714055095","imei1":"12224714055095","imei2":"12224714055095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180637,"job_number":"JOB_180637","tr_customer_id":180655,"tr_customer_product_id":180645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:55.000Z","modified_at":"2026-02-08T14:26:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17973095445641","imei1":"17973095445641","imei2":"17973095445641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180636,"job_number":"JOB_180636","tr_customer_id":180654,"tr_customer_product_id":180644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:41.000Z","modified_at":"2026-02-08T14:26:41.000Z","name":"Rene Lakin","mobile_number":"313-239-9906","email_id":"Faustino.Orn49@yahoo.com","dop":"2025-04-06","serial_number":"12588223049745100","imei1":"12588223049745100","imei2":"12588223049745100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180635,"job_number":"JOB_180635","tr_customer_id":180653,"tr_customer_product_id":180643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:39.000Z","modified_at":"2026-02-08T14:27:18.000Z","name":"Ozella Ankunding","mobile_number":"972-531-2488","email_id":"Fernando_Langworth@yahoo.com","dop":"2025-04-06","serial_number":"10050082948645","imei1":"10050082948645","imei2":"10050082948645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180634,"job_number":"JOB_180634","tr_customer_id":180652,"tr_customer_product_id":180642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:39.000Z","modified_at":"2026-02-08T14:26:39.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18952458001854","imei1":"18952458001854","imei2":"18952458001854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180633,"job_number":"JOB_180633","tr_customer_id":180651,"tr_customer_product_id":180641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:16.000Z","modified_at":"2026-02-08T14:26:16.000Z","name":"Baylee Jerde","mobile_number":"650-340-6325","email_id":"Ashleigh63@yahoo.com","dop":"2025-04-06","serial_number":"18701744897610890","imei1":"18701744897610890","imei2":"18701744897610890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180632,"job_number":"JOB_180632","tr_customer_id":180650,"tr_customer_product_id":180640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:15.000Z","modified_at":"2026-02-08T14:26:54.000Z","name":"Bradley Bernhard","mobile_number":"490-591-8668","email_id":"Mauricio.Tillman@gmail.com","dop":"2025-04-06","serial_number":"13791920564700","imei1":"13791920564700","imei2":"13791920564700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180631,"job_number":"JOB_180631","tr_customer_id":180649,"tr_customer_product_id":180639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:14.000Z","modified_at":"2026-02-08T14:26:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16543625386449","imei1":"16543625386449","imei2":"16543625386449","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180630,"job_number":"JOB_180630","tr_customer_id":180648,"tr_customer_product_id":180638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:11.000Z","modified_at":"2026-02-08T14:26:11.000Z","name":"Jarrod Sawayn","mobile_number":"734-326-5007","email_id":"Cedrick_Purdy80@yahoo.com","dop":"2025-04-06","serial_number":"19293028001380776","imei1":"19293028001380776","imei2":"19293028001380776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180629,"job_number":"JOB_180629","tr_customer_id":180647,"tr_customer_product_id":180637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:10.000Z","modified_at":"2026-02-08T14:26:48.000Z","name":"Kiara Ryan","mobile_number":"560-208-6756","email_id":"Tianna48@hotmail.com","dop":"2025-04-06","serial_number":"17113780318758","imei1":"17113780318758","imei2":"17113780318758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180628,"job_number":"JOB_180628","tr_customer_id":180646,"tr_customer_product_id":180636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:09.000Z","modified_at":"2026-02-08T14:26:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12084375608828","imei1":"12084375608828","imei2":"12084375608828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180627,"job_number":"JOB_180627","tr_customer_id":180645,"tr_customer_product_id":180635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:29.000Z","modified_at":"2026-02-08T14:25:29.000Z","name":"Emmett Hills","mobile_number":"603-322-3804","email_id":"Pascale_Hettinger69@gmail.com","dop":"2025-04-06","serial_number":"13556698490155630","imei1":"13556698490155630","imei2":"13556698490155630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180626,"job_number":"JOB_180626","tr_customer_id":180644,"tr_customer_product_id":180634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:27.000Z","modified_at":"2026-02-08T14:26:07.000Z","name":"Tessie Konopelski","mobile_number":"914-294-4786","email_id":"Marisol99@hotmail.com","dop":"2025-04-06","serial_number":"11080152594051","imei1":"11080152594051","imei2":"11080152594051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:26:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180625,"job_number":"JOB_180625","tr_customer_id":180643,"tr_customer_product_id":180633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:27.000Z","modified_at":"2026-02-08T14:25:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10817750843860","imei1":"10817750843860","imei2":"10817750843860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180624,"job_number":"JOB_180624","tr_customer_id":180642,"tr_customer_product_id":180632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:26.000Z","modified_at":"2026-02-08T14:25:26.000Z","name":"Gabriella Simonis","mobile_number":"304-545-5550","email_id":"Luther.Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"17045357272701778","imei1":"17045357272701778","imei2":"17045357272701778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180623,"job_number":"JOB_180623","tr_customer_id":180641,"tr_customer_product_id":180631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:24.000Z","modified_at":"2026-02-08T14:26:02.000Z","name":"Hubert Hickle","mobile_number":"494-407-6649","email_id":"August48@hotmail.com","dop":"2025-04-06","serial_number":"11100868065092","imei1":"11100868065092","imei2":"11100868065092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:26:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180622,"job_number":"JOB_180622","tr_customer_id":180640,"tr_customer_product_id":180630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:24.000Z","modified_at":"2026-02-08T14:25:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12981560262399","imei1":"12981560262399","imei2":"12981560262399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180620,"job_number":"JOB_180620","tr_customer_id":180638,"tr_customer_product_id":180628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:08.000Z","modified_at":"2026-02-08T14:25:46.000Z","name":"Zechariah Kovacek","mobile_number":"979-663-1284","email_id":"Dorian.Bergnaum@yahoo.com","dop":"2000-01-31","serial_number":"10402672205579","imei1":"10402672205579","imei2":"10402672205579","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180617,"job_number":"JOB_180617","tr_customer_id":180635,"tr_customer_product_id":180625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:24:22.000Z","modified_at":"2026-02-08T14:25:01.000Z","name":"Uriel Terry","mobile_number":"755-879-4813","email_id":"Faye.Senger56@gmail.com","dop":"2000-01-31","serial_number":"10149867358156","imei1":"10149867358156","imei2":"10149867358156","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180614,"job_number":"JOB_180614","tr_customer_id":180632,"tr_customer_product_id":180622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:37.000Z","modified_at":"2026-02-08T14:24:15.000Z","name":"Leopold Skiles","mobile_number":"994-805-6256","email_id":"Noe_Predovic@yahoo.com","dop":"2000-01-31","serial_number":"10140429586198","imei1":"10140429586198","imei2":"10140429586198","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180612,"job_number":"JOB_180612","tr_customer_id":180630,"tr_customer_product_id":180620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:14.000Z","modified_at":"2026-02-08T14:23:14.000Z","name":"Kurtis Nitzsche","mobile_number":"596-929-5837","email_id":"Travon.Moore58@gmail.com","dop":"2025-06-18","serial_number":"1097538551322889","imei1":"1097538551322889","imei2":"1097538551322889","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180611,"job_number":"JOB_180611","tr_customer_id":180629,"tr_customer_product_id":180619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:14.000Z","modified_at":"2026-02-08T14:23:50.000Z","name":"Ernestina Murray","mobile_number":"823-447-4150","email_id":"Teresa_Hilpert@gmail.com","dop":"2025-06-18","serial_number":"10006538692263","imei1":"10006538692263","imei2":"10006538692263","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180610,"job_number":"JOB_180610","tr_customer_id":180628,"tr_customer_product_id":180618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:14.000Z","modified_at":"2026-02-08T14:23:14.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10167572570279","imei1":"10167572570279","imei2":"10167572570279","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180608,"job_number":"JOB_180608","tr_customer_id":180626,"tr_customer_product_id":180616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:52.000Z","modified_at":"2026-02-08T14:23:30.000Z","name":"Estell Daugherty","mobile_number":"565-377-2631","email_id":"Jarrod0@hotmail.com","dop":"2000-01-31","serial_number":"10799762033297","imei1":"10799762033297","imei2":"10799762033297","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:23:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180606,"job_number":"JOB_180606","tr_customer_id":180624,"tr_customer_product_id":180614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:47.000Z","modified_at":"2026-02-08T14:22:47.000Z","name":"Greyson Barrows","mobile_number":"248-701-0857","email_id":"Melissa_Grady@yahoo.com","dop":"2025-04-06","serial_number":"14464942977519696","imei1":"14464942977519696","imei2":"14464942977519696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180605,"job_number":"JOB_180605","tr_customer_id":180623,"tr_customer_product_id":180613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:46.000Z","modified_at":"2026-02-08T14:23:25.000Z","name":"Christina Sauer","mobile_number":"999-338-9817","email_id":"Melissa27@yahoo.com","dop":"2025-04-06","serial_number":"11166159367662","imei1":"11166159367662","imei2":"11166159367662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180604,"job_number":"JOB_180604","tr_customer_id":180622,"tr_customer_product_id":180612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:45.000Z","modified_at":"2026-02-08T14:22:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15837040606229","imei1":"15837040606229","imei2":"15837040606229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180603,"job_number":"JOB_180603","tr_customer_id":180621,"tr_customer_product_id":180611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:31.000Z","modified_at":"2026-02-08T14:22:31.000Z","name":"America Legros","mobile_number":"568-873-2693","email_id":"Elta55@yahoo.com","dop":"2025-06-18","serial_number":"1057689858638897","imei1":"1057689858638897","imei2":"1057689858638897","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180602,"job_number":"JOB_180602","tr_customer_id":180620,"tr_customer_product_id":180610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:31.000Z","modified_at":"2026-02-08T14:23:07.000Z","name":"Emil Ullrich","mobile_number":"699-784-4518","email_id":"Isai.Schulist@yahoo.com","dop":"2025-06-18","serial_number":"10415111184929","imei1":"10415111184929","imei2":"10415111184929","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:23:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180601,"job_number":"JOB_180601","tr_customer_id":180619,"tr_customer_product_id":180609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:30.000Z","modified_at":"2026-02-08T14:22:30.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10946843577957","imei1":"10946843577957","imei2":"10946843577957","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180600,"job_number":"JOB_180600","tr_customer_id":180618,"tr_customer_product_id":180608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:09.000Z","modified_at":"2026-02-08T14:22:09.000Z","name":"Heather Collins","mobile_number":"740-294-7607","email_id":"Savion.Kunde@gmail.com","dop":"2025-04-06","serial_number":"15878745361802478","imei1":"15878745361802478","imei2":"15878745361802478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180599,"job_number":"JOB_180599","tr_customer_id":180617,"tr_customer_product_id":180607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:07.000Z","modified_at":"2026-02-08T14:22:45.000Z","name":"Lauren Dicki","mobile_number":"353-445-4545","email_id":"Alison85@yahoo.com","dop":"2025-04-06","serial_number":"13055610424783","imei1":"13055610424783","imei2":"13055610424783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180598,"job_number":"JOB_180598","tr_customer_id":180616,"tr_customer_product_id":180606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:07.000Z","modified_at":"2026-02-08T14:22:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18983628038337","imei1":"18983628038337","imei2":"18983628038337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180597,"job_number":"JOB_180597","tr_customer_id":180615,"tr_customer_product_id":180605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:00.000Z","modified_at":"2026-02-08T14:22:00.000Z","name":"Stan Mertz","mobile_number":"513-711-4286","email_id":"Chaya_Koelpin@gmail.com","dop":"2025-04-06","serial_number":"11644541272605020","imei1":"11644541272605020","imei2":"11644541272605020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180596,"job_number":"JOB_180596","tr_customer_id":180614,"tr_customer_product_id":180604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:59.000Z","modified_at":"2026-02-08T14:22:38.000Z","name":"Bernhard Kerluke","mobile_number":"468-249-6939","email_id":"Iliana.Collier@yahoo.com","dop":"2025-04-06","serial_number":"19271123240861","imei1":"19271123240861","imei2":"19271123240861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180595,"job_number":"JOB_180595","tr_customer_id":180613,"tr_customer_product_id":180603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:58.000Z","modified_at":"2026-02-08T14:21:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14598104268583","imei1":"14598104268583","imei2":"14598104268583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180594,"job_number":"JOB_180594","tr_customer_id":180612,"tr_customer_product_id":180602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:23.000Z","modified_at":"2026-02-08T14:21:23.000Z","name":"Furman Koelpin","mobile_number":"346-558-0723","email_id":"Trudie70@yahoo.com","dop":"2025-04-06","serial_number":"17780119563102648","imei1":"17780119563102648","imei2":"17780119563102648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180593,"job_number":"JOB_180593","tr_customer_id":180611,"tr_customer_product_id":180601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:22.000Z","modified_at":"2026-02-08T14:22:00.000Z","name":"Laury Williamson","mobile_number":"533-509-0012","email_id":"Lura66@gmail.com","dop":"2025-04-06","serial_number":"13530647256202","imei1":"13530647256202","imei2":"13530647256202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180592,"job_number":"JOB_180592","tr_customer_id":180610,"tr_customer_product_id":180600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:21.000Z","modified_at":"2026-02-08T14:21:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19725841274474","imei1":"19725841274474","imei2":"19725841274474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180591,"job_number":"JOB_180591","tr_customer_id":180609,"tr_customer_product_id":180599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:13.000Z","modified_at":"2026-02-08T14:21:13.000Z","name":"Lucy Nikolaus","mobile_number":"612-413-6314","email_id":"Raul.Leannon18@hotmail.com","dop":"2025-04-06","serial_number":"14328961623734680","imei1":"14328961623734680","imei2":"14328961623734680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180590,"job_number":"JOB_180590","tr_customer_id":180608,"tr_customer_product_id":180598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:11.000Z","modified_at":"2026-02-08T14:21:51.000Z","name":"Cristal Krajcik","mobile_number":"943-356-7514","email_id":"Kole.Upton@yahoo.com","dop":"2025-04-06","serial_number":"17655979638036","imei1":"17655979638036","imei2":"17655979638036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180589,"job_number":"JOB_180589","tr_customer_id":180607,"tr_customer_product_id":180597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:11.000Z","modified_at":"2026-02-08T14:21:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18151606395183","imei1":"18151606395183","imei2":"18151606395183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180588,"job_number":"JOB_180588","tr_customer_id":180606,"tr_customer_product_id":180596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:40.000Z","modified_at":"2026-02-08T14:21:14.000Z","name":"Jacey McGlynn","mobile_number":"327-523-8573","email_id":"Sonny_Lemke53@yahoo.com","dop":"2025-02-01","serial_number":"29577389309578","imei1":"29577389309578","imei2":"29577389309578","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180587,"job_number":"JOB_180587","tr_customer_id":180605,"tr_customer_product_id":180595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:39.000Z","modified_at":"2026-02-08T14:20:39.000Z","name":"Lavada Rowe","mobile_number":"234-500-2917","email_id":"Deron_Metz71@hotmail.com","dop":"2025-02-01","serial_number":"68533269897309","imei1":"68533269897309","imei2":"68533269897309","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180586,"job_number":"JOB_180586","tr_customer_id":180604,"tr_customer_product_id":180594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:38.000Z","modified_at":"2026-02-08T14:20:38.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"89343603974856","imei1":"89343603974856","imei2":"89343603974856","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180585,"job_number":"JOB_180585","tr_customer_id":180603,"tr_customer_product_id":180593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:37.000Z","modified_at":"2026-02-08T14:20:37.000Z","name":"Lavon Fisher","mobile_number":"413-480-3446","email_id":"Emile.Stracke91@yahoo.com","dop":"2025-04-06","serial_number":"12106999377804322","imei1":"12106999377804322","imei2":"12106999377804322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180584,"job_number":"JOB_180584","tr_customer_id":180602,"tr_customer_product_id":180592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:36.000Z","modified_at":"2026-02-08T14:21:14.000Z","name":"Pearl Ward","mobile_number":"452-899-2775","email_id":"Joanne.Considine27@gmail.com","dop":"2025-04-06","serial_number":"17621060966560","imei1":"17621060966560","imei2":"17621060966560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180583,"job_number":"JOB_180583","tr_customer_id":180601,"tr_customer_product_id":180591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:35.000Z","modified_at":"2026-02-08T14:20:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10660897877368","imei1":"10660897877368","imei2":"10660897877368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180582,"job_number":"JOB_180582","tr_customer_id":180600,"tr_customer_product_id":180590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:58.000Z","modified_at":"2026-02-08T14:20:32.000Z","name":"Camden Barton","mobile_number":"706-541-2098","email_id":"Conrad93@gmail.com","dop":"2025-02-01","serial_number":"89719909888975","imei1":"89719909888975","imei2":"89719909888975","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180581,"job_number":"JOB_180581","tr_customer_id":180599,"tr_customer_product_id":180589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:57.000Z","modified_at":"2026-02-08T14:19:57.000Z","name":"Rick Feeney","mobile_number":"537-361-7520","email_id":"Mose.Metz@yahoo.com","dop":"2025-02-01","serial_number":"41323805013656","imei1":"41323805013656","imei2":"41323805013656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180580,"job_number":"JOB_180580","tr_customer_id":180598,"tr_customer_product_id":180588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:57.000Z","modified_at":"2026-02-08T14:19:57.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"71677591577650","imei1":"71677591577650","imei2":"71677591577650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180579,"job_number":"JOB_180579","tr_customer_id":180597,"tr_customer_product_id":180587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:16.000Z","modified_at":"2026-02-08T14:19:50.000Z","name":"Al Fritsch","mobile_number":"569-637-5044","email_id":"Gaylord_Jacobson56@hotmail.com","dop":"2025-02-01","serial_number":"99435478712456","imei1":"99435478712456","imei2":"99435478712456","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180578,"job_number":"JOB_180578","tr_customer_id":180596,"tr_customer_product_id":180586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:15.000Z","modified_at":"2026-02-08T14:19:15.000Z","name":"Ewell Sawayn","mobile_number":"540-447-8124","email_id":"Efrain31@gmail.com","dop":"2025-02-01","serial_number":"98480597561065","imei1":"98480597561065","imei2":"98480597561065","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180577,"job_number":"JOB_180577","tr_customer_id":180595,"tr_customer_product_id":180585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:15.000Z","modified_at":"2026-02-08T14:19:15.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"97989040955609","imei1":"97989040955609","imei2":"97989040955609","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180567,"job_number":"JOB_180567","tr_customer_id":180585,"tr_customer_product_id":180575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:02:11.000Z","modified_at":"2026-02-08T14:02:11.000Z","name":"Lisa Rolfson","mobile_number":"438-697-4409","email_id":"Boyd30@hotmail.com","dop":"2025-04-06","serial_number":"13128114824048736","imei1":"13128114824048736","imei2":"13128114824048736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180566,"job_number":"JOB_180566","tr_customer_id":180584,"tr_customer_product_id":180574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:02:09.000Z","modified_at":"2026-02-08T14:02:49.000Z","name":"Maximillian Dach","mobile_number":"808-607-9399","email_id":"Syble.Friesen@yahoo.com","dop":"2025-04-06","serial_number":"11153117276971","imei1":"11153117276971","imei2":"11153117276971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:02:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180565,"job_number":"JOB_180565","tr_customer_id":180583,"tr_customer_product_id":180573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:02:09.000Z","modified_at":"2026-02-08T14:02:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19077642464205","imei1":"19077642464205","imei2":"19077642464205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180564,"job_number":"JOB_180564","tr_customer_id":180582,"tr_customer_product_id":180572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:24.000Z","modified_at":"2026-02-08T14:01:24.000Z","name":"Prudence Feeney","mobile_number":"301-700-8061","email_id":"Athena.Gusikowski@yahoo.com","dop":"2025-04-06","serial_number":"16102568806358916","imei1":"16102568806358916","imei2":"16102568806358916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180563,"job_number":"JOB_180563","tr_customer_id":180581,"tr_customer_product_id":180571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:22.000Z","modified_at":"2026-02-08T14:02:02.000Z","name":"Gus Dare","mobile_number":"223-497-7783","email_id":"Mallory15@gmail.com","dop":"2025-04-06","serial_number":"10314165300725","imei1":"10314165300725","imei2":"10314165300725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:02:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180562,"job_number":"JOB_180562","tr_customer_id":180580,"tr_customer_product_id":180570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:22.000Z","modified_at":"2026-02-08T14:01:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18055937155651","imei1":"18055937155651","imei2":"18055937155651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180558,"job_number":"JOB_180558","tr_customer_id":180576,"tr_customer_product_id":180566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:36.000Z","modified_at":"2026-02-08T14:00:36.000Z","name":"Reymundo Lesch","mobile_number":"959-631-3701","email_id":"Mortimer.Grimes@hotmail.com","dop":"2025-04-06","serial_number":"13046825301078760","imei1":"13046825301078760","imei2":"13046825301078760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180557,"job_number":"JOB_180557","tr_customer_id":180575,"tr_customer_product_id":180565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:35.000Z","modified_at":"2026-02-08T14:01:15.000Z","name":"Karolann Spencer","mobile_number":"682-436-5614","email_id":"Audie.Hermiston65@hotmail.com","dop":"2025-04-06","serial_number":"11050423524527","imei1":"11050423524527","imei2":"11050423524527","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180556,"job_number":"JOB_180556","tr_customer_id":180574,"tr_customer_product_id":180564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:34.000Z","modified_at":"2026-02-08T14:00:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10178785469419","imei1":"10178785469419","imei2":"10178785469419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180555,"job_number":"JOB_180555","tr_customer_id":180573,"tr_customer_product_id":180563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:15.000Z","modified_at":"2026-02-08T14:00:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19555009212016","imei1":"19555009212016","imei2":"19555009212016","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180554,"job_number":"JOB_180554","tr_customer_id":180572,"tr_customer_product_id":180562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:14.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25193061119213","imei1":"25193061119213","imei2":"25193061119213","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180553,"job_number":"JOB_180553","tr_customer_id":180571,"tr_customer_product_id":180561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:14.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71474003650779","imei1":"71474003650779","imei2":"71474003650779","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180552,"job_number":"JOB_180552","tr_customer_id":180570,"tr_customer_product_id":180560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:14.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36029055969019","imei1":"36029055969019","imei2":"36029055969019","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180551,"job_number":"JOB_180551","tr_customer_id":180569,"tr_customer_product_id":180559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:13.000Z","modified_at":"2026-02-08T14:00:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40792542391321","imei1":"40792542391321","imei2":"40792542391321","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180550,"job_number":"JOB_180550","tr_customer_id":180568,"tr_customer_product_id":180558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:13.000Z","modified_at":"2026-02-08T14:00:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49412072345237","imei1":"49412072345237","imei2":"49412072345237","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180549,"job_number":"JOB_180549","tr_customer_id":180567,"tr_customer_product_id":180557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:13.000Z","modified_at":"2026-02-08T14:00:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22266787994294","imei1":"22266787994294","imei2":"22266787994294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180548,"job_number":"JOB_180548","tr_customer_id":180566,"tr_customer_product_id":180556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:43.000Z","modified_at":"2026-02-08T14:00:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92471897697016","imei1":"92471897697016","imei2":"92471897697016","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180547,"job_number":"JOB_180547","tr_customer_id":180565,"tr_customer_product_id":180555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:43.000Z","modified_at":"2026-02-08T13:59:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28584823408899","imei1":"28584823408899","imei2":"28584823408899","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180546,"job_number":"JOB_180546","tr_customer_id":180564,"tr_customer_product_id":180554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:42.000Z","modified_at":"2026-02-08T13:59:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85587539789341","imei1":"85587539789341","imei2":"85587539789341","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180545,"job_number":"JOB_180545","tr_customer_id":180563,"tr_customer_product_id":180553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:42.000Z","modified_at":"2026-02-08T13:59:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96188274944394","imei1":"96188274944394","imei2":"96188274944394","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180544,"job_number":"JOB_180544","tr_customer_id":180562,"tr_customer_product_id":180552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:42.000Z","modified_at":"2026-02-08T13:59:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64278196028626","imei1":"64278196028626","imei2":"64278196028626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180543,"job_number":"JOB_180543","tr_customer_id":180561,"tr_customer_product_id":180551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:41.000Z","modified_at":"2026-02-08T13:59:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54394109351148","imei1":"54394109351148","imei2":"54394109351148","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180542,"job_number":"JOB_180542","tr_customer_id":180560,"tr_customer_product_id":180550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:41.000Z","modified_at":"2026-02-08T13:59:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69949483191113","imei1":"69949483191113","imei2":"69949483191113","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180541,"job_number":"JOB_180541","tr_customer_id":180559,"tr_customer_product_id":180549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:34.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Ricardo Ritchie","mobile_number":"662-796-9142","email_id":"Ahmad_Bode99@hotmail.com","dop":"2025-12-31","serial_number":"107510764163062","imei1":"107510764163062","imei2":"107510764163062","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180540,"job_number":"JOB_180540","tr_customer_id":180558,"tr_customer_product_id":180548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:34.000Z","modified_at":"2026-02-08T13:59:34.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"106707548850756","imei1":"106707548850756","imei2":"106707548850756","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180539,"job_number":"JOB_180539","tr_customer_id":180557,"tr_customer_product_id":180547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:24.000Z","modified_at":"2026-02-08T13:59:24.000Z","name":"Piper Kuhn","mobile_number":"469-483-5760","email_id":"Dylan.Kautzer67@gmail.com","dop":"2025-04-06","serial_number":"15181053479646604","imei1":"15181053479646604","imei2":"15181053479646604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180538,"job_number":"JOB_180538","tr_customer_id":180556,"tr_customer_product_id":180546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:23.000Z","modified_at":"2026-02-08T14:00:04.000Z","name":"Graham Ankunding","mobile_number":"730-540-2317","email_id":"Arielle_Abernathy@yahoo.com","dop":"2025-04-06","serial_number":"13738761776050","imei1":"13738761776050","imei2":"13738761776050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180537,"job_number":"JOB_180537","tr_customer_id":180555,"tr_customer_product_id":180545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:11.000Z","modified_at":"2026-02-08T13:59:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63775452313636","imei1":"63775452313636","imei2":"63775452313636","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T13:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180536,"job_number":"JOB_180536","tr_customer_id":180554,"tr_customer_product_id":180544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:11.000Z","modified_at":"2026-02-08T13:59:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37142244609990","imei1":"37142244609990","imei2":"37142244609990","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180535,"job_number":"JOB_180535","tr_customer_id":180553,"tr_customer_product_id":180543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:11.000Z","modified_at":"2026-02-08T13:59:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41279575795671","imei1":"41279575795671","imei2":"41279575795671","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180534,"job_number":"JOB_180534","tr_customer_id":180552,"tr_customer_product_id":180542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:10.000Z","modified_at":"2026-02-08T13:59:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52372207395973","imei1":"52372207395973","imei2":"52372207395973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180533,"job_number":"JOB_180533","tr_customer_id":180551,"tr_customer_product_id":180541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:10.000Z","modified_at":"2026-02-08T13:59:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33143962173682","imei1":"33143962173682","imei2":"33143962173682","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180532,"job_number":"JOB_180532","tr_customer_id":180550,"tr_customer_product_id":180540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:10.000Z","modified_at":"2026-02-08T13:59:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16614611302081","imei1":"16614611302081","imei2":"16614611302081","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180531,"job_number":"JOB_180531","tr_customer_id":180549,"tr_customer_product_id":180539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:09.000Z","modified_at":"2026-02-08T13:59:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79258706893459","imei1":"79258706893459","imei2":"79258706893459","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180530,"job_number":"JOB_180530","tr_customer_id":180548,"tr_customer_product_id":180538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:58:46.000Z","modified_at":"2026-02-08T13:59:26.000Z","name":"Lindsey Cummerata","mobile_number":"695-312-9114","email_id":"Prince_Murazik71@hotmail.com","dop":"2025-12-31","serial_number":"107092227485301","imei1":"107092227485301","imei2":"107092227485301","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T13:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180529,"job_number":"JOB_180529","tr_customer_id":180547,"tr_customer_product_id":180537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:58:46.000Z","modified_at":"2026-02-08T13:58:46.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105078321055700","imei1":"105078321055700","imei2":"105078321055700","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180528,"job_number":"JOB_180528","tr_customer_id":180546,"tr_customer_product_id":180536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:57:58.000Z","modified_at":"2026-02-08T13:58:38.000Z","name":"Dorcas Fisher","mobile_number":"920-820-2339","email_id":"Anahi36@hotmail.com","dop":"2025-12-31","serial_number":"105821046079190","imei1":"105821046079190","imei2":"105821046079190","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T13:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180527,"job_number":"JOB_180527","tr_customer_id":180545,"tr_customer_product_id":180535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:57:57.000Z","modified_at":"2026-02-08T13:57:57.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104604446271953","imei1":"104604446271953","imei2":"104604446271953","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180526,"job_number":"JOB_180526","tr_customer_id":180544,"tr_customer_product_id":180534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:39:23.000Z","modified_at":"2026-02-08T13:39:23.000Z","name":"Demarcus Nader","mobile_number":"325-856-4907","email_id":"Aliya_Kuhic8@hotmail.com","dop":"2025-05-30","serial_number":"1504472981039553","imei1":"1504472981039553","imei2":"1504472981039553","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180525,"job_number":"JOB_180525","tr_customer_id":180543,"tr_customer_product_id":180533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:39:22.000Z","modified_at":"2026-02-08T13:39:22.000Z","name":"Emory Abshire","mobile_number":"335-976-9243","email_id":"Green54@yahoo.com","dop":"2025-05-30","serial_number":"13458146226915","imei1":"13458146226915","imei2":"13458146226915","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180524,"job_number":"JOB_180524","tr_customer_id":180542,"tr_customer_product_id":180532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:39:21.000Z","modified_at":"2026-02-08T13:39:39.000Z","name":"Ralph Rosenbaum","mobile_number":"739-203-2221","email_id":"Abagail.Larson25@hotmail.com","dop":"2025-05-30","serial_number":"17568655755306","imei1":"17568655755306","imei2":"17568655755306","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T13:39:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180523,"job_number":"JOB_180523","tr_customer_id":180541,"tr_customer_product_id":180531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Laxman Sinha","mobile_number":"7087944327","email_id":"chaturbhuj.ahuja@gmail.com","dop":"2025-02-27","serial_number":"62004103454941","imei1":"62004103454941","imei2":"62004103454941","popurl":"www.purnima-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180522,"job_number":"JOB_180522","tr_customer_id":180540,"tr_customer_product_id":180530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Kannan Sinha","mobile_number":"7412227846","email_id":"shakti.kaniyar@gmail.com","dop":"2025-02-11","serial_number":"14175741847733","imei1":"14175741847733","imei2":"14175741847733","popurl":"www.devi-guneta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180521,"job_number":"JOB_180521","tr_customer_id":180539,"tr_customer_product_id":180529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Anasooya Mehra","mobile_number":"7072988320","email_id":"laxman.sethi@gmail.com","dop":"2025-10-24","serial_number":"46790092709751","imei1":"46790092709751","imei2":"46790092709751","popurl":"www.achalesvara-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180520,"job_number":"JOB_180520","tr_customer_id":180537,"tr_customer_product_id":180527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Trilok Adiga","mobile_number":"7092842534","email_id":"lakshmidhar.pandey@gmail.com","dop":"2025-04-10","serial_number":"31767057836454","imei1":"31767057836454","imei2":"31767057836454","popurl":"www.sameer-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180519,"job_number":"JOB_180519","tr_customer_id":180538,"tr_customer_product_id":180528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Bhooshit Sharma","mobile_number":"7578541469","email_id":"jagadisha.pilla@yahoo.co.in","dop":"2025-12-21","serial_number":"00794503111307","imei1":"00794503111307","imei2":"00794503111307","popurl":"www.aagam-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180518,"job_number":"JOB_180518","tr_customer_id":180536,"tr_customer_product_id":180526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Akroor Shukla","mobile_number":"7196432037","email_id":"lila.sharma@gmail.com","dop":"2025-10-06","serial_number":"57286493122505","imei1":"57286493122505","imei2":"57286493122505","popurl":"www.shakuntala-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180517,"job_number":"JOB_180517","tr_customer_id":180535,"tr_customer_product_id":180525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Shridevi Gill","mobile_number":"7736632609","email_id":"narendra.pilla@yahoo.co.in","dop":"2025-06-23","serial_number":"82388417627461","imei1":"82388417627461","imei2":"82388417627461","popurl":"www.lila-patel.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180516,"job_number":"JOB_180516","tr_customer_id":180534,"tr_customer_product_id":180524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Tushar Panicker","mobile_number":"7182466263","email_id":"laxmi.bhattathiri@gmail.com","dop":"2025-12-22","serial_number":"40403730886315","imei1":"40403730886315","imei2":"40403730886315","popurl":"www.damodara-joshi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180515,"job_number":"JOB_180515","tr_customer_id":180533,"tr_customer_product_id":180523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Vishwamitra Guneta","mobile_number":"7860900714","email_id":"rageswari.joshi@yahoo.co.in","dop":"2025-06-18","serial_number":"87242738324842","imei1":"87242738324842","imei2":"87242738324842","popurl":"www.parvati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180514,"job_number":"JOB_180514","tr_customer_id":180532,"tr_customer_product_id":180522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Kin Dwivedi","mobile_number":"7553177710","email_id":"vimal.reddy@gmail.com","dop":"2025-04-11","serial_number":"88684891732415","imei1":"88684891732415","imei2":"88684891732415","popurl":"www.amrita-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180513,"job_number":"JOB_180513","tr_customer_id":180531,"tr_customer_product_id":180521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Bhramar Khatri","mobile_number":"7477980856","email_id":"manik.jha@gmail.com","dop":"2025-02-12","serial_number":"94742079031070","imei1":"94742079031070","imei2":"94742079031070","popurl":"www.kannen-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180512,"job_number":"JOB_180512","tr_customer_id":180530,"tr_customer_product_id":180520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Tanirika Mehrotra","mobile_number":"7239411244","email_id":"tanushri.panicker@gmail.com","dop":"2026-01-05","serial_number":"44408868941626","imei1":"44408868941626","imei2":"44408868941626","popurl":"www.bala-joshi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180511,"job_number":"JOB_180511","tr_customer_id":180529,"tr_customer_product_id":180519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Chandni Shah","mobile_number":"7065064274","email_id":"dinakar.kaur@gmail.com","dop":"2025-08-24","serial_number":"68749851335097","imei1":"68749851335097","imei2":"68749851335097","popurl":"www.sushil-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180510,"job_number":"JOB_180510","tr_customer_id":180528,"tr_customer_product_id":180518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Hiranmay Nayar","mobile_number":"7763106048","email_id":"gorakhanatha.acharya@gmail.com","dop":"2025-06-14","serial_number":"64570558780675","imei1":"64570558780675","imei2":"64570558780675","popurl":"www.deeptimoy-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180509,"job_number":"JOB_180509","tr_customer_id":180527,"tr_customer_product_id":180517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Dhanesh Pilla","mobile_number":"7434741203","email_id":"acaryatanaya.marar@yahoo.co.in","dop":"2025-04-28","serial_number":"95729468297349","imei1":"95729468297349","imei2":"95729468297349","popurl":"www.chinmayananda-rana.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180508,"job_number":"JOB_180508","tr_customer_id":180525,"tr_customer_product_id":180516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Bilwa Marar","mobile_number":"7024282195","email_id":"dinesh.johar@hotmail.com","dop":"2025-05-26","serial_number":"44838025354738","imei1":"44838025354738","imei2":"44838025354738","popurl":"www.gobinda-jain.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180507,"job_number":"JOB_180507","tr_customer_id":180526,"tr_customer_product_id":180515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Mukesh Kocchar","mobile_number":"7827257389","email_id":"ekalavya.banerjee@yahoo.co.in","dop":"2026-01-17","serial_number":"90550313595655","imei1":"90550313595655","imei2":"90550313595655","popurl":"www.deeptanshu-kapoor.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180506,"job_number":"JOB_180506","tr_customer_id":180524,"tr_customer_product_id":180514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Vasudev Kakkar","mobile_number":"7726566369","email_id":"deepali.tandon@gmail.com","dop":"2025-02-13","serial_number":"41282816065422","imei1":"41282816065422","imei2":"41282816065422","popurl":"www.birjesh-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180505,"job_number":"JOB_180505","tr_customer_id":180523,"tr_customer_product_id":180513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Akshayakeerti Nambeesan","mobile_number":"7899017411","email_id":"avantika.joshi@hotmail.com","dop":"2025-05-24","serial_number":"62420546022827","imei1":"62420546022827","imei2":"62420546022827","popurl":"www.adinath-namboothiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180504,"job_number":"JOB_180504","tr_customer_id":180522,"tr_customer_product_id":180512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Agneya Pilla","mobile_number":"7365895169","email_id":"nalini.varman@gmail.com","dop":"2025-03-01","serial_number":"59711991910219","imei1":"59711991910219","imei2":"59711991910219","popurl":"www.kali-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180503,"job_number":"JOB_180503","tr_customer_id":180521,"tr_customer_product_id":180511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Jatin Halvorson","mobile_number":"308-982-2512","email_id":"Layne.Turcotte@yahoo.com","dop":"2025-04-06","serial_number":"56190783756131","imei1":"56190783756131","imei2":"56190783756131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180502,"job_number":"JOB_180502","tr_customer_id":180520,"tr_customer_product_id":180510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Uday Halvorson","mobile_number":"308-982-2512","email_id":"Layne.Turcotte@yahoo.com","dop":"2025-04-06","serial_number":"67190783756131","imei1":"67190783756131","imei2":"67190783756131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180501,"job_number":"JOB_180501","tr_customer_id":180519,"tr_customer_product_id":180509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Travon Halvorson","mobile_number":"308-982-2512","email_id":"Layne.Turcotte@yahoo.com","dop":"2025-04-06","serial_number":"45190783756131","imei1":"45190783756131","imei2":"45190783756131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180500,"job_number":"JOB_180500","tr_customer_id":180518,"tr_customer_product_id":180508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Anand Swarup Menon","mobile_number":"7919982948","email_id":"prayag.pandey@gmail.com","dop":"2025-02-13","serial_number":"31391126402323","imei1":"31391126402323","imei2":"31391126402323","popurl":"www.abhaya-butt.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180499,"job_number":"JOB_180499","tr_customer_id":180516,"tr_customer_product_id":180506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Rajinder Jain","mobile_number":"7072671523","email_id":"chidananda.jha@gmail.com","dop":"2025-09-17","serial_number":"66503991645606","imei1":"66503991645606","imei2":"66503991645606","popurl":"www.gopaal-tandon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180498,"job_number":"JOB_180498","tr_customer_id":180517,"tr_customer_product_id":180507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Surya Varma","mobile_number":"7139760640","email_id":"tanushri.banerjee@hotmail.com","dop":"2025-09-27","serial_number":"21333493114975","imei1":"21333493114975","imei2":"21333493114975","popurl":"www.chandrabhan-kaniyar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180497,"job_number":"JOB_180497","tr_customer_id":180515,"tr_customer_product_id":180505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Acharyasuta Mahajan","mobile_number":"7957857540","email_id":"jagadisha.marar@hotmail.com","dop":"2025-09-03","serial_number":"15335054013165","imei1":"15335054013165","imei2":"15335054013165","popurl":"www.chitramala-sinha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180496,"job_number":"JOB_180496","tr_customer_id":180514,"tr_customer_product_id":180504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Baalaaditya Kaul","mobile_number":"7106911343","email_id":"kalpana.pandey@hotmail.com","dop":"2025-08-23","serial_number":"55235957311984","imei1":"55235957311984","imei2":"55235957311984","popurl":"www.abhisyanta-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180495,"job_number":"JOB_180495","tr_customer_id":180513,"tr_customer_product_id":180503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:42.000Z","modified_at":"2026-02-08T12:09:42.000Z","name":"Emelie Ruecker","mobile_number":"676-574-7609","email_id":"Xzavier.Dare44@yahoo.com","dop":"2025-10-06","serial_number":"14181291470499452","imei1":"14181291470499452","imei2":"14181291470499452","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180494,"job_number":"JOB_180494","tr_customer_id":180512,"tr_customer_product_id":180502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:41.000Z","modified_at":"2026-02-08T12:09:48.000Z","name":"Kavon Aufderhar","mobile_number":"958-293-9800","email_id":"Tyreek99@gmail.com","dop":"2025-10-06","serial_number":"15402267578875","imei1":"15402267578875","imei2":"15402267578875","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T12:09:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180493,"job_number":"JOB_180493","tr_customer_id":180511,"tr_customer_product_id":180501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:41.000Z","modified_at":"2026-02-08T12:09:41.000Z","name":"sandeep gupta","mobile_number":"98555445554","email_id":"sandy@321","dop":"2025-10-06","serial_number":"17627069625992","imei1":"17627069625992","imei2":"17627069625992","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180492,"job_number":"JOB_180492","tr_customer_id":180510,"tr_customer_product_id":180500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:34.000Z","modified_at":"2026-02-08T12:09:34.000Z","name":"Nicklaus Hermiston","mobile_number":"827-992-4358","email_id":"Maria65@hotmail.com","dop":"2025-10-06","serial_number":"19980162862554990","imei1":"19980162862554990","imei2":"19980162862554990","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180491,"job_number":"JOB_180491","tr_customer_id":180509,"tr_customer_product_id":180499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:33.000Z","modified_at":"2026-02-08T12:09:39.000Z","name":"Mia Tremblay","mobile_number":"370-436-9686","email_id":"General_Tromp@yahoo.com","dop":"2025-10-06","serial_number":"12642872827405","imei1":"12642872827405","imei2":"12642872827405","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T12:09:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180490,"job_number":"JOB_180490","tr_customer_id":180508,"tr_customer_product_id":180498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:33.000Z","modified_at":"2026-02-08T12:09:33.000Z","name":"ayush chaudhary","mobile_number":"9995554441","email_id":"ayush@321","dop":"2025-10-06","serial_number":"13484300853345","imei1":"13484300853345","imei2":"13484300853345","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180489,"job_number":"JOB_180489","tr_customer_id":180507,"tr_customer_product_id":180497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:25.000Z","modified_at":"2026-02-08T12:09:25.000Z","name":"Levi Blanda","mobile_number":"667-668-3141","email_id":"Elna_Adams26@hotmail.com","dop":"2025-10-06","serial_number":"11146289349311548","imei1":"11146289349311548","imei2":"11146289349311548","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180488,"job_number":"JOB_180488","tr_customer_id":180506,"tr_customer_product_id":180496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:24.000Z","modified_at":"2026-02-08T12:09:31.000Z","name":"Keaton Stokes","mobile_number":"264-602-4757","email_id":"Marquise.Vandervort@yahoo.com","dop":"2025-10-06","serial_number":"16954022649059","imei1":"16954022649059","imei2":"16954022649059","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T12:09:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180487,"job_number":"JOB_180487","tr_customer_id":180505,"tr_customer_product_id":180495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:24.000Z","modified_at":"2026-02-08T12:09:24.000Z","name":"harsh sharma","mobile_number":"9875478445","email_id":"harsh@11","dop":"2025-10-06","serial_number":"13829884717908","imei1":"13829884717908","imei2":"13829884717908","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180486,"job_number":"JOB_180486","tr_customer_id":180504,"tr_customer_product_id":180494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:17.000Z","modified_at":"2026-02-08T12:09:17.000Z","name":"Reid Jerde","mobile_number":"531-259-9425","email_id":"Brayan30@yahoo.com","dop":"2025-10-06","serial_number":"13903205593536908","imei1":"13903205593536908","imei2":"13903205593536908","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180485,"job_number":"JOB_180485","tr_customer_id":180503,"tr_customer_product_id":180493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:16.000Z","modified_at":"2026-02-08T12:09:22.000Z","name":"Charlie Lemke","mobile_number":"862-735-4882","email_id":"Rafael.Hermann20@hotmail.com","dop":"2025-10-06","serial_number":"12660700661232","imei1":"12660700661232","imei2":"12660700661232","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T12:09:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180484,"job_number":"JOB_180484","tr_customer_id":180502,"tr_customer_product_id":180492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:16.000Z","modified_at":"2026-02-08T12:09:16.000Z","name":"ankit chauhan","mobile_number":"5612458874","email_id":"ankit@123","dop":"2025-10-06","serial_number":"11804322181719","imei1":"11804322181719","imei2":"11804322181719","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180483,"job_number":"JOB_180483","tr_customer_id":180501,"tr_customer_product_id":180491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Deeptimay Ganaka","mobile_number":"7587593364","email_id":"keerti.sharma@gmail.com","dop":"2025-12-03","serial_number":"54406486913306","imei1":"54406486913306","imei2":"54406486913306","popurl":"www.vasundhara-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180482,"job_number":"JOB_180482","tr_customer_id":180500,"tr_customer_product_id":180490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Brahmdev Abbott","mobile_number":"7853711246","email_id":"goswamee.kaul@hotmail.com","dop":"2025-05-11","serial_number":"38510641582512","imei1":"38510641582512","imei2":"38510641582512","popurl":"www.dinakar-sethi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180481,"job_number":"JOB_180481","tr_customer_id":180499,"tr_customer_product_id":180489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Aagney Shah","mobile_number":"7269978236","email_id":"kumari.prajapat@yahoo.co.in","dop":"2025-12-13","serial_number":"83067945644998","imei1":"83067945644998","imei2":"83067945644998","popurl":"www.tarun-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180480,"job_number":"JOB_180480","tr_customer_id":180498,"tr_customer_product_id":180488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Giriraj Embranthiri","mobile_number":"7516024257","email_id":"laxmi.nambeesan@yahoo.co.in","dop":"2025-02-19","serial_number":"66625489580206","imei1":"66625489580206","imei2":"66625489580206","popurl":"www.shakuntala-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180479,"job_number":"JOB_180479","tr_customer_id":180497,"tr_customer_product_id":180487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Chandrakin Iyengar","mobile_number":"7614981149","email_id":"krishnadas.ganaka@hotmail.com","dop":"2025-10-26","serial_number":"44790417982572","imei1":"44790417982572","imei2":"44790417982572","popurl":"www.adhrit-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180478,"job_number":"JOB_180478","tr_customer_id":180496,"tr_customer_product_id":180486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:30.000Z","modified_at":"2026-02-08T11:56:30.000Z","name":"Maymie Turner","mobile_number":"982-396-7920","email_id":"Fidel75@gmail.com","dop":"2025-10-06","serial_number":"14581508051028254","imei1":"14581508051028254","imei2":"14581508051028254","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180477,"job_number":"JOB_180477","tr_customer_id":180495,"tr_customer_product_id":180485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:30.000Z","modified_at":"2026-02-08T11:56:35.000Z","name":"Eliezer Sanford","mobile_number":"719-314-0032","email_id":"Cleora_Leffler@gmail.com","dop":"2025-10-06","serial_number":"17215100769250","imei1":"17215100769250","imei2":"17215100769250","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180476,"job_number":"JOB_180476","tr_customer_id":180494,"tr_customer_product_id":180484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:29.000Z","modified_at":"2026-02-08T11:56:29.000Z","name":"sandeep gupta","mobile_number":"98555445554","email_id":"sandy@321","dop":"2025-10-06","serial_number":"10602887138642","imei1":"10602887138642","imei2":"10602887138642","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180475,"job_number":"JOB_180475","tr_customer_id":180493,"tr_customer_product_id":180483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:22.000Z","modified_at":"2026-02-08T11:56:22.000Z","name":"Lizeth Yost","mobile_number":"517-358-8821","email_id":"Rickie.Kemmer16@hotmail.com","dop":"2025-10-06","serial_number":"14154532335404648","imei1":"14154532335404648","imei2":"14154532335404648","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180474,"job_number":"JOB_180474","tr_customer_id":180492,"tr_customer_product_id":180482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:22.000Z","modified_at":"2026-02-08T11:56:28.000Z","name":"River Stoltenberg","mobile_number":"776-557-5247","email_id":"Kaitlin_Muller@gmail.com","dop":"2025-10-06","serial_number":"18911369296922","imei1":"18911369296922","imei2":"18911369296922","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180473,"job_number":"JOB_180473","tr_customer_id":180491,"tr_customer_product_id":180481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:22.000Z","modified_at":"2026-02-08T11:56:22.000Z","name":"ayush chaudhary","mobile_number":"9995554441","email_id":"ayush@321","dop":"2025-10-06","serial_number":"15862201852900","imei1":"15862201852900","imei2":"15862201852900","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180472,"job_number":"JOB_180472","tr_customer_id":180490,"tr_customer_product_id":180480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:14.000Z","modified_at":"2026-02-08T11:56:14.000Z","name":"Adell Mann","mobile_number":"255-770-5924","email_id":"Amina42@gmail.com","dop":"2025-10-06","serial_number":"13863447283476922","imei1":"13863447283476922","imei2":"13863447283476922","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180471,"job_number":"JOB_180471","tr_customer_id":180489,"tr_customer_product_id":180479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:14.000Z","modified_at":"2026-02-08T11:56:20.000Z","name":"Alfonso Bernier","mobile_number":"745-671-1306","email_id":"Emil91@gmail.com","dop":"2025-10-06","serial_number":"15862638188771","imei1":"15862638188771","imei2":"15862638188771","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180470,"job_number":"JOB_180470","tr_customer_id":180488,"tr_customer_product_id":180478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:14.000Z","modified_at":"2026-02-08T11:56:14.000Z","name":"harsh sharma","mobile_number":"9875478445","email_id":"harsh@11","dop":"2025-10-06","serial_number":"14903993461270","imei1":"14903993461270","imei2":"14903993461270","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180469,"job_number":"JOB_180469","tr_customer_id":180487,"tr_customer_product_id":180477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:07.000Z","modified_at":"2026-02-08T11:56:07.000Z","name":"Quinton Gleason","mobile_number":"389-508-7682","email_id":"Bennie80@gmail.com","dop":"2025-10-06","serial_number":"11654216331032690","imei1":"11654216331032690","imei2":"11654216331032690","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180468,"job_number":"JOB_180468","tr_customer_id":180486,"tr_customer_product_id":180476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:06.000Z","modified_at":"2026-02-08T11:56:12.000Z","name":"Carlos Carter","mobile_number":"299-952-1943","email_id":"Dannie26@hotmail.com","dop":"2025-10-06","serial_number":"15061174221257","imei1":"15061174221257","imei2":"15061174221257","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180467,"job_number":"JOB_180467","tr_customer_id":180485,"tr_customer_product_id":180475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:06.000Z","modified_at":"2026-02-08T11:56:06.000Z","name":"ankit chauhan","mobile_number":"5612458874","email_id":"ankit@123","dop":"2025-10-06","serial_number":"11562439802522","imei1":"11562439802522","imei2":"11562439802522","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180466,"job_number":"JOB_180466","tr_customer_id":180484,"tr_customer_product_id":180474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:57.000Z","modified_at":"2026-02-08T11:49:57.000Z","name":"Ronny Schmeler","mobile_number":"839-272-8496","email_id":"Lura_Satterfield@hotmail.com","dop":"2025-10-06","serial_number":"19206778035785576","imei1":"19206778035785576","imei2":"19206778035785576","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180465,"job_number":"JOB_180465","tr_customer_id":180483,"tr_customer_product_id":180473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:57.000Z","modified_at":"2026-02-08T11:50:03.000Z","name":"Felton Wuckert","mobile_number":"654-534-1929","email_id":"Sandra_OConnell@gmail.com","dop":"2025-10-06","serial_number":"18778323681807","imei1":"18778323681807","imei2":"18778323681807","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180464,"job_number":"JOB_180464","tr_customer_id":180482,"tr_customer_product_id":180472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:57.000Z","modified_at":"2026-02-08T11:49:57.000Z","name":"sandeep gupta","mobile_number":"98555445554","email_id":"sandy@321","dop":"2025-10-06","serial_number":"19538802870725","imei1":"19538802870725","imei2":"19538802870725","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180463,"job_number":"JOB_180463","tr_customer_id":180481,"tr_customer_product_id":180471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:49.000Z","modified_at":"2026-02-08T11:49:49.000Z","name":"Abdiel Frami","mobile_number":"595-621-3666","email_id":"Jimmy.Glover90@yahoo.com","dop":"2025-10-06","serial_number":"12056811978793420","imei1":"12056811978793420","imei2":"12056811978793420","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180462,"job_number":"JOB_180462","tr_customer_id":180480,"tr_customer_product_id":180470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:49.000Z","modified_at":"2026-02-08T11:49:55.000Z","name":"Khalid Conroy","mobile_number":"526-409-4934","email_id":"Cyrus54@yahoo.com","dop":"2025-10-06","serial_number":"13688759964305","imei1":"13688759964305","imei2":"13688759964305","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180461,"job_number":"JOB_180461","tr_customer_id":180479,"tr_customer_product_id":180469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:49.000Z","modified_at":"2026-02-08T11:49:49.000Z","name":"ayush chaudhary","mobile_number":"9995554441","email_id":"ayush@321","dop":"2025-10-06","serial_number":"19612216072381","imei1":"19612216072381","imei2":"19612216072381","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180460,"job_number":"JOB_180460","tr_customer_id":180478,"tr_customer_product_id":180468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:41.000Z","modified_at":"2026-02-08T11:49:41.000Z","name":"Jerrod McDermott","mobile_number":"318-662-4893","email_id":"Owen_Kautzer@hotmail.com","dop":"2025-10-06","serial_number":"11964757661694694","imei1":"11964757661694694","imei2":"11964757661694694","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180459,"job_number":"JOB_180459","tr_customer_id":180477,"tr_customer_product_id":180467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:41.000Z","modified_at":"2026-02-08T11:49:47.000Z","name":"Neva Gaylord","mobile_number":"728-511-4443","email_id":"Tressa19@yahoo.com","dop":"2025-10-06","serial_number":"12736484334866","imei1":"12736484334866","imei2":"12736484334866","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180458,"job_number":"JOB_180458","tr_customer_id":180476,"tr_customer_product_id":180466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:41.000Z","modified_at":"2026-02-08T11:49:41.000Z","name":"harsh sharma","mobile_number":"9875478445","email_id":"harsh@11","dop":"2025-10-06","serial_number":"16203298625138","imei1":"16203298625138","imei2":"16203298625138","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180457,"job_number":"JOB_180457","tr_customer_id":180475,"tr_customer_product_id":180465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:33.000Z","modified_at":"2026-02-08T11:49:34.000Z","name":"Elisa Cole","mobile_number":"789-927-2429","email_id":"Sydnie94@gmail.com","dop":"2025-10-06","serial_number":"12896362352077666","imei1":"12896362352077666","imei2":"12896362352077666","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180456,"job_number":"JOB_180456","tr_customer_id":180474,"tr_customer_product_id":180464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:33.000Z","modified_at":"2026-02-08T11:49:39.000Z","name":"Verdie Klein","mobile_number":"547-235-1748","email_id":"Alfreda_Jacobi62@hotmail.com","dop":"2025-10-06","serial_number":"13819869926433","imei1":"13819869926433","imei2":"13819869926433","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180455,"job_number":"JOB_180455","tr_customer_id":180473,"tr_customer_product_id":180463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:33.000Z","modified_at":"2026-02-08T11:49:33.000Z","name":"ankit chauhan","mobile_number":"5612458874","email_id":"ankit@123","dop":"2025-10-06","serial_number":"18485449382866","imei1":"18485449382866","imei2":"18485449382866","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180454,"job_number":"JOB_180454","tr_customer_id":180472,"tr_customer_product_id":180462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:30:14.000Z","modified_at":"2026-02-08T11:30:14.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2026-01-29","serial_number":"22000036434051","imei1":"22000036434051","imei2":"22000036434051","popurl":"2026-01-29T11:24:32.275217600Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180453,"job_number":"JOB_180453","tr_customer_id":180471,"tr_customer_product_id":180461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:49:34.000Z","modified_at":"2026-02-08T10:49:34.000Z","name":"Buddy Osinski","mobile_number":"626-718-0037","email_id":"Jodie13@gmail.com","dop":"2025-04-06","serial_number":"15762618010654788","imei1":"15762618010654788","imei2":"15762618010654788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180452,"job_number":"JOB_180452","tr_customer_id":180470,"tr_customer_product_id":180460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:49:33.000Z","modified_at":"2026-02-08T10:50:12.000Z","name":"Emerson Parker","mobile_number":"804-925-7418","email_id":"Belle_Gerhold@gmail.com","dop":"2025-04-06","serial_number":"17263294396039","imei1":"17263294396039","imei2":"17263294396039","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180451,"job_number":"JOB_180451","tr_customer_id":180469,"tr_customer_product_id":180459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:49:32.000Z","modified_at":"2026-02-08T10:49:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13273287470860","imei1":"13273287470860","imei2":"13273287470860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180450,"job_number":"JOB_180450","tr_customer_id":180468,"tr_customer_product_id":180458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:47.000Z","modified_at":"2026-02-08T10:48:47.000Z","name":"Brooks Maggio","mobile_number":"751-461-4047","email_id":"Elena81@yahoo.com","dop":"2025-04-06","serial_number":"12795151605996892","imei1":"12795151605996892","imei2":"12795151605996892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180449,"job_number":"JOB_180449","tr_customer_id":180467,"tr_customer_product_id":180457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:46.000Z","modified_at":"2026-02-08T10:49:25.000Z","name":"Adriel Rohan","mobile_number":"607-368-4220","email_id":"Estefania.Auer@gmail.com","dop":"2025-04-06","serial_number":"14122692417753","imei1":"14122692417753","imei2":"14122692417753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180448,"job_number":"JOB_180448","tr_customer_id":180466,"tr_customer_product_id":180456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:45.000Z","modified_at":"2026-02-08T10:48:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17273610913968","imei1":"17273610913968","imei2":"17273610913968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180447,"job_number":"JOB_180447","tr_customer_id":180465,"tr_customer_product_id":180455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:12.000Z","modified_at":"2026-02-08T10:48:12.000Z","name":"Aaratrika Singh","mobile_number":"8631625390","email_id":"raj.arora@gmail.com","dop":"2026-01-29","serial_number":"81436053959528","imei1":"81436053959528","imei2":"81436053959528","popurl":"www.kiran-kocchar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180446,"job_number":"JOB_180446","tr_customer_id":180464,"tr_customer_product_id":180454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:00.000Z","modified_at":"2026-02-08T10:48:00.000Z","name":"Neha Lang","mobile_number":"684-820-8565","email_id":"Jeramy50@yahoo.com","dop":"2025-04-06","serial_number":"17916300346536964","imei1":"17916300346536964","imei2":"17916300346536964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180445,"job_number":"JOB_180445","tr_customer_id":180463,"tr_customer_product_id":180453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:00.000Z","modified_at":"2026-02-08T10:48:00.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-29","serial_number":"39821259782184","imei1":"39821259782184","imei2":"39821259782184","popurl":"2026-01-29T10:47:50.264172289Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180444,"job_number":"JOB_180444","tr_customer_id":180462,"tr_customer_product_id":180452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:58.000Z","modified_at":"2026-02-08T10:48:38.000Z","name":"Gregoria Kemmer","mobile_number":"591-914-1725","email_id":"Gabrielle30@yahoo.com","dop":"2025-04-06","serial_number":"11001892060604","imei1":"11001892060604","imei2":"11001892060604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180443,"job_number":"JOB_180443","tr_customer_id":180461,"tr_customer_product_id":180451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:58.000Z","modified_at":"2026-02-08T10:47:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16585753474045","imei1":"16585753474045","imei2":"16585753474045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:47:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180442,"job_number":"JOB_180442","tr_customer_id":180460,"tr_customer_product_id":180450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:55.000Z","modified_at":"2026-02-08T10:47:55.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"10269752935412","imei2":"10269752935412","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180441,"job_number":"JOB_180441","tr_customer_id":180459,"tr_customer_product_id":180449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:16.000Z","modified_at":"2026-02-08T10:47:16.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"10902329612541","imei2":"10902329612541","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:47:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180440,"job_number":"JOB_180440","tr_customer_id":180458,"tr_customer_product_id":180448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:42:52.000Z","modified_at":"2026-02-08T10:42:52.000Z","name":"Chinmayananda Chaturvedi","mobile_number":"707335497707","email_id":"archan.sethi@yahoo.co.in","dop":"2026-01-29","serial_number":"43645656623488","imei1":"43645656623488","imei2":"43645656623488","popurl":"www.bhoopat-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180439,"job_number":"JOB_180439","tr_customer_id":180457,"tr_customer_product_id":180447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:38:03.000Z","modified_at":"2026-02-08T10:38:03.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"12345678903457","imei2":"12345678903457","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180438,"job_number":"JOB_180438","tr_customer_id":180456,"tr_customer_product_id":180446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:35:22.000Z","modified_at":"2026-02-08T10:35:22.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147162","imei1":"45147707147162","imei2":"45147707147162","popurl":"2026-01-29T10:35:20.573138300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180437,"job_number":"JOB_180437","tr_customer_id":180455,"tr_customer_product_id":180445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:31:37.000Z","modified_at":"2026-02-08T10:31:37.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147112","imei1":"45147707147112","imei2":"45147707147112","popurl":"2026-01-29T10:31:35.515661200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180436,"job_number":"JOB_180436","tr_customer_id":180454,"tr_customer_product_id":180444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:27:59.000Z","modified_at":"2026-02-08T10:27:59.000Z","name":"Marina Roberts","mobile_number":"394-879-6406","email_id":"Camden.Gerhold39@hotmail.com","dop":"2025-10-06","serial_number":"16013752338461256","imei1":"16013752338461256","imei2":"16013752338461256","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180435,"job_number":"JOB_180435","tr_customer_id":180453,"tr_customer_product_id":180443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:27:58.000Z","modified_at":"2026-02-08T10:28:04.000Z","name":"Casper Lockman","mobile_number":"955-333-3617","email_id":"Stacey.Bednar77@hotmail.com","dop":"2025-10-06","serial_number":"17941352172354","imei1":"17941352172354","imei2":"17941352172354","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180434,"job_number":"JOB_180434","tr_customer_id":180452,"tr_customer_product_id":180442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:24:42.000Z","modified_at":"2026-02-08T10:24:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147312","imei1":"45147707147312","imei2":"45147707147312","popurl":"2026-01-29T10:24:40.732916500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180433,"job_number":"JOB_180433","tr_customer_id":180451,"tr_customer_product_id":180441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:24:20.000Z","modified_at":"2026-02-08T10:24:25.000Z","name":"Rayan Mohamad","mobile_number":"9443588249","email_id":"rayan@gmail.com","dop":"2025-12-31","serial_number":"78710893801036","imei1":"78710893801036","imei2":"78710893801036","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180432,"job_number":"JOB_180432","tr_customer_id":180450,"tr_customer_product_id":180440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:24:13.000Z","modified_at":"2026-02-08T10:24:18.000Z","name":"Mubi KU","mobile_number":"9980251826","email_id":"mubi@gmail.com","dop":"2025-12-31","serial_number":"25269706481925","imei1":"25269706481925","imei2":"25269706481925","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:24:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180431,"job_number":"JOB_180431","tr_customer_id":180449,"tr_customer_product_id":180439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:24:06.000Z","modified_at":"2026-02-08T10:24:11.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"51725091409890","imei1":"51725091409890","imei2":"51725091409890","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180430,"job_number":"JOB_180430","tr_customer_id":180448,"tr_customer_product_id":180438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:22:45.000Z","modified_at":"2026-02-08T10:22:45.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147332","imei1":"45147707147332","imei2":"45147707147332","popurl":"2026-01-29T10:22:43.235660Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180429,"job_number":"JOB_180429","tr_customer_id":180447,"tr_customer_product_id":180437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:20:32.000Z","modified_at":"2026-02-08T10:20:37.000Z","name":"Rayan Mohamad","mobile_number":"9443588249","email_id":"rayan@gmail.com","dop":"2025-12-31","serial_number":"40482845033555","imei1":"40482845033555","imei2":"40482845033555","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180428,"job_number":"JOB_180428","tr_customer_id":180446,"tr_customer_product_id":180436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:20:26.000Z","modified_at":"2026-02-08T10:20:31.000Z","name":"Mubi KU","mobile_number":"9980251826","email_id":"mubi@gmail.com","dop":"2025-12-31","serial_number":"31042534586055","imei1":"31042534586055","imei2":"31042534586055","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:20:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180427,"job_number":"JOB_180427","tr_customer_id":180445,"tr_customer_product_id":180435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:20:19.000Z","modified_at":"2026-02-08T10:20:24.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"95198181571160","imei1":"95198181571160","imei2":"95198181571160","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180426,"job_number":"JOB_180426","tr_customer_id":180444,"tr_customer_product_id":180434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:18:10.000Z","modified_at":"2026-02-08T10:18:10.000Z","name":"Coby Kovacek","mobile_number":"419-774-8808","email_id":"Brayan.Swift@hotmail.com","dop":"2025-10-06","serial_number":"18875859046142060","imei1":"18875859046142060","imei2":"18875859046142060","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180425,"job_number":"JOB_180425","tr_customer_id":180443,"tr_customer_product_id":180433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:18:10.000Z","modified_at":"2026-02-08T10:18:16.000Z","name":"Cordie D'Amore","mobile_number":"887-672-5383","email_id":"Marlen96@hotmail.com","dop":"2025-10-06","serial_number":"16472114617915","imei1":"16472114617915","imei2":"16472114617915","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180424,"job_number":"JOB_180424","tr_customer_id":180442,"tr_customer_product_id":180432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:17:25.000Z","modified_at":"2026-02-08T10:17:30.000Z","name":"Rayan Mohamad","mobile_number":"9443588249","email_id":"rayan@gmail.com","dop":"2025-12-31","serial_number":"76034731156475","imei1":"76034731156475","imei2":"76034731156475","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180423,"job_number":"JOB_180423","tr_customer_id":180441,"tr_customer_product_id":180431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:17:19.000Z","modified_at":"2026-02-08T10:17:24.000Z","name":"Mubi KU","mobile_number":"9980251826","email_id":"mubi@gmail.com","dop":"2025-12-31","serial_number":"59332282127769","imei1":"59332282127769","imei2":"59332282127769","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180422,"job_number":"JOB_180422","tr_customer_id":180440,"tr_customer_product_id":180430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:17:13.000Z","modified_at":"2026-02-08T10:17:17.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"41658066304875","imei1":"41658066304875","imei2":"41658066304875","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180421,"job_number":"JOB_180421","tr_customer_id":180439,"tr_customer_product_id":180429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Meenakshi Menon","mobile_number":"7653350158","email_id":"ekaling.talwar@gmail.com","dop":"2025-11-21","serial_number":"97929802734046","imei1":"97929802734046","imei2":"97929802734046","popurl":"www.aaryan-saini.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180419,"job_number":"JOB_180419","tr_customer_id":180437,"tr_customer_product_id":180427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Giriraj Sharma","mobile_number":"7059970083","email_id":"anamika.dwivedi@yahoo.co.in","dop":"2025-03-23","serial_number":"54151616863063","imei1":"54151616863063","imei2":"54151616863063","popurl":"www.asha-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180418,"job_number":"JOB_180418","tr_customer_id":180436,"tr_customer_product_id":180426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Javas Trivedi","mobile_number":"7660691524","email_id":"ujjawal.shukla@gmail.com","dop":"2025-08-07","serial_number":"11488350202786","imei1":"11488350202786","imei2":"11488350202786","popurl":"www.mohini-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180417,"job_number":"JOB_180417","tr_customer_id":180435,"tr_customer_product_id":180425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Vaidehi Gowda","mobile_number":"7221393002","email_id":"chandrabhan.chaturvedi@yahoo.co.in","dop":"2025-07-12","serial_number":"23912569091325","imei1":"23912569091325","imei2":"23912569091325","popurl":"www.gorakhanatha-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180415,"job_number":"JOB_180415","tr_customer_id":180434,"tr_customer_product_id":180423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:13:21.000Z","modified_at":"2026-02-08T10:13:21.000Z","name":"Surya Khatri","mobile_number":"7096531935","email_id":"aanand.gill@gmail.com","dop":"2025-07-07","serial_number":"41664343426442","imei1":"41664343426442","imei2":"41664343426442","popurl":"www.dron-gill.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180414,"job_number":"JOB_180414","tr_customer_id":180432,"tr_customer_product_id":180422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:13:21.000Z","modified_at":"2026-02-08T10:13:21.000Z","name":"Gautam Dwivedi","mobile_number":"7546580083","email_id":"rageswari.sethi@hotmail.com","dop":"2026-01-24","serial_number":"51604380631206","imei1":"51604380631206","imei2":"51604380631206","popurl":"www.anjaneya-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180413,"job_number":"JOB_180413","tr_customer_id":180431,"tr_customer_product_id":180421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:13:21.000Z","modified_at":"2026-02-08T10:13:21.000Z","name":"Deeptiman Menon","mobile_number":"7501911631","email_id":"sarala.mehra@yahoo.co.in","dop":"2025-07-23","serial_number":"97500677726553","imei1":"97500677726553","imei2":"97500677726553","popurl":"www.acharyasuta-ahuja.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180412,"job_number":"JOB_180412","tr_customer_id":180430,"tr_customer_product_id":180420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:11:06.000Z","modified_at":"2026-02-08T10:11:06.000Z","name":"Clinton Collier","mobile_number":"384-278-8289","email_id":"Henri45@gmail.com","dop":"2025-10-06","serial_number":"17879201515310536","imei1":"17879201515310536","imei2":"17879201515310536","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180411,"job_number":"JOB_180411","tr_customer_id":180429,"tr_customer_product_id":180419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:11:06.000Z","modified_at":"2026-02-08T10:11:12.000Z","name":"Bailey Watsica","mobile_number":"536-651-6673","email_id":"Delores32@gmail.com","dop":"2025-10-06","serial_number":"11499567007358","imei1":"11499567007358","imei2":"11499567007358","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:11:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180410,"job_number":"JOB_180410","tr_customer_id":180428,"tr_customer_product_id":180418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:09:31.000Z","modified_at":"2026-02-08T10:09:36.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"61044288680091","imei1":"61044288680091","imei2":"61044288680091","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180409,"job_number":"JOB_180409","tr_customer_id":180427,"tr_customer_product_id":180417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:00:26.000Z","modified_at":"2026-02-08T10:00:30.000Z","name":"Abdul1 Hameed","mobile_number":"7502060005","email_id":"testex@gmail.com","dop":"2025-12-31","serial_number":"11156694762387","imei1":"11156694762387","imei2":"11156694762387","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180408,"job_number":"JOB_180408","tr_customer_id":180426,"tr_customer_product_id":180416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:00:19.000Z","modified_at":"2026-02-08T10:00:24.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"23961182023965","imei1":"23961182023965","imei2":"23961182023965","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180407,"job_number":"JOB_180407","tr_customer_id":180425,"tr_customer_product_id":180415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:56:22.000Z","modified_at":"2026-02-08T09:56:22.000Z","name":"Suman Gowda","mobile_number":"7076954458","email_id":"brahma.arora@hotmail.com","dop":"2025-11-04","serial_number":"34942046714317","imei1":"34942046714317","imei2":"34942046714317","popurl":"www.aditya-namboothiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180406,"job_number":"JOB_180406","tr_customer_id":180424,"tr_customer_product_id":180414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:51:22.000Z","modified_at":"2026-02-08T09:51:22.000Z","name":"Ramona Jaskolski","mobile_number":"673-642-8526","email_id":"Meda78@yahoo.com","dop":"2025-04-06","serial_number":"12502251686350558","imei1":"12502251686350558","imei2":"12502251686350558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180405,"job_number":"JOB_180405","tr_customer_id":180423,"tr_customer_product_id":180413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:51:20.000Z","modified_at":"2026-02-08T09:52:00.000Z","name":"Cierra Becker","mobile_number":"959-789-2092","email_id":"Mireya.Marvin@gmail.com","dop":"2025-04-06","serial_number":"17043404913786","imei1":"17043404913786","imei2":"17043404913786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T09:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180404,"job_number":"JOB_180404","tr_customer_id":180422,"tr_customer_product_id":180412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:51:20.000Z","modified_at":"2026-02-08T09:51:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10237859697455","imei1":"10237859697455","imei2":"10237859697455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180403,"job_number":"JOB_180403","tr_customer_id":180421,"tr_customer_product_id":180411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:50:35.000Z","modified_at":"2026-02-08T09:50:35.000Z","name":"Ally Haag","mobile_number":"781-422-4795","email_id":"Fausto_Ernser@gmail.com","dop":"2025-04-06","serial_number":"19763401138500616","imei1":"19763401138500616","imei2":"19763401138500616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180402,"job_number":"JOB_180402","tr_customer_id":180420,"tr_customer_product_id":180410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:50:33.000Z","modified_at":"2026-02-08T09:51:13.000Z","name":"Missouri Littel","mobile_number":"980-758-8141","email_id":"Jabari6@gmail.com","dop":"2025-04-06","serial_number":"18010227697737","imei1":"18010227697737","imei2":"18010227697737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T09:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180401,"job_number":"JOB_180401","tr_customer_id":180419,"tr_customer_product_id":180409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:50:33.000Z","modified_at":"2026-02-08T09:50:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12249084871671","imei1":"12249084871671","imei2":"12249084871671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180400,"job_number":"JOB_180400","tr_customer_id":180418,"tr_customer_product_id":180408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:49:47.000Z","modified_at":"2026-02-08T09:49:47.000Z","name":"Narciso Rogahn","mobile_number":"549-478-5229","email_id":"Esmeralda.Williamson84@hotmail.com","dop":"2025-04-06","serial_number":"19117205773732960","imei1":"19117205773732960","imei2":"19117205773732960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180399,"job_number":"JOB_180399","tr_customer_id":180417,"tr_customer_product_id":180407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:49:46.000Z","modified_at":"2026-02-08T09:50:26.000Z","name":"Aileen Nienow","mobile_number":"649-536-3311","email_id":"Antwan30@yahoo.com","dop":"2025-04-06","serial_number":"10919778244908","imei1":"10919778244908","imei2":"10919778244908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180398,"job_number":"JOB_180398","tr_customer_id":180416,"tr_customer_product_id":180406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:49:45.000Z","modified_at":"2026-02-08T09:49:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19966982250199","imei1":"19966982250199","imei2":"19966982250199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180397,"job_number":"JOB_180397","tr_customer_id":180415,"tr_customer_product_id":180405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:52:32.000Z","modified_at":"2026-02-08T08:52:32.000Z","name":"Test Testng","mobile_number":"1234567890","email_id":"ty@gmail.com","dop":"2026-02-01","serial_number":"12346565656565656","imei1":"12346565656565656","imei2":"12346565656565656","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:52:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180396,"job_number":"JOB_180396","tr_customer_id":180414,"tr_customer_product_id":180404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:35:26.000Z","modified_at":"2026-02-08T08:35:32.000Z","name":"Verda Cruickshank","mobile_number":"853-433-8895","email_id":"Marina_Spencer7@hotmail.com","dop":"2025-12-31","serial_number":"75781598248026","imei1":"75781598248026","imei2":"75781598248026","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:35:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180395,"job_number":"JOB_180395","tr_customer_id":180413,"tr_customer_product_id":180403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:31:27.000Z","modified_at":"2026-02-08T08:31:33.000Z","name":"Magnolia Russel","mobile_number":"838-231-1016","email_id":"Chester.Grady@hotmail.com","dop":"2025-12-31","serial_number":"77464877655642","imei1":"77464877655642","imei2":"77464877655642","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:31:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180394,"job_number":"JOB_180394","tr_customer_id":180412,"tr_customer_product_id":180402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:24:26.000Z","modified_at":"2026-02-08T08:24:31.000Z","name":"Carson Kub","mobile_number":"279-997-0066","email_id":"Abby.Spencer@gmail.com","dop":"2025-12-31","serial_number":"54273865541463","imei1":"54273865541463","imei2":"54273865541463","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180393,"job_number":"JOB_180393","tr_customer_id":180411,"tr_customer_product_id":180401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:15:29.000Z","modified_at":"2026-02-08T08:15:29.000Z","name":"Sigurd Goldner","mobile_number":"260-863-7865","email_id":"Darwin70@yahoo.com","dop":"2025-04-06","serial_number":"13566396338316338","imei1":"13566396338316338","imei2":"13566396338316338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:15:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180392,"job_number":"JOB_180392","tr_customer_id":180410,"tr_customer_product_id":180400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:15:28.000Z","modified_at":"2026-02-08T08:16:08.000Z","name":"Rowland Graham","mobile_number":"714-621-2540","email_id":"Zoey.Grady@yahoo.com","dop":"2025-04-06","serial_number":"19536696579690","imei1":"19536696579690","imei2":"19536696579690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180391,"job_number":"JOB_180391","tr_customer_id":180409,"tr_customer_product_id":180399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:15:28.000Z","modified_at":"2026-02-08T08:15:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18578344909355","imei1":"18578344909355","imei2":"18578344909355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:15:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180390,"job_number":"JOB_180390","tr_customer_id":180408,"tr_customer_product_id":180398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:14:42.000Z","modified_at":"2026-02-08T08:14:42.000Z","name":"Dalton Marvin","mobile_number":"557-920-7785","email_id":"Mariano86@yahoo.com","dop":"2025-04-06","serial_number":"10776319090095608","imei1":"10776319090095608","imei2":"10776319090095608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180389,"job_number":"JOB_180389","tr_customer_id":180407,"tr_customer_product_id":180397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:14:40.000Z","modified_at":"2026-02-08T08:15:20.000Z","name":"Ezra Marks","mobile_number":"488-336-4932","email_id":"Amos.Welch@hotmail.com","dop":"2025-04-06","serial_number":"17930426173433","imei1":"17930426173433","imei2":"17930426173433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:15:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180388,"job_number":"JOB_180388","tr_customer_id":180406,"tr_customer_product_id":180396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:14:40.000Z","modified_at":"2026-02-08T08:14:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10780819994204","imei1":"10780819994204","imei2":"10780819994204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:14:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180387,"job_number":"JOB_180387","tr_customer_id":180405,"tr_customer_product_id":180395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:13:54.000Z","modified_at":"2026-02-08T08:13:54.000Z","name":"Elyse Gleason","mobile_number":"346-355-5136","email_id":"Elta.Auer@gmail.com","dop":"2025-04-06","serial_number":"16311468623419494","imei1":"16311468623419494","imei2":"16311468623419494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:13:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180386,"job_number":"JOB_180386","tr_customer_id":180404,"tr_customer_product_id":180394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:13:52.000Z","modified_at":"2026-02-08T08:14:33.000Z","name":"Joaquin Langosh","mobile_number":"535-454-1310","email_id":"Lavern64@hotmail.com","dop":"2025-04-06","serial_number":"19493412737699","imei1":"19493412737699","imei2":"19493412737699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180385,"job_number":"JOB_180385","tr_customer_id":180403,"tr_customer_product_id":180393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:13:52.000Z","modified_at":"2026-02-08T08:13:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13523820461974","imei1":"13523820461974","imei2":"13523820461974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180384,"job_number":"JOB_180384","tr_customer_id":180402,"tr_customer_product_id":180392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:57.000Z","modified_at":"2026-02-08T08:09:57.000Z","name":"Francisca Monahan","mobile_number":"936-288-0865","email_id":"Waylon_Pfannerstill@gmail.com","dop":"2025-04-06","serial_number":"12633359571850206","imei1":"12633359571850206","imei2":"12633359571850206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180383,"job_number":"JOB_180383","tr_customer_id":180401,"tr_customer_product_id":180391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:55.000Z","modified_at":"2026-02-08T08:10:36.000Z","name":"Myrtle O'Kon","mobile_number":"562-412-9564","email_id":"Marina_Kuhn43@hotmail.com","dop":"2025-04-06","serial_number":"19780848786059","imei1":"19780848786059","imei2":"19780848786059","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180382,"job_number":"JOB_180382","tr_customer_id":180400,"tr_customer_product_id":180390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:55.000Z","modified_at":"2026-02-08T08:09:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336180218794","imei1":"17336180218794","imei2":"17336180218794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180381,"job_number":"JOB_180381","tr_customer_id":180399,"tr_customer_product_id":180389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:09.000Z","modified_at":"2026-02-08T08:09:09.000Z","name":"Sammie Ledner","mobile_number":"444-409-5986","email_id":"Luz_Lemke@hotmail.com","dop":"2025-04-06","serial_number":"13418824910768406","imei1":"13418824910768406","imei2":"13418824910768406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180380,"job_number":"JOB_180380","tr_customer_id":180398,"tr_customer_product_id":180388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:08.000Z","modified_at":"2026-02-08T08:09:48.000Z","name":"Aileen Stanton","mobile_number":"503-878-5341","email_id":"Dandre.Witting42@yahoo.com","dop":"2025-04-06","serial_number":"10820274107845","imei1":"10820274107845","imei2":"10820274107845","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:09:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180379,"job_number":"JOB_180379","tr_customer_id":180397,"tr_customer_product_id":180387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:08.000Z","modified_at":"2026-02-08T08:09:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15419500969050","imei1":"15419500969050","imei2":"15419500969050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180378,"job_number":"JOB_180378","tr_customer_id":180396,"tr_customer_product_id":180386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:08:21.000Z","modified_at":"2026-02-08T08:08:21.000Z","name":"Kiarra Flatley","mobile_number":"938-824-4429","email_id":"Keon15@yahoo.com","dop":"2025-04-06","serial_number":"10904959962650748","imei1":"10904959962650748","imei2":"10904959962650748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180377,"job_number":"JOB_180377","tr_customer_id":180395,"tr_customer_product_id":180385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:08:20.000Z","modified_at":"2026-02-08T08:09:00.000Z","name":"Dianna Larson","mobile_number":"976-636-0185","email_id":"Mckenzie_Koch@hotmail.com","dop":"2025-04-06","serial_number":"18965627859135","imei1":"18965627859135","imei2":"18965627859135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:09:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180376,"job_number":"JOB_180376","tr_customer_id":180394,"tr_customer_product_id":180384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:08:20.000Z","modified_at":"2026-02-08T08:08:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17845039250836","imei1":"17845039250836","imei2":"17845039250836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180373,"job_number":"JOB_180373","tr_customer_id":180391,"tr_customer_product_id":180381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:31.000Z","modified_at":"2026-02-08T07:54:31.000Z","name":"Sydney Lindgren","mobile_number":"536-816-9570","email_id":"Jayden17@yahoo.com","dop":"2025-04-06","serial_number":"11009572995920926","imei1":"11009572995920926","imei2":"11009572995920926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180372,"job_number":"JOB_180372","tr_customer_id":180390,"tr_customer_product_id":180380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:30.000Z","modified_at":"2026-02-08T07:55:10.000Z","name":"Kristopher Miller","mobile_number":"822-862-5882","email_id":"Vladimir_Langworth@gmail.com","dop":"2025-04-06","serial_number":"10393472107241","imei1":"10393472107241","imei2":"10393472107241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180371,"job_number":"JOB_180371","tr_customer_id":180389,"tr_customer_product_id":180379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:03.000Z","modified_at":"2026-02-08T07:54:03.000Z","name":"Fritz O'Connell","mobile_number":"908-470-2092","email_id":"Herman_Roob@yahoo.com","dop":"2025-04-06","serial_number":"12059684823220216","imei1":"12059684823220216","imei2":"12059684823220216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180370,"job_number":"JOB_180370","tr_customer_id":180388,"tr_customer_product_id":180378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:01.000Z","modified_at":"2026-02-08T07:54:42.000Z","name":"Earl O'Conner","mobile_number":"528-586-5125","email_id":"Kelly6@yahoo.com","dop":"2025-04-06","serial_number":"19717414092296","imei1":"19717414092296","imei2":"19717414092296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180369,"job_number":"JOB_180369","tr_customer_id":180387,"tr_customer_product_id":180377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:46:20.000Z","modified_at":"2026-02-08T07:46:20.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"22000736434051","imei1":"22000736434051","imei2":"22000736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180368,"job_number":"JOB_180368","tr_customer_id":180386,"tr_customer_product_id":180376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:39:34.000Z","modified_at":"2026-02-08T07:39:40.000Z","name":"Edison Davis","mobile_number":"915-606-2662","email_id":"Claudie99@yahoo.com","dop":"2025-12-31","serial_number":"68853472248024","imei1":"68853472248024","imei2":"68853472248024","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:39:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180367,"job_number":"JOB_180367","tr_customer_id":180385,"tr_customer_product_id":180375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:38:22.000Z","modified_at":"2026-02-08T07:38:27.000Z","name":"Anya Ledner","mobile_number":"540-705-0157","email_id":"Reece.Emmerich@hotmail.com","dop":"2025-12-31","serial_number":"76587316976309","imei1":"76587316976309","imei2":"76587316976309","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180366,"job_number":"JOB_180366","tr_customer_id":180384,"tr_customer_product_id":180374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:34:24.000Z","modified_at":"2026-02-08T07:34:24.000Z","name":"Felipa Greenfelder","mobile_number":"983-355-7487","email_id":"Concepcion_Mueller45@yahoo.com","dop":"2025-12-31","serial_number":"29750079310539","imei1":"29750079310539","imei2":"29750079310539","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180365,"job_number":"JOB_180365","tr_customer_id":180383,"tr_customer_product_id":180373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:32:52.000Z","modified_at":"2026-02-08T07:32:57.000Z","name":"Dangelo Batz","mobile_number":"455-525-4270","email_id":"Vernie.Powlowski7@gmail.com","dop":"2025-12-31","serial_number":"40774132731169","imei1":"40774132731169","imei2":"40774132731169","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180364,"job_number":"JOB_180364","tr_customer_id":180382,"tr_customer_product_id":180372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:31:37.000Z","modified_at":"2026-02-08T07:31:37.000Z","name":"Abby Bednar","mobile_number":"911-744-6038","email_id":"Elenor.Kovacek@gmail.com","dop":"2025-12-31","serial_number":"45585213515438","imei1":"45585213515438","imei2":"45585213515438","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180363,"job_number":"JOB_180363","tr_customer_id":180381,"tr_customer_product_id":180371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:29:34.000Z","modified_at":"2026-02-08T07:29:34.000Z","name":"Sigrid Gibson","mobile_number":"418-748-1640","email_id":"Maximillian_McLaughlin@hotmail.com","dop":"2025-12-01","serial_number":"14164967400191","imei1":"14164967400191","imei2":"14164967400191","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180362,"job_number":"JOB_180362","tr_customer_id":180380,"tr_customer_product_id":180370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:29:14.000Z","modified_at":"2026-02-08T07:29:20.000Z","name":"Haylie Baumbach","mobile_number":"821-504-2242","email_id":"Jane_Armstrong@yahoo.com","dop":"2025-12-31","serial_number":"37223095409873","imei1":"37223095409873","imei2":"37223095409873","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:29:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180361,"job_number":"JOB_180361","tr_customer_id":180379,"tr_customer_product_id":180369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:24:06.000Z","modified_at":"2026-02-08T07:24:12.000Z","name":"Francisco Howell","mobile_number":"584-613-6947","email_id":"Danyka28@gmail.com","dop":"2025-12-31","serial_number":"37490124921566","imei1":"37490124921566","imei2":"37490124921566","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180360,"job_number":"JOB_180360","tr_customer_id":180378,"tr_customer_product_id":180368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:12:09.000Z","modified_at":"2026-02-08T07:12:09.000Z","name":"Mike Robel","mobile_number":"577-759-1295","email_id":"Drew.Hettinger4@hotmail.com","dop":"2025-12-01","serial_number":"13518373317110","imei1":"13518373317110","imei2":"13518373317110","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:12:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180359,"job_number":"JOB_180359","tr_customer_id":180377,"tr_customer_product_id":180367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:35.000Z","modified_at":"2026-02-08T07:11:47.000Z","name":"Gregory Kuvalis","mobile_number":"480-575-7402","email_id":"Evalyn.Johnston@yahoo.com","dop":"2025-12-01","serial_number":"11296255738185","imei1":"11296255738185","imei2":"11296255738185","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180358,"job_number":"JOB_180358","tr_customer_id":180376,"tr_customer_product_id":180366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:35.000Z","modified_at":"2026-02-08T07:11:35.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19059105419490","imei1":"19059105419490","imei2":"19059105419490","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:11:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180357,"job_number":"JOB_180357","tr_customer_id":180375,"tr_customer_product_id":180365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:18.000Z","modified_at":"2026-02-08T07:11:31.000Z","name":"Gregoria Hahn","mobile_number":"345-254-8273","email_id":"Cristina_Hegmann20@gmail.com","dop":"2025-12-01","serial_number":"17377349983164","imei1":"17377349983164","imei2":"17377349983164","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:11:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180356,"job_number":"JOB_180356","tr_customer_id":180374,"tr_customer_product_id":180364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:18.000Z","modified_at":"2026-02-08T07:11:18.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10183536677257","imei1":"10183536677257","imei2":"10183536677257","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:11:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180355,"job_number":"JOB_180355","tr_customer_id":180373,"tr_customer_product_id":180363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:01.000Z","modified_at":"2026-02-08T07:11:14.000Z","name":"Joyce Wiza","mobile_number":"678-974-3409","email_id":"Providenci_Labadie@hotmail.com","dop":"2025-12-01","serial_number":"18914352098135","imei1":"18914352098135","imei2":"18914352098135","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:11:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180354,"job_number":"JOB_180354","tr_customer_id":180372,"tr_customer_product_id":180362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:01.000Z","modified_at":"2026-02-08T07:11:01.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19070684554277","imei1":"19070684554277","imei2":"19070684554277","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180353,"job_number":"JOB_180353","tr_customer_id":180371,"tr_customer_product_id":180361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:01:16.000Z","modified_at":"2026-02-08T07:01:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"","imei1":"","imei2":"","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:01:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180352,"job_number":"JOB_180352","tr_customer_id":180370,"tr_customer_product_id":180360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:50:31.000Z","modified_at":"2026-02-08T06:50:31.000Z","name":"Corrine Sawayn","mobile_number":"951-794-3342","email_id":"Scarlett_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"12876402730082190","imei1":"12876402730082190","imei2":"12876402730082190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180351,"job_number":"JOB_180351","tr_customer_id":180369,"tr_customer_product_id":180359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:50:30.000Z","modified_at":"2026-02-08T06:51:08.000Z","name":"Susanna Harris","mobile_number":"744-579-2010","email_id":"Zoila80@hotmail.com","dop":"2025-04-06","serial_number":"14564229129468","imei1":"14564229129468","imei2":"14564229129468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180350,"job_number":"JOB_180350","tr_customer_id":180368,"tr_customer_product_id":180358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:49:47.000Z","modified_at":"2026-02-08T06:49:47.000Z","name":"Clemens Heidenreich","mobile_number":"862-266-6877","email_id":"Webster68@gmail.com","dop":"2025-04-06","serial_number":"17782421261729192","imei1":"17782421261729192","imei2":"17782421261729192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180349,"job_number":"JOB_180349","tr_customer_id":180367,"tr_customer_product_id":180357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:49:45.000Z","modified_at":"2026-02-08T06:50:23.000Z","name":"Carmine Gottlieb","mobile_number":"793-483-1983","email_id":"Brady.Schinner@gmail.com","dop":"2025-04-06","serial_number":"13483266716448","imei1":"13483266716448","imei2":"13483266716448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180348,"job_number":"JOB_180348","tr_customer_id":180366,"tr_customer_product_id":180356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:49:02.000Z","modified_at":"2026-02-08T06:49:02.000Z","name":"Susan Kiehn","mobile_number":"503-266-1251","email_id":"Elda95@hotmail.com","dop":"2025-04-06","serial_number":"18261093677071210","imei1":"18261093677071210","imei2":"18261093677071210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180347,"job_number":"JOB_180347","tr_customer_id":180365,"tr_customer_product_id":180355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:49:00.000Z","modified_at":"2026-02-08T06:49:38.000Z","name":"Hilbert Mills","mobile_number":"559-968-7307","email_id":"Cleveland_Gulgowski42@hotmail.com","dop":"2025-04-06","serial_number":"14533022734448","imei1":"14533022734448","imei2":"14533022734448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180340,"job_number":"JOB_180340","tr_customer_id":180358,"tr_customer_product_id":180348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:27:27.000Z","modified_at":"2026-02-08T06:27:27.000Z","name":"Tom C","mobile_number":"9620455897","email_id":"bibhu.jitm2008@gmail.com","dop":"2025-11-05","serial_number":"10237002834025","imei1":"10237002834025","imei2":"10237002834025","popurl":"2025-11-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180339,"job_number":"JOB_180339","tr_customer_id":180357,"tr_customer_product_id":180347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:57:51.000Z","modified_at":"2026-02-08T05:57:51.000Z","name":"Eve Parker","mobile_number":"284-890-8640","email_id":"Dewitt.Hackett9@yahoo.com","dop":"2025-12-01","serial_number":"10074520245287","imei1":"10074520245287","imei2":"10074520245287","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180338,"job_number":"JOB_180338","tr_customer_id":180356,"tr_customer_product_id":180346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:48:56.000Z","modified_at":"2026-02-08T05:48:56.000Z","name":"Billy Dooley","mobile_number":"299-253-4928","email_id":"Caroline.Turner@gmail.com","dop":"2025-12-01","serial_number":"10967899698655","imei1":"10967899698655","imei2":"10967899698655","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180337,"job_number":"JOB_180337","tr_customer_id":180355,"tr_customer_product_id":180345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:45:18.000Z","modified_at":"2026-02-08T05:45:18.000Z","name":"Cecile Fahey","mobile_number":"236-803-7989","email_id":"Zack.Purdy@gmail.com","dop":"2025-04-06","serial_number":"14824354255662586","imei1":"14824354255662586","imei2":"14824354255662586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180336,"job_number":"JOB_180336","tr_customer_id":180354,"tr_customer_product_id":180344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:45:17.000Z","modified_at":"2026-02-08T05:45:55.000Z","name":"Rhianna Marks","mobile_number":"324-513-9406","email_id":"Pearl.Hessel@hotmail.com","dop":"2025-04-06","serial_number":"14417273118922","imei1":"14417273118922","imei2":"14417273118922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T05:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180335,"job_number":"JOB_180335","tr_customer_id":180353,"tr_customer_product_id":180343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:45:08.000Z","modified_at":"2026-02-08T05:45:08.000Z","name":"London Lynch","mobile_number":"223-431-0066","email_id":"Flavie_Frami@hotmail.com","dop":"2025-04-06","serial_number":"12698618606032450","imei1":"12698618606032450","imei2":"12698618606032450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180334,"job_number":"JOB_180334","tr_customer_id":180352,"tr_customer_product_id":180342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:45:06.000Z","modified_at":"2026-02-08T05:45:45.000Z","name":"Anika O'Conner","mobile_number":"275-737-2691","email_id":"Reece17@yahoo.com","dop":"2025-04-06","serial_number":"13962510551737","imei1":"13962510551737","imei2":"13962510551737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T05:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180333,"job_number":"JOB_180333","tr_customer_id":180351,"tr_customer_product_id":180341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:25:52.000Z","modified_at":"2026-02-08T05:26:03.000Z","name":"Daryl Reichert","mobile_number":"368-676-1042","email_id":"Beryl.Gutkowski@gmail.com","dop":"2025-07-01","serial_number":"107859971796574","imei1":"107859971796574","imei2":"107859971796574","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T05:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180332,"job_number":"JOB_180332","tr_customer_id":180350,"tr_customer_product_id":180340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:25:52.000Z","modified_at":"2026-02-08T05:25:52.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103636967857211","imei1":"103636967857211","imei2":"103636967857211","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:25:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180331,"job_number":"JOB_180331","tr_customer_id":180349,"tr_customer_product_id":180339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:25:39.000Z","modified_at":"2026-02-08T05:25:50.000Z","name":"Daija Harvey","mobile_number":"974-791-8090","email_id":"Nicole_Ondricka70@hotmail.com","dop":"2025-07-01","serial_number":"107178590854176","imei1":"107178590854176","imei2":"107178590854176","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T05:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180330,"job_number":"JOB_180330","tr_customer_id":180348,"tr_customer_product_id":180338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:25:38.000Z","modified_at":"2026-02-08T05:25:38.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"100292270839053","imei1":"100292270839053","imei2":"100292270839053","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180329,"job_number":"JOB_180329","tr_customer_id":180347,"tr_customer_product_id":180337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:21:54.000Z","modified_at":"2026-02-08T05:21:54.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-29","serial_number":"84257372069620","imei1":"84257372069620","imei2":"84257372069620","popurl":"2026-01-29T05:21:53.782872633Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180328,"job_number":"JOB_180328","tr_customer_id":180346,"tr_customer_product_id":180336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:21:46.000Z","modified_at":"2026-02-08T05:21:46.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-29","serial_number":"25210875048674","imei1":"25210875048674","imei2":"25210875048674","popurl":"2026-01-29T05:21:46.349363227Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180327,"job_number":"JOB_180327","tr_customer_id":180345,"tr_customer_product_id":180335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:30.000Z","modified_at":"2026-02-08T04:58:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58874541690021","imei1":"58874541690021","imei2":"58874541690021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180326,"job_number":"JOB_180326","tr_customer_id":180344,"tr_customer_product_id":180334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:29.000Z","modified_at":"2026-02-08T04:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57850142512107","imei1":"57850142512107","imei2":"57850142512107","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180325,"job_number":"JOB_180325","tr_customer_id":180343,"tr_customer_product_id":180333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:29.000Z","modified_at":"2026-02-08T04:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95349632401438","imei1":"95349632401438","imei2":"95349632401438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180324,"job_number":"JOB_180324","tr_customer_id":180342,"tr_customer_product_id":180332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:29.000Z","modified_at":"2026-02-08T04:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49305738051303","imei1":"49305738051303","imei2":"49305738051303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180323,"job_number":"JOB_180323","tr_customer_id":180341,"tr_customer_product_id":180331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:28.000Z","modified_at":"2026-02-08T04:58:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90727902096679","imei1":"90727902096679","imei2":"90727902096679","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180322,"job_number":"JOB_180322","tr_customer_id":180340,"tr_customer_product_id":180330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:28.000Z","modified_at":"2026-02-08T04:58:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35257868210461","imei1":"35257868210461","imei2":"35257868210461","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180321,"job_number":"JOB_180321","tr_customer_id":180339,"tr_customer_product_id":180329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:28.000Z","modified_at":"2026-02-08T04:58:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63321360334216","imei1":"63321360334216","imei2":"63321360334216","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180320,"job_number":"JOB_180320","tr_customer_id":180338,"tr_customer_product_id":180328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:56.000Z","modified_at":"2026-02-08T04:58:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60722498168234","imei1":"60722498168234","imei2":"60722498168234","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180319,"job_number":"JOB_180319","tr_customer_id":180337,"tr_customer_product_id":180327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:56.000Z","modified_at":"2026-02-08T04:57:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80665667937835","imei1":"80665667937835","imei2":"80665667937835","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180318,"job_number":"JOB_180318","tr_customer_id":180336,"tr_customer_product_id":180326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:55.000Z","modified_at":"2026-02-08T04:57:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88105060633280","imei1":"88105060633280","imei2":"88105060633280","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180317,"job_number":"JOB_180317","tr_customer_id":180335,"tr_customer_product_id":180325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:55.000Z","modified_at":"2026-02-08T04:57:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23479406253684","imei1":"23479406253684","imei2":"23479406253684","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180316,"job_number":"JOB_180316","tr_customer_id":180334,"tr_customer_product_id":180324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:55.000Z","modified_at":"2026-02-08T04:57:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70003488455213","imei1":"70003488455213","imei2":"70003488455213","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180315,"job_number":"JOB_180315","tr_customer_id":180333,"tr_customer_product_id":180323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:54.000Z","modified_at":"2026-02-08T04:57:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85092863703886","imei1":"85092863703886","imei2":"85092863703886","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180314,"job_number":"JOB_180314","tr_customer_id":180332,"tr_customer_product_id":180322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:54.000Z","modified_at":"2026-02-08T04:57:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48177652376250","imei1":"48177652376250","imei2":"48177652376250","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180313,"job_number":"JOB_180313","tr_customer_id":180331,"tr_customer_product_id":180321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:22.000Z","modified_at":"2026-02-08T04:57:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17958760293945","imei1":"17958760293945","imei2":"17958760293945","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180312,"job_number":"JOB_180312","tr_customer_id":180330,"tr_customer_product_id":180320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:22.000Z","modified_at":"2026-02-08T04:57:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54643409454938","imei1":"54643409454938","imei2":"54643409454938","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180311,"job_number":"JOB_180311","tr_customer_id":180329,"tr_customer_product_id":180319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:22.000Z","modified_at":"2026-02-08T04:57:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26393312844990","imei1":"26393312844990","imei2":"26393312844990","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180310,"job_number":"JOB_180310","tr_customer_id":180328,"tr_customer_product_id":180318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:21.000Z","modified_at":"2026-02-08T04:57:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25251553440519","imei1":"25251553440519","imei2":"25251553440519","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180309,"job_number":"JOB_180309","tr_customer_id":180327,"tr_customer_product_id":180317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:21.000Z","modified_at":"2026-02-08T04:57:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38991164534076","imei1":"38991164534076","imei2":"38991164534076","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180308,"job_number":"JOB_180308","tr_customer_id":180326,"tr_customer_product_id":180316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:21.000Z","modified_at":"2026-02-08T04:57:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61542036385508","imei1":"61542036385508","imei2":"61542036385508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180307,"job_number":"JOB_180307","tr_customer_id":180325,"tr_customer_product_id":180315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:20.000Z","modified_at":"2026-02-08T04:57:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60258128366723","imei1":"60258128366723","imei2":"60258128366723","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180306,"job_number":"JOB_180306","tr_customer_id":180324,"tr_customer_product_id":180314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:46:11.000Z","modified_at":"2026-02-08T04:46:11.000Z","name":"Malinda Schoen","mobile_number":"921-636-3234","email_id":"Shirley37@gmail.com","dop":"2025-04-06","serial_number":"14865914542958","imei1":"14865914542958","imei2":"14865914542958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:46:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180304,"job_number":"JOB_180304","tr_customer_id":180322,"tr_customer_product_id":180312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:28.000Z","modified_at":"2026-02-08T04:45:05.000Z","name":"Judah Block","mobile_number":"416-966-9657","email_id":"Robbie68@gmail.com","dop":"2000-01-31","serial_number":"10323588403259","imei1":"10323588403259","imei2":"10323588403259","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180302,"job_number":"JOB_180302","tr_customer_id":180320,"tr_customer_product_id":180310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:00.000Z","modified_at":"2026-02-08T04:44:00.000Z","name":"Selina Runolfsson","mobile_number":"414-317-1209","email_id":"Robert_Welch@gmail.com","dop":"2025-04-06","serial_number":"14098874199169466","imei1":"14098874199169466","imei2":"14098874199169466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180301,"job_number":"JOB_180301","tr_customer_id":180319,"tr_customer_product_id":180309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:43:59.000Z","name":"Chadd Emard","mobile_number":"446-392-7561","email_id":"Haley.Collier91@yahoo.com","dop":"2025-04-06","serial_number":"10449400911834652","imei1":"10449400911834652","imei2":"10449400911834652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180300,"job_number":"JOB_180300","tr_customer_id":180318,"tr_customer_product_id":180308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:44:37.000Z","name":"Barney Kuhic","mobile_number":"450-226-9333","email_id":"Roscoe.Marquardt61@hotmail.com","dop":"2025-04-06","serial_number":"14661112128945","imei1":"14661112128945","imei2":"14661112128945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180299,"job_number":"JOB_180299","tr_customer_id":180317,"tr_customer_product_id":180307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:43:59.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"10717054637233","imei1":"10717054637233","imei2":"10717054637233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180298,"job_number":"JOB_180298","tr_customer_id":180316,"tr_customer_product_id":180306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:43:59.000Z","name":"Kristopher Pagac","mobile_number":"810-659-5390","email_id":"Modesto68@gmail.com","dop":"2025-04-06","serial_number":"10635018840976074","imei1":"10635018840976074","imei2":"10635018840976074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180297,"job_number":"JOB_180297","tr_customer_id":180315,"tr_customer_product_id":180305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:58.000Z","modified_at":"2026-02-08T04:44:35.000Z","name":"Shana Leuschke","mobile_number":"548-915-3248","email_id":"Marisol.Douglas28@hotmail.com","dop":"2025-04-06","serial_number":"16815738379460","imei1":"16815738379460","imei2":"16815738379460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180296,"job_number":"JOB_180296","tr_customer_id":180314,"tr_customer_product_id":180304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:43:57.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"11922205460821","imei1":"11922205460821","imei2":"11922205460821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180295,"job_number":"JOB_180295","tr_customer_id":180313,"tr_customer_product_id":180303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:44:35.000Z","name":"Sarah Aufderhar","mobile_number":"632-314-1631","email_id":"Theresia.Hessel94@gmail.com","dop":"2025-04-06","serial_number":"10541493106307","imei1":"10541493106307","imei2":"10541493106307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180294,"job_number":"JOB_180294","tr_customer_id":180312,"tr_customer_product_id":180302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:43:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14224664014982","imei1":"14224664014982","imei2":"14224664014982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180293,"job_number":"JOB_180293","tr_customer_id":180311,"tr_customer_product_id":180301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:43:57.000Z","name":"Susie McDermott","mobile_number":"361-852-8135","email_id":"Fiona.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13369340585581312","imei1":"13369340585581312","imei2":"13369340585581312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180292,"job_number":"JOB_180292","tr_customer_id":180310,"tr_customer_product_id":180300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:56.000Z","modified_at":"2026-02-08T04:43:56.000Z","name":"Beth McKenzie","mobile_number":"588-528-4224","email_id":"Astrid31@yahoo.com","dop":"2025-04-06","serial_number":"15693276215360206","imei1":"15693276215360206","imei2":"15693276215360206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180291,"job_number":"JOB_180291","tr_customer_id":180309,"tr_customer_product_id":180299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:55.000Z","modified_at":"2026-02-08T04:44:33.000Z","name":"Fatima Cummings","mobile_number":"651-957-2951","email_id":"Icie.Kemmer87@yahoo.com","dop":"2025-04-06","serial_number":"17203171206354","imei1":"17203171206354","imei2":"17203171206354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180290,"job_number":"JOB_180290","tr_customer_id":180308,"tr_customer_product_id":180298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:55.000Z","modified_at":"2026-02-08T04:43:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12171502344764","imei1":"12171502344764","imei2":"12171502344764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180289,"job_number":"JOB_180289","tr_customer_id":180307,"tr_customer_product_id":180297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:55.000Z","modified_at":"2026-02-08T04:44:33.000Z","name":"Cathryn Kautzer","mobile_number":"742-704-7987","email_id":"Karli_Willms44@gmail.com","dop":"2025-04-06","serial_number":"13667196980155","imei1":"13667196980155","imei2":"13667196980155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180288,"job_number":"JOB_180288","tr_customer_id":180306,"tr_customer_product_id":180296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:54.000Z","modified_at":"2026-02-08T04:43:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13553718957328","imei1":"13553718957328","imei2":"13553718957328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180287,"job_number":"JOB_180287","tr_customer_id":180305,"tr_customer_product_id":180295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:52.000Z","modified_at":"2026-02-08T04:44:28.000Z","name":"Kraig Lebsack","mobile_number":"304-333-3443","email_id":"Melba_Stehr93@hotmail.com","dop":"2025-12-31","serial_number":"100611370313119","imei1":"100611370313119","imei2":"100611370313119","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180286,"job_number":"JOB_180286","tr_customer_id":180304,"tr_customer_product_id":180294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:51.000Z","modified_at":"2026-02-08T04:43:51.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"104567896296502","imei1":"104567896296502","imei2":"104567896296502","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180285,"job_number":"JOB_180285","tr_customer_id":180303,"tr_customer_product_id":180293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:45.000Z","modified_at":"2026-02-08T04:43:45.000Z","name":"Laverne Parisian","mobile_number":"662-797-2083","email_id":"Dessie_Nienow70@yahoo.com","dop":"2025-04-06","serial_number":"17340666432091848","imei1":"17340666432091848","imei2":"17340666432091848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180284,"job_number":"JOB_180284","tr_customer_id":180302,"tr_customer_product_id":180292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:44.000Z","modified_at":"2026-02-08T04:44:22.000Z","name":"Bennett Breitenberg","mobile_number":"303-655-1898","email_id":"Adalberto.Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"15032102092518","imei1":"15032102092518","imei2":"15032102092518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180282,"job_number":"JOB_180282","tr_customer_id":180300,"tr_customer_product_id":180290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:44.000Z","modified_at":"2026-02-08T04:43:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11053565671116","imei1":"11053565671116","imei2":"11053565671116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180281,"job_number":"JOB_180281","tr_customer_id":180299,"tr_customer_product_id":180289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:42.000Z","modified_at":"2026-02-08T04:44:21.000Z","name":"Lauretta Zieme","mobile_number":"799-668-2733","email_id":"Bernadette16@hotmail.com","dop":"2000-01-31","serial_number":"10293619151201","imei1":"10293619151201","imei2":"10293619151201","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180279,"job_number":"JOB_180279","tr_customer_id":180297,"tr_customer_product_id":180287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:37.000Z","modified_at":"2026-02-08T04:43:37.000Z","name":"Elva Franecki","mobile_number":"606-599-7599","email_id":"Florida82@yahoo.com","dop":"2025-04-06","serial_number":"11076938985606158","imei1":"11076938985606158","imei2":"11076938985606158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180278,"job_number":"JOB_180278","tr_customer_id":180296,"tr_customer_product_id":180286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:35.000Z","modified_at":"2026-02-08T04:44:11.000Z","name":"Tara Kozey","mobile_number":"264-322-7085","email_id":"Isai.Grant39@hotmail.com","dop":"2025-04-06","serial_number":"11194241570049","imei1":"11194241570049","imei2":"11194241570049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180277,"job_number":"JOB_180277","tr_customer_id":180295,"tr_customer_product_id":180285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:35.000Z","modified_at":"2026-02-08T04:43:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15786927147632","imei1":"15786927147632","imei2":"15786927147632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180276,"job_number":"JOB_180276","tr_customer_id":180294,"tr_customer_product_id":180284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:30.000Z","modified_at":"2026-02-08T04:43:30.000Z","name":"Alena Kessler","mobile_number":"684-628-7794","email_id":"Foster.MacGyver45@yahoo.com","dop":"2025-04-06","serial_number":"10240876840792260","imei1":"10240876840792260","imei2":"10240876840792260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180275,"job_number":"JOB_180275","tr_customer_id":180293,"tr_customer_product_id":180283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:29.000Z","modified_at":"2026-02-08T04:44:05.000Z","name":"Grant Bahringer","mobile_number":"653-267-6324","email_id":"Kaitlyn.Grant@yahoo.com","dop":"2025-04-06","serial_number":"16908650927498","imei1":"16908650927498","imei2":"16908650927498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180274,"job_number":"JOB_180274","tr_customer_id":180292,"tr_customer_product_id":180282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:28.000Z","modified_at":"2026-02-08T04:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10937386394014","imei1":"10937386394014","imei2":"10937386394014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180273,"job_number":"JOB_180273","tr_customer_id":180291,"tr_customer_product_id":180281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:16.000Z","modified_at":"2026-02-08T04:43:16.000Z","name":"Kadin Gerlach","mobile_number":"857-526-2703","email_id":"Alfonzo_Huels3@gmail.com","dop":"2025-04-06","serial_number":"16534117712297004","imei1":"16534117712297004","imei2":"16534117712297004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180272,"job_number":"JOB_180272","tr_customer_id":180290,"tr_customer_product_id":180280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:14.000Z","modified_at":"2026-02-08T04:43:52.000Z","name":"Jodie Breitenberg","mobile_number":"929-375-9505","email_id":"Gia50@yahoo.com","dop":"2025-04-06","serial_number":"15267490726759","imei1":"15267490726759","imei2":"15267490726759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180271,"job_number":"JOB_180271","tr_customer_id":180289,"tr_customer_product_id":180279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:14.000Z","modified_at":"2026-02-08T04:43:14.000Z","name":"Makayla Little","mobile_number":"457-243-6077","email_id":"Gertrude49@yahoo.com","dop":"2025-04-06","serial_number":"17968178677859514","imei1":"17968178677859514","imei2":"17968178677859514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180270,"job_number":"JOB_180270","tr_customer_id":180288,"tr_customer_product_id":180278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:14.000Z","modified_at":"2026-02-08T04:43:14.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"16138889956800","imei1":"16138889956800","imei2":"16138889956800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180269,"job_number":"JOB_180269","tr_customer_id":180287,"tr_customer_product_id":180277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:13.000Z","modified_at":"2026-02-08T04:43:51.000Z","name":"Heaven Wuckert","mobile_number":"793-918-3006","email_id":"Ayden35@hotmail.com","dop":"2025-04-06","serial_number":"16425539591315","imei1":"16425539591315","imei2":"16425539591315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180268,"job_number":"JOB_180268","tr_customer_id":180286,"tr_customer_product_id":180276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:12.000Z","modified_at":"2026-02-08T04:43:12.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"15406574031364","imei1":"15406574031364","imei2":"15406574031364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180267,"job_number":"JOB_180267","tr_customer_id":180285,"tr_customer_product_id":180275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:12.000Z","modified_at":"2026-02-08T04:43:12.000Z","name":"Jena Hyatt","mobile_number":"284-823-4052","email_id":"Carrie76@hotmail.com","dop":"2025-04-06","serial_number":"14771951794762452","imei1":"14771951794762452","imei2":"14771951794762452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180266,"job_number":"JOB_180266","tr_customer_id":180284,"tr_customer_product_id":180274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:12.000Z","modified_at":"2026-02-08T04:43:12.000Z","name":"Una Bartell","mobile_number":"637-746-3168","email_id":"Chaim.Kuhic25@hotmail.com","dop":"2025-04-06","serial_number":"16748814290943840","imei1":"16748814290943840","imei2":"16748814290943840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180265,"job_number":"JOB_180265","tr_customer_id":180283,"tr_customer_product_id":180273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:11.000Z","modified_at":"2026-02-08T04:43:11.000Z","name":"Rhoda Hackett","mobile_number":"871-372-0856","email_id":"Annetta58@hotmail.com","dop":"2025-04-06","serial_number":"11201830341309686","imei1":"11201830341309686","imei2":"11201830341309686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180264,"job_number":"JOB_180264","tr_customer_id":180282,"tr_customer_product_id":180272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:11.000Z","modified_at":"2026-02-08T04:43:50.000Z","name":"Ally Borer","mobile_number":"385-369-6613","email_id":"Myron_Ondricka@hotmail.com","dop":"2025-04-06","serial_number":"14265555971302","imei1":"14265555971302","imei2":"14265555971302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180263,"job_number":"JOB_180263","tr_customer_id":180281,"tr_customer_product_id":180271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:11.000Z","modified_at":"2026-02-08T04:43:49.000Z","name":"Keshawn Carroll","mobile_number":"959-770-6629","email_id":"Ryan.Rempel@yahoo.com","dop":"2025-04-06","serial_number":"13291226056366","imei1":"13291226056366","imei2":"13291226056366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180262,"job_number":"JOB_180262","tr_customer_id":180280,"tr_customer_product_id":180270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16525490691212","imei1":"16525490691212","imei2":"16525490691212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180261,"job_number":"JOB_180261","tr_customer_id":180279,"tr_customer_product_id":180269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"18130052116984","imei1":"18130052116984","imei2":"18130052116984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180260,"job_number":"JOB_180260","tr_customer_id":180278,"tr_customer_product_id":180268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"Payton Schultz","mobile_number":"259-578-3644","email_id":"Weldon.Schaden47@yahoo.com","dop":"2025-04-06","serial_number":"17068443835511782","imei1":"17068443835511782","imei2":"17068443835511782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180259,"job_number":"JOB_180259","tr_customer_id":180277,"tr_customer_product_id":180267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:48.000Z","name":"Concepcion West","mobile_number":"737-781-8698","email_id":"Justen86@hotmail.com","dop":"2025-04-06","serial_number":"15208364803390","imei1":"15208364803390","imei2":"15208364803390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180258,"job_number":"JOB_180258","tr_customer_id":180276,"tr_customer_product_id":180266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:09.000Z","modified_at":"2026-02-08T04:43:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17813640214556","imei1":"17813640214556","imei2":"17813640214556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180257,"job_number":"JOB_180257","tr_customer_id":180275,"tr_customer_product_id":180265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:09.000Z","modified_at":"2026-02-08T04:43:48.000Z","name":"Callie Wisozk","mobile_number":"638-463-1366","email_id":"Florencio_Murazik99@yahoo.com","dop":"2025-04-06","serial_number":"11864961353435","imei1":"11864961353435","imei2":"11864961353435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180256,"job_number":"JOB_180256","tr_customer_id":180274,"tr_customer_product_id":180264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:08.000Z","modified_at":"2026-02-08T04:43:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12233696108820","imei1":"12233696108820","imei2":"12233696108820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180255,"job_number":"JOB_180255","tr_customer_id":180273,"tr_customer_product_id":180263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:06.000Z","modified_at":"2026-02-08T04:43:44.000Z","name":"Clifton DuBuque","mobile_number":"315-529-0014","email_id":"Bertram.Bartoletti@hotmail.com","dop":"2025-12-31","serial_number":"100881252630206","imei1":"100881252630206","imei2":"100881252630206","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180254,"job_number":"JOB_180254","tr_customer_id":180272,"tr_customer_product_id":180262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:06.000Z","modified_at":"2026-02-08T04:43:06.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105904117763053","imei1":"105904117763053","imei2":"105904117763053","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180249,"job_number":"JOB_180249","tr_customer_id":180267,"tr_customer_product_id":180257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:01.000Z","modified_at":"2026-02-08T04:43:01.000Z","name":"Mattie Kreiger","mobile_number":"680-217-8417","email_id":"Libby28@gmail.com","dop":"2025-04-06","serial_number":"19717519843792344","imei1":"19717519843792344","imei2":"19717519843792344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180247,"job_number":"JOB_180247","tr_customer_id":180265,"tr_customer_product_id":180255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:59.000Z","modified_at":"2026-02-08T04:43:37.000Z","name":"Maude Effertz","mobile_number":"659-609-5760","email_id":"Clarabelle46@hotmail.com","dop":"2025-04-06","serial_number":"14318175328249","imei1":"14318175328249","imei2":"14318175328249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180246,"job_number":"JOB_180246","tr_customer_id":180264,"tr_customer_product_id":180254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:59.000Z","modified_at":"2026-02-08T04:42:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16472858580199","imei1":"16472858580199","imei2":"16472858580199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180244,"job_number":"JOB_180244","tr_customer_id":180262,"tr_customer_product_id":180252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:57.000Z","modified_at":"2026-02-08T04:43:35.000Z","name":"Alayna Hessel","mobile_number":"672-564-6550","email_id":"Jermaine_Tromp@yahoo.com","dop":"2000-01-31","serial_number":"10624781412421","imei1":"10624781412421","imei2":"10624781412421","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180242,"job_number":"JOB_180242","tr_customer_id":180260,"tr_customer_product_id":180250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:54.000Z","modified_at":"2026-02-08T04:42:54.000Z","name":"Cora Torphy","mobile_number":"686-452-9095","email_id":"Dagmar_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"14162368793138114","imei1":"14162368793138114","imei2":"14162368793138114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180241,"job_number":"JOB_180241","tr_customer_id":180259,"tr_customer_product_id":180249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:54.000Z","modified_at":"2026-02-08T04:42:54.000Z","name":"Quinton Shields","mobile_number":"603-612-6756","email_id":"Deontae7@gmail.com","dop":"2025-04-06","serial_number":"19195074576136156","imei1":"19195074576136156","imei2":"19195074576136156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180240,"job_number":"JOB_180240","tr_customer_id":180258,"tr_customer_product_id":180248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:53.000Z","modified_at":"2026-02-08T04:43:29.000Z","name":"Meghan Wolf","mobile_number":"982-312-9308","email_id":"Rosella.Nitzsche39@gmail.com","dop":"2025-04-06","serial_number":"14502151888464","imei1":"14502151888464","imei2":"14502151888464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180239,"job_number":"JOB_180239","tr_customer_id":180257,"tr_customer_product_id":180247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:52.000Z","modified_at":"2026-02-08T04:43:32.000Z","name":"Vida Mitchell","mobile_number":"851-550-3844","email_id":"Ellsworth_Toy@gmail.com","dop":"2025-04-06","serial_number":"13443808387958","imei1":"13443808387958","imei2":"13443808387958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180238,"job_number":"JOB_180238","tr_customer_id":180256,"tr_customer_product_id":180246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:52.000Z","modified_at":"2026-02-08T04:42:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13989085259817","imei1":"13989085259817","imei2":"13989085259817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180237,"job_number":"JOB_180237","tr_customer_id":180255,"tr_customer_product_id":180245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:52.000Z","modified_at":"2026-02-08T04:42:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15351909353939","imei1":"15351909353939","imei2":"15351909353939","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180236,"job_number":"JOB_180236","tr_customer_id":180254,"tr_customer_product_id":180244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:48.000Z","modified_at":"2026-02-08T04:42:48.000Z","name":"Chauncey Koch","mobile_number":"850-966-4336","email_id":"Sister25@hotmail.com","dop":"2025-04-06","serial_number":"12582526034997268","imei1":"12582526034997268","imei2":"12582526034997268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180235,"job_number":"JOB_180235","tr_customer_id":180253,"tr_customer_product_id":180243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:47.000Z","modified_at":"2026-02-08T04:43:28.000Z","name":"Cordie Windler","mobile_number":"830-499-9157","email_id":"Tiana6@yahoo.com","dop":"2025-04-06","serial_number":"13545348490018","imei1":"13545348490018","imei2":"13545348490018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180234,"job_number":"JOB_180234","tr_customer_id":180252,"tr_customer_product_id":180242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:46.000Z","modified_at":"2026-02-08T04:42:46.000Z","name":"Gonzalo Windler","mobile_number":"200-832-6983","email_id":"Audrey13@yahoo.com","dop":"2025-04-06","serial_number":"11263569801661888","imei1":"11263569801661888","imei2":"11263569801661888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180233,"job_number":"JOB_180233","tr_customer_id":180251,"tr_customer_product_id":180241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:46.000Z","modified_at":"2026-02-08T04:42:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11009676822779","imei1":"11009676822779","imei2":"11009676822779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180232,"job_number":"JOB_180232","tr_customer_id":180250,"tr_customer_product_id":180240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"Van Walker","mobile_number":"214-320-1236","email_id":"Levi.Turcotte31@gmail.com","dop":"2025-04-06","serial_number":"10155519757052578","imei1":"10155519757052578","imei2":"10155519757052578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180231,"job_number":"JOB_180231","tr_customer_id":180249,"tr_customer_product_id":180239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:43:26.000Z","name":"Anahi Lakin","mobile_number":"400-784-9351","email_id":"Laurie.Zulauf@yahoo.com","dop":"2025-04-06","serial_number":"11798562297003","imei1":"11798562297003","imei2":"11798562297003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180228,"job_number":"JOB_180228","tr_customer_id":180246,"tr_customer_product_id":180236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18063204018263","imei1":"18063204018263","imei2":"18063204018263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180225,"job_number":"JOB_180225","tr_customer_id":180243,"tr_customer_product_id":180233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:44.000Z","modified_at":"2026-02-08T04:43:22.000Z","name":"Marquis Douglas","mobile_number":"964-253-4092","email_id":"Hugh_Lueilwitz10@hotmail.com","dop":"2025-04-06","serial_number":"17805614844080","imei1":"17805614844080","imei2":"17805614844080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180224,"job_number":"JOB_180224","tr_customer_id":180242,"tr_customer_product_id":180232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:44.000Z","modified_at":"2026-02-08T04:42:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19918943117243","imei1":"19918943117243","imei2":"19918943117243","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180223,"job_number":"JOB_180223","tr_customer_id":180241,"tr_customer_product_id":180231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:42.000Z","modified_at":"2026-02-08T04:42:42.000Z","name":"Patsy Conroy","mobile_number":"830-505-4843","email_id":"Annabel_Hermiston13@gmail.com","dop":"2025-04-06","serial_number":"17605405925781340","imei1":"17605405925781340","imei2":"17605405925781340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180222,"job_number":"JOB_180222","tr_customer_id":180240,"tr_customer_product_id":180230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:41.000Z","modified_at":"2026-02-08T04:42:41.000Z","name":"Christopher Kassulke","mobile_number":"442-300-0068","email_id":"Bernie55@gmail.com","dop":"2025-04-06","serial_number":"18963515714280756","imei1":"18963515714280756","imei2":"18963515714280756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180221,"job_number":"JOB_180221","tr_customer_id":180239,"tr_customer_product_id":180229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:40.000Z","modified_at":"2026-02-08T04:43:19.000Z","name":"Violette Kuhn","mobile_number":"938-284-6888","email_id":"Nia.Homenick@gmail.com","dop":"2025-04-06","serial_number":"13561073573899","imei1":"13561073573899","imei2":"13561073573899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180220,"job_number":"JOB_180220","tr_customer_id":180238,"tr_customer_product_id":180228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:40.000Z","modified_at":"2026-02-08T04:42:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12684045639868","imei1":"12684045639868","imei2":"12684045639868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180219,"job_number":"JOB_180219","tr_customer_id":180237,"tr_customer_product_id":180227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:39.000Z","modified_at":"2026-02-08T04:43:19.000Z","name":"Mariano Hermiston","mobile_number":"893-874-7736","email_id":"Linnie_Pagac47@yahoo.com","dop":"2025-04-06","serial_number":"17501061950817","imei1":"17501061950817","imei2":"17501061950817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180218,"job_number":"JOB_180218","tr_customer_id":180236,"tr_customer_product_id":180226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:39.000Z","modified_at":"2026-02-08T04:42:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10300575170984","imei1":"10300575170984","imei2":"10300575170984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180217,"job_number":"JOB_180217","tr_customer_id":180235,"tr_customer_product_id":180225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:38.000Z","modified_at":"2026-02-08T04:43:14.000Z","name":"Marvin Farrell","mobile_number":"554-925-7174","email_id":"Zelma90@gmail.com","dop":"2025-02-01","serial_number":"52991798288492","imei1":"52991798288492","imei2":"52991798288492","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180216,"job_number":"JOB_180216","tr_customer_id":180234,"tr_customer_product_id":180224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:37.000Z","modified_at":"2026-02-08T04:42:37.000Z","name":"Desiree Johnson","mobile_number":"322-999-6726","email_id":"Halie_Beatty34@gmail.com","dop":"2025-02-01","serial_number":"84653065295239","imei1":"84653065295239","imei2":"84653065295239","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180215,"job_number":"JOB_180215","tr_customer_id":180233,"tr_customer_product_id":180223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:36.000Z","modified_at":"2026-02-08T04:42:36.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"71900620324011","imei1":"71900620324011","imei2":"71900620324011","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180212,"job_number":"JOB_180212","tr_customer_id":180230,"tr_customer_product_id":180220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Verdie Hettinger","mobile_number":"891-426-8979","email_id":"Mathilde20@gmail.com","dop":"2025-04-06","serial_number":"11388785831504910","imei1":"11388785831504910","imei2":"11388785831504910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180209,"job_number":"JOB_180209","tr_customer_id":180228,"tr_customer_product_id":180218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Jonathan Haley","mobile_number":"959-708-6167","email_id":"Destin26@gmail.com","dop":"2025-04-06","serial_number":"16540748902546964","imei1":"16540748902546964","imei2":"16540748902546964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180207,"job_number":"JOB_180207","tr_customer_id":180225,"tr_customer_product_id":180215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:43:07.000Z","name":"Anika McGlynn","mobile_number":"422-686-4271","email_id":"Lisandro4@hotmail.com","dop":"2025-04-06","serial_number":"14716640798180","imei1":"14716640798180","imei2":"14716640798180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180206,"job_number":"JOB_180206","tr_customer_id":180224,"tr_customer_product_id":180214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:42:27.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18378320087253","imei1":"18378320087253","imei2":"18378320087253","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180204,"job_number":"JOB_180204","tr_customer_id":180222,"tr_customer_product_id":180212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:26.000Z","modified_at":"2026-02-08T04:43:05.000Z","name":"Judd Strosin","mobile_number":"939-241-6684","email_id":"Rodolfo.Dibbert53@gmail.com","dop":"2025-04-06","serial_number":"17786004042749","imei1":"17786004042749","imei2":"17786004042749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180202,"job_number":"JOB_180202","tr_customer_id":180220,"tr_customer_product_id":180210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:26.000Z","modified_at":"2026-02-08T04:42:26.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17619510491231","imei1":"17619510491231","imei2":"17619510491231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180198,"job_number":"JOB_180198","tr_customer_id":180216,"tr_customer_product_id":180206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:24.000Z","name":"Bradford Gottlieb","mobile_number":"908-261-6204","email_id":"Efren_Nikolaus20@hotmail.com","dop":"2025-04-06","serial_number":"10888279324319130","imei1":"10888279324319130","imei2":"10888279324319130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180197,"job_number":"JOB_180197","tr_customer_id":180215,"tr_customer_product_id":180205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:23.000Z","name":"Leola Oberbrunner","mobile_number":"708-849-8053","email_id":"Stefanie_Ferry42@gmail.com","dop":"2025-04-06","serial_number":"11389419420392594","imei1":"11389419420392594","imei2":"11389419420392594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180196,"job_number":"JOB_180196","tr_customer_id":180214,"tr_customer_product_id":180204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:23.000Z","name":"Creola Quitzon","mobile_number":"495-380-5129","email_id":"Jamal_Hilpert80@gmail.com","dop":"2025-04-06","serial_number":"16051214158247592","imei1":"16051214158247592","imei2":"16051214158247592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180195,"job_number":"JOB_180195","tr_customer_id":180213,"tr_customer_product_id":180203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:23.000Z","name":"Raleigh Walter","mobile_number":"596-880-3780","email_id":"Brennon_Lakin@gmail.com","dop":"2025-04-06","serial_number":"11241462975844360","imei1":"11241462975844360","imei2":"11241462975844360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180194,"job_number":"JOB_180194","tr_customer_id":180212,"tr_customer_product_id":180202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:22.000Z","modified_at":"2026-02-08T04:43:02.000Z","name":"Irwin Schoen","mobile_number":"325-658-2200","email_id":"Jessica.Anderson@hotmail.com","dop":"2025-04-06","serial_number":"12482617759894","imei1":"12482617759894","imei2":"12482617759894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180193,"job_number":"JOB_180193","tr_customer_id":180211,"tr_customer_product_id":180201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:22.000Z","modified_at":"2026-02-08T04:42:22.000Z","name":"Janick Rosenbaum","mobile_number":"735-298-4306","email_id":"Alysha_Bruen80@gmail.com","dop":"2025-04-06","serial_number":"18722184806988144","imei1":"18722184806988144","imei2":"18722184806988144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180192,"job_number":"JOB_180192","tr_customer_id":180210,"tr_customer_product_id":180200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:22.000Z","modified_at":"2026-02-08T04:42:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19826643089547","imei1":"19826643089547","imei2":"19826643089547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180191,"job_number":"JOB_180191","tr_customer_id":180209,"tr_customer_product_id":180199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:22.000Z","modified_at":"2026-02-08T04:43:03.000Z","name":"Elta Koss","mobile_number":"424-404-6107","email_id":"Dimitri_Willms70@yahoo.com","dop":"2025-04-06","serial_number":"11296079671707","imei1":"11296079671707","imei2":"11296079671707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180190,"job_number":"JOB_180190","tr_customer_id":180208,"tr_customer_product_id":180198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:43:03.000Z","name":"Katlyn Huels","mobile_number":"459-853-5015","email_id":"Alexie_Gibson29@yahoo.com","dop":"2025-04-06","serial_number":"13918126205506","imei1":"13918126205506","imei2":"13918126205506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180189,"job_number":"JOB_180189","tr_customer_id":180207,"tr_customer_product_id":180197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:43:01.000Z","name":"Emmet Gaylord","mobile_number":"515-371-1781","email_id":"Greyson_Jakubowski@yahoo.com","dop":"2025-04-06","serial_number":"11860530963742","imei1":"11860530963742","imei2":"11860530963742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180188,"job_number":"JOB_180188","tr_customer_id":180206,"tr_customer_product_id":180196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"19056109337613","imei1":"19056109337613","imei2":"19056109337613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180187,"job_number":"JOB_180187","tr_customer_id":180205,"tr_customer_product_id":180195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17596969873853","imei1":"17596969873853","imei2":"17596969873853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180186,"job_number":"JOB_180186","tr_customer_id":180204,"tr_customer_product_id":180194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15855620382718","imei1":"15855620382718","imei2":"15855620382718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180185,"job_number":"JOB_180185","tr_customer_id":180203,"tr_customer_product_id":180193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"Sage Rohan","mobile_number":"580-287-9378","email_id":"Bo.Cremin66@hotmail.com","dop":"2025-04-06","serial_number":"15697470423796160","imei1":"15697470423796160","imei2":"15697470423796160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180184,"job_number":"JOB_180184","tr_customer_id":180202,"tr_customer_product_id":180192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:20.000Z","modified_at":"2026-02-08T04:43:01.000Z","name":"Tatyana Bauch","mobile_number":"454-831-5733","email_id":"Jessika39@hotmail.com","dop":"2025-04-06","serial_number":"10154601423659","imei1":"10154601423659","imei2":"10154601423659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180183,"job_number":"JOB_180183","tr_customer_id":180201,"tr_customer_product_id":180191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:20.000Z","modified_at":"2026-02-08T04:42:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11185840566221","imei1":"11185840566221","imei2":"11185840566221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180182,"job_number":"JOB_180182","tr_customer_id":180200,"tr_customer_product_id":180190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:19.000Z","modified_at":"2026-02-08T04:43:01.000Z","name":"Luther Cole","mobile_number":"891-623-1027","email_id":"Kathryne50@gmail.com","dop":"2025-04-06","serial_number":"12207525681582","imei1":"12207525681582","imei2":"12207525681582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180181,"job_number":"JOB_180181","tr_customer_id":180199,"tr_customer_product_id":180189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:19.000Z","modified_at":"2026-02-08T04:42:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16077980801767","imei1":"16077980801767","imei2":"16077980801767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180180,"job_number":"JOB_180180","tr_customer_id":180198,"tr_customer_product_id":180188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:18.000Z","modified_at":"2026-02-08T04:42:58.000Z","name":"Troy Bins","mobile_number":"246-620-0457","email_id":"Michele_OHara@hotmail.com","dop":"2025-12-31","serial_number":"103405226333650","imei1":"103405226333650","imei2":"103405226333650","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180179,"job_number":"JOB_180179","tr_customer_id":180197,"tr_customer_product_id":180187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:18.000Z","modified_at":"2026-02-08T04:42:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104784962089527","imei1":"104784962089527","imei2":"104784962089527","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180178,"job_number":"JOB_180178","tr_customer_id":180196,"tr_customer_product_id":180186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:17.000Z","modified_at":"2026-02-08T04:42:17.000Z","name":"Rogers Feil","mobile_number":"873-288-8161","email_id":"Shanon28@yahoo.com","dop":"2025-04-06","serial_number":"14027699707235420","imei1":"14027699707235420","imei2":"14027699707235420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180176,"job_number":"JOB_180176","tr_customer_id":180194,"tr_customer_product_id":180184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:16.000Z","modified_at":"2026-02-08T04:42:56.000Z","name":"Frieda Heller","mobile_number":"200-577-6704","email_id":"Nikita.Hackett46@yahoo.com","dop":"2025-04-06","serial_number":"17796702781124","imei1":"17796702781124","imei2":"17796702781124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180174,"job_number":"JOB_180174","tr_customer_id":180192,"tr_customer_product_id":180182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"11519666800457","imei1":"11519666800457","imei2":"11519666800457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180170,"job_number":"JOB_180170","tr_customer_id":180188,"tr_customer_product_id":180178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:14.000Z","modified_at":"2026-02-08T04:42:14.000Z","name":"Demarco Lebsack","mobile_number":"734-604-1250","email_id":"Arthur4@gmail.com","dop":"2025-04-06","serial_number":"15367804566774832","imei1":"15367804566774832","imei2":"15367804566774832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180169,"job_number":"JOB_180169","tr_customer_id":180187,"tr_customer_product_id":180177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:13.000Z","modified_at":"2026-02-08T04:42:51.000Z","name":"Jayce Schmeler","mobile_number":"737-253-7691","email_id":"Isom70@gmail.com","dop":"2025-04-06","serial_number":"13966774790714","imei1":"13966774790714","imei2":"13966774790714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180168,"job_number":"JOB_180168","tr_customer_id":180186,"tr_customer_product_id":180176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:12.000Z","modified_at":"2026-02-08T04:42:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15067771516831","imei1":"15067771516831","imei2":"15067771516831","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180166,"job_number":"JOB_180166","tr_customer_id":180184,"tr_customer_product_id":180174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:11.000Z","modified_at":"2026-02-08T04:42:50.000Z","name":"Amir Hilpert","mobile_number":"545-387-5788","email_id":"Lesly_Zboncak@hotmail.com","dop":"2000-01-31","serial_number":"10938261931489","imei1":"10938261931489","imei2":"10938261931489","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180164,"job_number":"JOB_180164","tr_customer_id":180182,"tr_customer_product_id":180172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:10.000Z","modified_at":"2026-02-08T04:42:10.000Z","name":"Leanna Langosh","mobile_number":"993-829-1479","email_id":"Nya40@hotmail.com","dop":"2025-04-06","serial_number":"14931318844158274","imei1":"14931318844158274","imei2":"14931318844158274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180163,"job_number":"JOB_180163","tr_customer_id":180181,"tr_customer_product_id":180171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:08.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"Adelbert McLaughlin","mobile_number":"667-522-4137","email_id":"Nona15@hotmail.com","dop":"2025-04-06","serial_number":"16790261434766","imei1":"16790261434766","imei2":"16790261434766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180162,"job_number":"JOB_180162","tr_customer_id":180180,"tr_customer_product_id":180170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:08.000Z","modified_at":"2026-02-08T04:42:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10649993594295","imei1":"10649993594295","imei2":"10649993594295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180161,"job_number":"JOB_180161","tr_customer_id":180179,"tr_customer_product_id":180169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:05.000Z","modified_at":"2026-02-08T04:42:05.000Z","name":"Fern Bartoletti","mobile_number":"589-542-4757","email_id":"Noelia.Thiel68@gmail.com","dop":"2025-04-06","serial_number":"17629480633671770","imei1":"17629480633671770","imei2":"17629480633671770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180160,"job_number":"JOB_180160","tr_customer_id":180178,"tr_customer_product_id":180168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:03.000Z","modified_at":"2026-02-08T04:42:44.000Z","name":"Rosa Padberg","mobile_number":"829-384-7075","email_id":"Magali8@hotmail.com","dop":"2025-04-06","serial_number":"16095052224493","imei1":"16095052224493","imei2":"16095052224493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180159,"job_number":"JOB_180159","tr_customer_id":180177,"tr_customer_product_id":180167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:03.000Z","modified_at":"2026-02-08T04:42:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16194466086292","imei1":"16194466086292","imei2":"16194466086292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180158,"job_number":"JOB_180158","tr_customer_id":180176,"tr_customer_product_id":180166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:03.000Z","modified_at":"2026-02-08T04:42:39.000Z","name":"April Reilly","mobile_number":"896-212-6241","email_id":"Alayna.Frami@hotmail.com","dop":"2025-06-26","serial_number":"10030999707880","imei1":"10030999707880","imei2":"10030999707880","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180157,"job_number":"JOB_180157","tr_customer_id":180175,"tr_customer_product_id":180165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:00.000Z","modified_at":"2026-02-08T04:42:00.000Z","name":"Kay Fritsch","mobile_number":"742-921-6632","email_id":"Lacey.Marks@hotmail.com","dop":"2025-04-06","serial_number":"10024748711796454","imei1":"10024748711796454","imei2":"10024748711796454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180156,"job_number":"JOB_180156","tr_customer_id":180174,"tr_customer_product_id":180164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:58.000Z","modified_at":"2026-02-08T04:42:37.000Z","name":"Kitty Schulist","mobile_number":"253-213-0255","email_id":"Emma.Rodriguez17@gmail.com","dop":"2025-04-06","serial_number":"16580230953432","imei1":"16580230953432","imei2":"16580230953432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180155,"job_number":"JOB_180155","tr_customer_id":180173,"tr_customer_product_id":180163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:58.000Z","modified_at":"2026-02-08T04:41:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18981519717281","imei1":"18981519717281","imei2":"18981519717281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180154,"job_number":"JOB_180154","tr_customer_id":180172,"tr_customer_product_id":180162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:58.000Z","modified_at":"2026-02-08T04:41:58.000Z","name":"Nathan Rice","mobile_number":"249-802-1986","email_id":"Broderick_Bins21@yahoo.com","dop":"2025-04-06","serial_number":"12105137466657932","imei1":"12105137466657932","imei2":"12105137466657932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180153,"job_number":"JOB_180153","tr_customer_id":180171,"tr_customer_product_id":180161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:57.000Z","modified_at":"2026-02-08T04:41:57.000Z","name":"Mazie Jerde","mobile_number":"775-706-4657","email_id":"Marjory65@yahoo.com","dop":"2025-04-06","serial_number":"13084915425902006","imei1":"13084915425902006","imei2":"13084915425902006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180152,"job_number":"JOB_180152","tr_customer_id":180170,"tr_customer_product_id":180160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:56.000Z","modified_at":"2026-02-08T04:42:39.000Z","name":"Bonita Kerluke","mobile_number":"900-462-4265","email_id":"Nicola26@gmail.com","dop":"2025-04-06","serial_number":"14041843497843","imei1":"14041843497843","imei2":"14041843497843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180151,"job_number":"JOB_180151","tr_customer_id":180169,"tr_customer_product_id":180159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:56.000Z","modified_at":"2026-02-08T04:41:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10419571813192","imei1":"10419571813192","imei2":"10419571813192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180150,"job_number":"JOB_180150","tr_customer_id":180168,"tr_customer_product_id":180158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:56.000Z","modified_at":"2026-02-08T04:42:37.000Z","name":"Brandon Goldner","mobile_number":"588-422-3922","email_id":"Jewell.Schmitt83@gmail.com","dop":"2025-04-06","serial_number":"14962955731384","imei1":"14962955731384","imei2":"14962955731384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180149,"job_number":"JOB_180149","tr_customer_id":180167,"tr_customer_product_id":180157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:55.000Z","modified_at":"2026-02-08T04:41:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15514920570581","imei1":"15514920570581","imei2":"15514920570581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180148,"job_number":"JOB_180148","tr_customer_id":180166,"tr_customer_product_id":180156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:55.000Z","modified_at":"2026-02-08T04:41:55.000Z","name":"Meredith Schultz","mobile_number":"980-740-6218","email_id":"Lisa20@hotmail.com","dop":"2025-04-06","serial_number":"12873284162309876","imei1":"12873284162309876","imei2":"12873284162309876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180147,"job_number":"JOB_180147","tr_customer_id":180165,"tr_customer_product_id":180155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:54.000Z","modified_at":"2026-02-08T04:41:54.000Z","name":"Esther Torp","mobile_number":"208-967-7849","email_id":"Era84@yahoo.com","dop":"2025-04-06","serial_number":"15921452049517432","imei1":"15921452049517432","imei2":"15921452049517432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180146,"job_number":"JOB_180146","tr_customer_id":180164,"tr_customer_product_id":180154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:53.000Z","modified_at":"2026-02-08T04:42:33.000Z","name":"Kade Smitham","mobile_number":"503-808-2855","email_id":"Mafalda47@yahoo.com","dop":"2025-04-06","serial_number":"19039701145523","imei1":"19039701145523","imei2":"19039701145523","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180145,"job_number":"JOB_180145","tr_customer_id":180163,"tr_customer_product_id":180153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:53.000Z","modified_at":"2026-02-08T04:42:29.000Z","name":"Lulu Waelchi","mobile_number":"766-493-4900","email_id":"Kenyon_Bechtelar97@yahoo.com","dop":"2025-02-01","serial_number":"32488820702640","imei1":"32488820702640","imei2":"32488820702640","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180144,"job_number":"JOB_180144","tr_customer_id":180162,"tr_customer_product_id":180152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:53.000Z","modified_at":"2026-02-08T04:41:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15239522947911","imei1":"15239522947911","imei2":"15239522947911","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180143,"job_number":"JOB_180143","tr_customer_id":180161,"tr_customer_product_id":180151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:52.000Z","modified_at":"2026-02-08T04:42:31.000Z","name":"Drake Schultz","mobile_number":"338-322-3171","email_id":"Maximillia_Batz@yahoo.com","dop":"2025-04-06","serial_number":"11695841626317","imei1":"11695841626317","imei2":"11695841626317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180142,"job_number":"JOB_180142","tr_customer_id":180160,"tr_customer_product_id":180150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:52.000Z","modified_at":"2026-02-08T04:41:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11234637992264","imei1":"11234637992264","imei2":"11234637992264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180141,"job_number":"JOB_180141","tr_customer_id":180159,"tr_customer_product_id":180149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:52.000Z","modified_at":"2026-02-08T04:41:52.000Z","name":"Isaac Walsh","mobile_number":"983-516-5229","email_id":"Taryn68@gmail.com","dop":"2025-02-01","serial_number":"101444715544992","imei1":"101444715544992","imei2":"101444715544992","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180140,"job_number":"JOB_180140","tr_customer_id":180158,"tr_customer_product_id":180148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:51.000Z","modified_at":"2026-02-08T04:41:51.000Z","name":"Dee Greenfelder","mobile_number":"845-418-0111","email_id":"Frederik_Marks6@hotmail.com","dop":"2025-04-06","serial_number":"19954404216889080","imei1":"19954404216889080","imei2":"19954404216889080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180139,"job_number":"JOB_180139","tr_customer_id":180157,"tr_customer_product_id":180147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:51.000Z","modified_at":"2026-02-08T04:41:51.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"67114034857301","imei1":"67114034857301","imei2":"67114034857301","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180138,"job_number":"JOB_180138","tr_customer_id":180156,"tr_customer_product_id":180146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:50.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Kaylah Runolfsdottir","mobile_number":"646-364-9217","email_id":"Tatum22@gmail.com","dop":"2025-04-06","serial_number":"14054277465248","imei1":"14054277465248","imei2":"14054277465248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180137,"job_number":"JOB_180137","tr_customer_id":180155,"tr_customer_product_id":180145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:38.000Z","modified_at":"2026-02-08T04:41:38.000Z","name":"Briana Lubowitz","mobile_number":"323-457-2336","email_id":"Kyle.Legros34@hotmail.com","dop":"2025-04-06","serial_number":"15238355143709570","imei1":"15238355143709570","imei2":"15238355143709570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180136,"job_number":"JOB_180136","tr_customer_id":180154,"tr_customer_product_id":180144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:37.000Z","modified_at":"2026-02-08T04:41:37.000Z","name":"Mckayla Sauer","mobile_number":"864-727-2728","email_id":"Henry79@yahoo.com","dop":"2025-04-06","serial_number":"11379818748939814","imei1":"11379818748939814","imei2":"11379818748939814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180135,"job_number":"JOB_180135","tr_customer_id":180153,"tr_customer_product_id":180143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:37.000Z","modified_at":"2026-02-08T04:41:37.000Z","name":"Velma Roob","mobile_number":"570-221-4365","email_id":"Carlo_Luettgen79@gmail.com","dop":"2025-12-01","serial_number":"15680132618641","imei1":"15680132618641","imei2":"15680132618641","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180134,"job_number":"JOB_180134","tr_customer_id":180152,"tr_customer_product_id":180142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:37.000Z","modified_at":"2026-02-08T04:42:14.000Z","name":"Abigale Streich","mobile_number":"872-510-4971","email_id":"Tommie_Konopelski47@yahoo.com","dop":"2025-04-06","serial_number":"13780368332461","imei1":"13780368332461","imei2":"13780368332461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180133,"job_number":"JOB_180133","tr_customer_id":180151,"tr_customer_product_id":180141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:36.000Z","modified_at":"2026-02-08T04:41:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11750795564813","imei1":"11750795564813","imei2":"11750795564813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180132,"job_number":"JOB_180132","tr_customer_id":180150,"tr_customer_product_id":180140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:36.000Z","modified_at":"2026-02-08T04:42:13.000Z","name":"Marilyne Marquardt","mobile_number":"565-563-1035","email_id":"Ella15@hotmail.com","dop":"2025-04-06","serial_number":"17860630572689","imei1":"17860630572689","imei2":"17860630572689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180131,"job_number":"JOB_180131","tr_customer_id":180149,"tr_customer_product_id":180139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:35.000Z","modified_at":"2026-02-08T04:41:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16356478529589","imei1":"16356478529589","imei2":"16356478529589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180130,"job_number":"JOB_180130","tr_customer_id":180148,"tr_customer_product_id":180138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:31.000Z","modified_at":"2026-02-08T04:41:31.000Z","name":"Melvina Okuneva","mobile_number":"537-907-1209","email_id":"Elouise89@yahoo.com","dop":"2025-04-06","serial_number":"11479599868452334","imei1":"11479599868452334","imei2":"11479599868452334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180129,"job_number":"JOB_180129","tr_customer_id":180147,"tr_customer_product_id":180137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:31.000Z","modified_at":"2026-02-08T04:41:41.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"80761851878252","imei1":"80761851878252","imei2":"80761851878252","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180127,"job_number":"JOB_180127","tr_customer_id":180145,"tr_customer_product_id":180135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:30.000Z","modified_at":"2026-02-08T04:42:08.000Z","name":"Thelma Hegmann","mobile_number":"788-521-8278","email_id":"Lisette55@hotmail.com","dop":"2025-04-06","serial_number":"13385414406609","imei1":"13385414406609","imei2":"13385414406609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180126,"job_number":"JOB_180126","tr_customer_id":180144,"tr_customer_product_id":180134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:29.000Z","modified_at":"2026-02-08T04:41:29.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11778381702084","imei1":"11778381702084","imei2":"11778381702084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180124,"job_number":"JOB_180124","tr_customer_id":180142,"tr_customer_product_id":180132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:24.000Z","modified_at":"2026-02-08T04:41:24.000Z","name":"Dortha Koepp","mobile_number":"991-718-2379","email_id":"Kyle87@gmail.com","dop":"2025-06-18","serial_number":"1046229907680032","imei1":"1046229907680032","imei2":"1046229907680032","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180123,"job_number":"JOB_180123","tr_customer_id":180141,"tr_customer_product_id":180131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:24.000Z","modified_at":"2026-02-08T04:42:00.000Z","name":"Keyshawn Okuneva","mobile_number":"516-347-7101","email_id":"Martin.Daniel82@yahoo.com","dop":"2025-06-18","serial_number":"10953141535119","imei1":"10953141535119","imei2":"10953141535119","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180122,"job_number":"JOB_180122","tr_customer_id":180140,"tr_customer_product_id":180130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:23.000Z","modified_at":"2026-02-08T04:41:23.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10709971306956","imei1":"10709971306956","imei2":"10709971306956","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180121,"job_number":"JOB_180121","tr_customer_id":180139,"tr_customer_product_id":180129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:18.000Z","modified_at":"2026-02-08T04:41:18.000Z","name":"Keith Welch","mobile_number":"904-293-0329","email_id":"Emilie62@gmail.com","dop":"2025-04-06","serial_number":"13121738033499608","imei1":"13121738033499608","imei2":"13121738033499608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180120,"job_number":"JOB_180120","tr_customer_id":180138,"tr_customer_product_id":180128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:17.000Z","modified_at":"2026-02-08T04:41:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"63847478247549","imei1":"63847478247549","imei2":"63847478247549","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180119,"job_number":"JOB_180119","tr_customer_id":180137,"tr_customer_product_id":180127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:16.000Z","modified_at":"2026-02-08T04:41:56.000Z","name":"Telly Luettgen","mobile_number":"546-849-8702","email_id":"Desiree_Ledner@yahoo.com","dop":"2025-04-06","serial_number":"12567997186762","imei1":"12567997186762","imei2":"12567997186762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180118,"job_number":"JOB_180118","tr_customer_id":180136,"tr_customer_product_id":180126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:15.000Z","modified_at":"2026-02-08T04:41:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16090376686655","imei1":"16090376686655","imei2":"16090376686655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180115,"job_number":"JOB_180115","tr_customer_id":180133,"tr_customer_product_id":180123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:12.000Z","modified_at":"2026-02-08T04:41:12.000Z","name":"Janick Mohr","mobile_number":"597-975-3709","email_id":"Leda.Hickle@hotmail.com","dop":"2025-04-06","serial_number":"18221635343638890","imei1":"18221635343638890","imei2":"18221635343638890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180114,"job_number":"JOB_180114","tr_customer_id":180132,"tr_customer_product_id":180122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:10.000Z","modified_at":"2026-02-08T04:41:48.000Z","name":"Jewell Beer","mobile_number":"821-940-0429","email_id":"Devyn_Reynolds96@hotmail.com","dop":"2025-04-06","serial_number":"13606018923978","imei1":"13606018923978","imei2":"13606018923978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180113,"job_number":"JOB_180113","tr_customer_id":180131,"tr_customer_product_id":180121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:10.000Z","modified_at":"2026-02-08T04:41:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11869862555631","imei1":"11869862555631","imei2":"11869862555631","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180112,"job_number":"JOB_180112","tr_customer_id":180130,"tr_customer_product_id":180120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:10.000Z","modified_at":"2026-02-08T04:41:44.000Z","name":"Candice Murphy","mobile_number":"541-731-0087","email_id":"Patrick_Schowalter@yahoo.com","dop":"2025-02-01","serial_number":"50415421254437","imei1":"50415421254437","imei2":"50415421254437","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180111,"job_number":"JOB_180111","tr_customer_id":180129,"tr_customer_product_id":180119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:10.000Z","modified_at":"2026-02-08T04:41:10.000Z","name":"Ruby Hodkiewicz","mobile_number":"602-576-5558","email_id":"Alexander89@hotmail.com","dop":"2025-04-06","serial_number":"11666174720751496","imei1":"11666174720751496","imei2":"11666174720751496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180110,"job_number":"JOB_180110","tr_customer_id":180128,"tr_customer_product_id":180118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:09.000Z","modified_at":"2026-02-08T04:41:09.000Z","name":"Tristin Kemmer","mobile_number":"309-462-5095","email_id":"Brooke_Rodriguez@yahoo.com","dop":"2025-04-06","serial_number":"14900017952872946","imei1":"14900017952872946","imei2":"14900017952872946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180109,"job_number":"JOB_180109","tr_customer_id":180127,"tr_customer_product_id":180117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:09.000Z","modified_at":"2026-02-08T04:41:09.000Z","name":"Myrna Champlin","mobile_number":"454-260-8744","email_id":"Luella_Cassin79@gmail.com","dop":"2025-04-06","serial_number":"17681266076147402","imei1":"17681266076147402","imei2":"17681266076147402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180108,"job_number":"JOB_180108","tr_customer_id":180126,"tr_customer_product_id":180116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:08.000Z","name":"Muriel Wuckert","mobile_number":"240-411-5198","email_id":"Felix11@hotmail.com","dop":"2025-02-01","serial_number":"56612930161928","imei1":"56612930161928","imei2":"56612930161928","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180107,"job_number":"JOB_180107","tr_customer_id":180125,"tr_customer_product_id":180115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:48.000Z","name":"Marjolaine Franecki","mobile_number":"272-809-9184","email_id":"Meda.Brekke@hotmail.com","dop":"2025-04-06","serial_number":"15538820297436","imei1":"15538820297436","imei2":"15538820297436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180106,"job_number":"JOB_180106","tr_customer_id":180124,"tr_customer_product_id":180114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:08.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"36463308863648","imei1":"36463308863648","imei2":"36463308863648","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180105,"job_number":"JOB_180105","tr_customer_id":180123,"tr_customer_product_id":180113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14173103674842","imei1":"14173103674842","imei2":"14173103674842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180104,"job_number":"JOB_180104","tr_customer_id":180122,"tr_customer_product_id":180112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:46.000Z","name":"Hayden Russel","mobile_number":"860-580-8277","email_id":"Shaina63@gmail.com","dop":"2025-04-06","serial_number":"15737786874250","imei1":"15737786874250","imei2":"15737786874250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180103,"job_number":"JOB_180103","tr_customer_id":180121,"tr_customer_product_id":180111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:46.000Z","name":"Kenyon Wuckert","mobile_number":"526-977-6742","email_id":"Ottilie14@yahoo.com","dop":"2025-04-06","serial_number":"15184264527549","imei1":"15184264527549","imei2":"15184264527549","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180102,"job_number":"JOB_180102","tr_customer_id":180120,"tr_customer_product_id":180110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:07.000Z","modified_at":"2026-02-08T04:41:07.000Z","name":"Liam Bruen","mobile_number":"908-794-9813","email_id":"Frank_Ward48@hotmail.com","dop":"2025-04-06","serial_number":"11734234412483752","imei1":"11734234412483752","imei2":"11734234412483752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180101,"job_number":"JOB_180101","tr_customer_id":180119,"tr_customer_product_id":180109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:07.000Z","modified_at":"2026-02-08T04:41:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14228784351183","imei1":"14228784351183","imei2":"14228784351183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180100,"job_number":"JOB_180100","tr_customer_id":180118,"tr_customer_product_id":180108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:06.000Z","modified_at":"2026-02-08T04:41:45.000Z","name":"Esmeralda Haley","mobile_number":"670-602-2979","email_id":"Burdette54@hotmail.com","dop":"2025-04-06","serial_number":"18600949948430","imei1":"18600949948430","imei2":"18600949948430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180099,"job_number":"JOB_180099","tr_customer_id":180117,"tr_customer_product_id":180107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:06.000Z","modified_at":"2026-02-08T04:41:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15844856874567","imei1":"15844856874567","imei2":"15844856874567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180097,"job_number":"JOB_180097","tr_customer_id":180115,"tr_customer_product_id":180105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:00.000Z","modified_at":"2026-02-08T04:41:00.000Z","name":"Gia Jast","mobile_number":"300-295-9358","email_id":"Daphney24@gmail.com","dop":"2025-04-06","serial_number":"17641851721124524","imei1":"17641851721124524","imei2":"17641851721124524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180096,"job_number":"JOB_180096","tr_customer_id":180114,"tr_customer_product_id":180104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:58.000Z","modified_at":"2026-02-08T04:41:37.000Z","name":"Marlin Champlin","mobile_number":"600-511-8314","email_id":"Javonte.Keebler@hotmail.com","dop":"2025-04-06","serial_number":"16080939645234","imei1":"16080939645234","imei2":"16080939645234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180095,"job_number":"JOB_180095","tr_customer_id":180113,"tr_customer_product_id":180103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:57.000Z","modified_at":"2026-02-08T04:40:57.000Z","name":"Theron Hand","mobile_number":"309-438-3810","email_id":"Misael.Purdy20@hotmail.com","dop":"2025-04-06","serial_number":"12430893504905554","imei1":"12430893504905554","imei2":"12430893504905554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180093,"job_number":"JOB_180093","tr_customer_id":180111,"tr_customer_product_id":180101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:55.000Z","modified_at":"2026-02-08T04:41:34.000Z","name":"Jace Funk","mobile_number":"961-854-0155","email_id":"Mathew_Robel55@yahoo.com","dop":"2025-04-06","serial_number":"12956825631175","imei1":"12956825631175","imei2":"12956825631175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180092,"job_number":"JOB_180092","tr_customer_id":180110,"tr_customer_product_id":180100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:53.000Z","modified_at":"2026-02-08T04:40:53.000Z","name":"Maurice Kassulke","mobile_number":"936-326-6529","email_id":"Lori42@gmail.com","dop":"2025-04-06","serial_number":"13509378877026930","imei1":"13509378877026930","imei2":"13509378877026930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180091,"job_number":"JOB_180091","tr_customer_id":180109,"tr_customer_product_id":180099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:52.000Z","modified_at":"2026-02-08T04:40:52.000Z","name":"Gerda Purdy","mobile_number":"390-832-7863","email_id":"Demarcus.Beatty46@gmail.com","dop":"2025-04-06","serial_number":"11030492127061812","imei1":"11030492127061812","imei2":"11030492127061812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180090,"job_number":"JOB_180090","tr_customer_id":180108,"tr_customer_product_id":180098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:51.000Z","modified_at":"2026-02-08T04:41:29.000Z","name":"Jarred Schaefer","mobile_number":"967-724-3777","email_id":"Ludwig.Schroeder71@yahoo.com","dop":"2025-04-06","serial_number":"17275461962862","imei1":"17275461962862","imei2":"17275461962862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180089,"job_number":"JOB_180089","tr_customer_id":180107,"tr_customer_product_id":180097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:51.000Z","modified_at":"2026-02-08T04:40:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16195522728573","imei1":"16195522728573","imei2":"16195522728573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180088,"job_number":"JOB_180088","tr_customer_id":180106,"tr_customer_product_id":180096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:50.000Z","modified_at":"2026-02-08T04:41:28.000Z","name":"Rhea Johnson","mobile_number":"407-280-5585","email_id":"Lukas.Volkman38@hotmail.com","dop":"2025-04-06","serial_number":"18586130289257","imei1":"18586130289257","imei2":"18586130289257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180087,"job_number":"JOB_180087","tr_customer_id":180105,"tr_customer_product_id":180095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:50.000Z","modified_at":"2026-02-08T04:40:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11316771268473","imei1":"11316771268473","imei2":"11316771268473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180086,"job_number":"JOB_180086","tr_customer_id":180104,"tr_customer_product_id":180094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:45.000Z","modified_at":"2026-02-08T04:40:45.000Z","name":"Edmond Schinner","mobile_number":"552-535-0694","email_id":"Orin33@hotmail.com","dop":"2025-04-06","serial_number":"14794128601428796","imei1":"14794128601428796","imei2":"14794128601428796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180085,"job_number":"JOB_180085","tr_customer_id":180103,"tr_customer_product_id":180093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:45.000Z","modified_at":"2026-02-08T04:40:45.000Z","name":"Trisha Nienow","mobile_number":"370-215-2519","email_id":"Abelardo_Simonis@gmail.com","dop":"2025-04-06","serial_number":"15984913567853614","imei1":"15984913567853614","imei2":"15984913567853614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180084,"job_number":"JOB_180084","tr_customer_id":180102,"tr_customer_product_id":180092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:44.000Z","modified_at":"2026-02-08T04:41:23.000Z","name":"Vincenzo Collins","mobile_number":"564-965-2367","email_id":"Damaris_Hyatt@yahoo.com","dop":"2025-04-06","serial_number":"10985191502936","imei1":"10985191502936","imei2":"10985191502936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180083,"job_number":"JOB_180083","tr_customer_id":180101,"tr_customer_product_id":180091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:44.000Z","modified_at":"2026-02-08T04:40:44.000Z","name":"Yvette Schamberger","mobile_number":"700-474-7683","email_id":"Sophia79@yahoo.com","dop":"2025-04-06","serial_number":"16108681893233174","imei1":"16108681893233174","imei2":"16108681893233174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180082,"job_number":"JOB_180082","tr_customer_id":180100,"tr_customer_product_id":180090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:43.000Z","modified_at":"2026-02-08T04:41:22.000Z","name":"Freddie Bernhard","mobile_number":"546-779-4094","email_id":"Dante.Tromp85@gmail.com","dop":"2025-04-06","serial_number":"10260420863742","imei1":"10260420863742","imei2":"10260420863742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180081,"job_number":"JOB_180081","tr_customer_id":180099,"tr_customer_product_id":180089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:43.000Z","modified_at":"2026-02-08T04:40:43.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16453536177798","imei1":"16453536177798","imei2":"16453536177798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180080,"job_number":"JOB_180080","tr_customer_id":180098,"tr_customer_product_id":180088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:43.000Z","modified_at":"2026-02-08T04:41:20.000Z","name":"Trisha Gerlach","mobile_number":"222-303-8290","email_id":"Lorenza6@gmail.com","dop":"2025-04-06","serial_number":"12450573046909","imei1":"12450573046909","imei2":"12450573046909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180079,"job_number":"JOB_180079","tr_customer_id":180097,"tr_customer_product_id":180087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:40.000Z","modified_at":"2026-02-08T04:40:40.000Z","name":"Rafaela Balistreri","mobile_number":"882-464-8879","email_id":"Elliot_Braun76@yahoo.com","dop":"2025-06-18","serial_number":"1054747602286364","imei1":"1054747602286364","imei2":"1054747602286364","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180078,"job_number":"JOB_180078","tr_customer_id":180096,"tr_customer_product_id":180086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:40.000Z","modified_at":"2026-02-08T04:41:16.000Z","name":"Delta Ryan","mobile_number":"987-680-9311","email_id":"Khalid71@yahoo.com","dop":"2025-06-18","serial_number":"10557485841608","imei1":"10557485841608","imei2":"10557485841608","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180077,"job_number":"JOB_180077","tr_customer_id":180095,"tr_customer_product_id":180085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:40.000Z","modified_at":"2026-02-08T04:40:40.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10123896776989","imei1":"10123896776989","imei2":"10123896776989","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180076,"job_number":"JOB_180076","tr_customer_id":180094,"tr_customer_product_id":180084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:44.000Z","modified_at":"2026-02-08T04:05:44.000Z","name":"Imani Blanda","mobile_number":"318-966-9289","email_id":"Assunta38@gmail.com","dop":"2025-04-06","serial_number":"14822399163414900","imei1":"14822399163414900","imei2":"14822399163414900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180075,"job_number":"JOB_180075","tr_customer_id":180093,"tr_customer_product_id":180083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:43.000Z","modified_at":"2026-02-08T04:06:20.000Z","name":"Elbert Koch","mobile_number":"957-208-6983","email_id":"Cleora_Olson@gmail.com","dop":"2025-04-06","serial_number":"13566312745647","imei1":"13566312745647","imei2":"13566312745647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:06:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180074,"job_number":"JOB_180074","tr_customer_id":180092,"tr_customer_product_id":180082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:43.000Z","modified_at":"2026-02-08T04:05:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12823834787005","imei1":"12823834787005","imei2":"12823834787005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180073,"job_number":"JOB_180073","tr_customer_id":180091,"tr_customer_product_id":180081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:00.000Z","modified_at":"2026-02-08T04:05:00.000Z","name":"Oswald Rosenbaum","mobile_number":"211-962-0268","email_id":"Cooper_Hoppe38@hotmail.com","dop":"2025-04-06","serial_number":"17697131077041620","imei1":"17697131077041620","imei2":"17697131077041620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180072,"job_number":"JOB_180072","tr_customer_id":180090,"tr_customer_product_id":180080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:58.000Z","modified_at":"2026-02-08T04:05:36.000Z","name":"Deshawn Nikolaus","mobile_number":"950-660-0489","email_id":"Kadin69@hotmail.com","dop":"2025-04-06","serial_number":"14617753646920","imei1":"14617753646920","imei2":"14617753646920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:05:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180071,"job_number":"JOB_180071","tr_customer_id":180089,"tr_customer_product_id":180079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:58.000Z","modified_at":"2026-02-08T04:04:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10186091395556","imei1":"10186091395556","imei2":"10186091395556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:04:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180070,"job_number":"JOB_180070","tr_customer_id":180088,"tr_customer_product_id":180078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:15.000Z","modified_at":"2026-02-08T04:04:15.000Z","name":"Fern Nitzsche","mobile_number":"321-579-2119","email_id":"Moises85@gmail.com","dop":"2025-04-06","serial_number":"16441782513459860","imei1":"16441782513459860","imei2":"16441782513459860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180069,"job_number":"JOB_180069","tr_customer_id":180087,"tr_customer_product_id":180077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:13.000Z","modified_at":"2026-02-08T04:04:51.000Z","name":"Unique Schulist","mobile_number":"297-336-8370","email_id":"Alfredo_Kozey81@hotmail.com","dop":"2025-04-06","serial_number":"16809261507032","imei1":"16809261507032","imei2":"16809261507032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180068,"job_number":"JOB_180068","tr_customer_id":180086,"tr_customer_product_id":180076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:13.000Z","modified_at":"2026-02-08T04:04:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17557805831509","imei1":"17557805831509","imei2":"17557805831509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:04:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180067,"job_number":"JOB_180067","tr_customer_id":180085,"tr_customer_product_id":180075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T03:41:51.000Z","modified_at":"2026-02-08T03:41:51.000Z","name":"King Hermiston","mobile_number":"368-788-9295","email_id":"Rodger_Daugherty@yahoo.com","dop":"2025-05-30","serial_number":"1186379211683591","imei1":"1186379211683591","imei2":"1186379211683591","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T03:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180066,"job_number":"JOB_180066","tr_customer_id":180084,"tr_customer_product_id":180074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T03:41:50.000Z","modified_at":"2026-02-08T03:41:50.000Z","name":"Vella Lang","mobile_number":"470-209-9484","email_id":"Ross_Kutch97@gmail.com","dop":"2025-05-30","serial_number":"13640293374333","imei1":"13640293374333","imei2":"13640293374333","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T03:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180065,"job_number":"JOB_180065","tr_customer_id":180083,"tr_customer_product_id":180073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T03:41:49.000Z","modified_at":"2026-02-08T03:42:06.000Z","name":"Raven Beahan","mobile_number":"664-225-2849","email_id":"Jasen37@gmail.com","dop":"2025-05-30","serial_number":"13533855982528","imei1":"13533855982528","imei2":"13533855982528","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T03:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180621,"job_number":"JOB_180621","tr_customer_id":180639,"tr_customer_product_id":180629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:09.000Z","modified_at":"2026-02-08T14:25:09.000Z","name":"Anthony Mayert","mobile_number":"493-753-6919","email_id":"Horacio91@yahoo.com","dop":"2000-01-31","serial_number":"1058792055802275","imei1":"1058792055802275","imei2":"1058792055802275","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180619,"job_number":"JOB_180619","tr_customer_id":180637,"tr_customer_product_id":180627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:07.000Z","modified_at":"2026-02-08T14:25:07.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10330201824798","imei1":"10330201824798","imei2":"10330201824798","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180618,"job_number":"JOB_180618","tr_customer_id":180636,"tr_customer_product_id":180626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:24:24.000Z","modified_at":"2026-02-08T14:24:24.000Z","name":"Llewellyn Walter","mobile_number":"613-509-3948","email_id":"Joesph2@hotmail.com","dop":"2000-01-31","serial_number":"1014885793920558","imei1":"1014885793920558","imei2":"1014885793920558","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180616,"job_number":"JOB_180616","tr_customer_id":180634,"tr_customer_product_id":180624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:24:22.000Z","modified_at":"2026-02-08T14:24:22.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10637842429587","imei1":"10637842429587","imei2":"10637842429587","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:24:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180615,"job_number":"JOB_180615","tr_customer_id":180633,"tr_customer_product_id":180623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:39.000Z","modified_at":"2026-02-08T14:23:39.000Z","name":"Jabari Cassin","mobile_number":"999-346-4776","email_id":"Vernice85@hotmail.com","dop":"2000-01-31","serial_number":"1032806216352742","imei1":"1032806216352742","imei2":"1032806216352742","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180613,"job_number":"JOB_180613","tr_customer_id":180631,"tr_customer_product_id":180621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:37.000Z","modified_at":"2026-02-08T14:23:37.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10928996089537","imei1":"10928996089537","imei2":"10928996089537","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180609,"job_number":"JOB_180609","tr_customer_id":180627,"tr_customer_product_id":180617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:53.000Z","modified_at":"2026-02-08T14:22:53.000Z","name":"Keith Mayert","mobile_number":"530-680-6957","email_id":"Lou34@hotmail.com","dop":"2000-01-31","serial_number":"1044723349267084","imei1":"1044723349267084","imei2":"1044723349267084","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180607,"job_number":"JOB_180607","tr_customer_id":180625,"tr_customer_product_id":180615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:51.000Z","modified_at":"2026-02-08T14:22:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10568626597782","imei1":"10568626597782","imei2":"10568626597782","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180305,"job_number":"JOB_180305","tr_customer_id":180323,"tr_customer_product_id":180313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:29.000Z","modified_at":"2026-02-08T04:44:29.000Z","name":"Abby Goldner","mobile_number":"205-777-8289","email_id":"Abigail.Barrows25@hotmail.com","dop":"2000-01-31","serial_number":"1078513277998318","imei1":"1078513277998318","imei2":"1078513277998318","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180303,"job_number":"JOB_180303","tr_customer_id":180321,"tr_customer_product_id":180311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:27.000Z","modified_at":"2026-02-08T04:44:27.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10281306637136","imei1":"10281306637136","imei2":"10281306637136","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180283,"job_number":"JOB_180283","tr_customer_id":180301,"tr_customer_product_id":180291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:44.000Z","modified_at":"2026-02-08T04:43:44.000Z","name":"Vincenza Welch","mobile_number":"868-731-0367","email_id":"Sammie80@gmail.com","dop":"2000-01-31","serial_number":"1003984999846201","imei1":"1003984999846201","imei2":"1003984999846201","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180280,"job_number":"JOB_180280","tr_customer_id":180298,"tr_customer_product_id":180288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:42.000Z","modified_at":"2026-02-08T04:43:42.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10506199487943","imei1":"10506199487943","imei2":"10506199487943","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180245,"job_number":"JOB_180245","tr_customer_id":180263,"tr_customer_product_id":180253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:59.000Z","modified_at":"2026-02-08T04:42:59.000Z","name":"Reginald Prosacco","mobile_number":"640-764-0028","email_id":"Jada.Frami77@hotmail.com","dop":"2000-01-31","serial_number":"1011404885578644","imei1":"1011404885578644","imei2":"1011404885578644","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180243,"job_number":"JOB_180243","tr_customer_id":180261,"tr_customer_product_id":180251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:57.000Z","modified_at":"2026-02-08T04:42:57.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10546286900557","imei1":"10546286900557","imei2":"10546286900557","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180167,"job_number":"JOB_180167","tr_customer_id":180185,"tr_customer_product_id":180175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:12.000Z","modified_at":"2026-02-08T04:42:12.000Z","name":"Danial Schamberger","mobile_number":"410-923-5182","email_id":"Parker_Reichel3@yahoo.com","dop":"2000-01-31","serial_number":"1016989699074860","imei1":"1016989699074860","imei2":"1016989699074860","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180165,"job_number":"JOB_180165","tr_customer_id":180183,"tr_customer_product_id":180173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:11.000Z","modified_at":"2026-02-08T04:42:11.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10034134207945","imei1":"10034134207945","imei2":"10034134207945","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
NamePassedFailedSkipped
Verify Expired Token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Expired Token returns 403 Forbidden
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 139ms
Mean size per request: 31B

Test Pass Percentage
33 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 78fb7f6d-3862-45b2-be8f-9a7a3d4a2287
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 33
Request Body
{
            "details_key": "qwerty"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
NamePassedFailedSkipped
Verify Invalid Token returns 403 Forbidden 0 1 0
Verify response payload don't contain message as success 0 1 0
Verify response payload should be an empty array 1 0 0
Total 1 2 0
Test Failures
Test NameAssertion Error
Verify Invalid Token returns 403 Forbidden
expected response to have status code 403 but got 200
Verify response payload don't contain message as success
expected { message: 'Success', data: [] } to not have property 'message'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 161ms
Mean size per request: 1017B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a28307eb-c7b6-4d21-8e98-d5f35b1582a7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_180853"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1017
ETag W/"3f9-IIbJxIe5YOq0ovOJy2IBycSDzRo"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":180853,"job_number":"JOB_180853","tr_customer_id":180871,"tr_customer_product_id":180861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:53.000Z","modified_at":"2026-02-08T18:59:53.000Z","name":"Elsa Hackett","mobile_number":"691-513-3411","email_id":"Ron_Kihn@yahoo.com","dop":"2025-05-30","serial_number":"18452483002000","imei1":"18452483002000","imei2":"18452483002000","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
NamePassedFailedSkipped
Status code should be 200 OK 1 0 0
Response message should be 'Success' 1 0 0
Response time should be under 200 ms 1 0 0
Response data should be an array with exactly 1 matching job object 1 0 0
Verify the job number in response should match: JOB_180853 1 0 0
Response data should contain property: id 1 0 0
Response data should contain property: job_number 1 0 0
Response data should contain property: name 1 0 0
Response data should contain property: mobile_number 1 0 0
Response data should contain property: email_id 1 0 0
Response data should contain property: dop 1 0 0
Response data should contain property: serial_number 1 0 0
Response data should contain property: imei1 1 0 0
Response data should contain property: imei2 1 0 0
Response data should contain property: mst_platform_name 1 0 0
Response data should contain property: mst_oem_name 1 0 0
Response data should contain property: mst_action_status 1 0 0
Verify job_number (starts with "JOB_") 1 0 0
Validate timestamps: created_at, modified_at are valid ISO date strings 1 0 0
Verify IMEINumber is correct 1 0 0
Verify Name is correct 1 0 0
Verify Mobile Number is correct 1 0 0
Verify Email is correct 1 0 0
Total 23 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 135ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 25dcbfe7-099a-4130-89ef-2f1b648dbaf7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_180853"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify missing token returns 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 137ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eeb13bdc-ea84-4ecb-8bf2-4790617ca364
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_180853"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid token returns 403 Forbidden 0 2 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Invalid token returns 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 168ms
Mean size per request: 31B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9cf7d698-9aa1-4e88-abfb-695fdac9bbb1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 35
Request Body
{
            "searchText": "JOB_10110"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
NamePassedFailedSkipped
Verify Invalid job number returns 200 1 0 0
Verify Invalid job number returns an empty array 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 136ms
Mean size per request: 124B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7099917d-505e-4acf-b81b-0362e44916b8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{
            "searchText": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 124
ETag W/"7c-5Xt/iGKv2NVRKlpfyYGJwghP0yw"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"searchText\" is not allowed to be empty","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify Empty searchText Returns 400 Bad Request 0 1 0
Verify message is: "searchText" is not allowed to be empty 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify Empty searchText Returns 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_180853
Response Information
Response Code: 200 - OK
Mean time per request: 174ms
Mean size per request: 1.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 62c63e36-aa02-42ba-aa52-3521332df1cb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"61c-AF1grfT5gSDuMxevkmdVK1mlL3Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 18:59:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":180853,"job_number":"JOB_180853","tr_customer_id":180871,"tr_customer_product_id":180861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:53.000Z","modified_at":"2026-02-08T18:59:53.000Z","name":"Elsa Hackett","mobile_number":"691-513-3411","email_id":"Ron_Kihn@yahoo.com","dop":"2025-05-30","serial_number":"18452483002000","imei1":"18452483002000","imei2":"18452483002000","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":690069,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-08T18:59:53.000Z","created_at":"2026-02-08T18:59:53.000Z"},{"id":690070,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-08T18:59:53.000Z","created_at":"2026-02-08T18:59:53.000Z"}],"problems":[{"id":167191,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-08T18:59:53.000Z"}],"quatations":[]}}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 OK 1 0 0
Verify Message is ' Success' 1 0 0
Response time is under 200 ms 1 0 0
Job number matches the request 1 0 0
Verify json response contains key: id 1 0 0
Verify json response contains key: job_number 1 0 0
Verify json response contains key: name 1 0 0
Verify json response contains key: mobile_number 1 0 0
Verify json response contains key: email_id 1 0 0
Verify json response contains key: mst_model_name 1 0 0
Verify json response contains key: mst_oem_name 1 0 0
Verify json response contains key: tr_customer_id 1 0 0
Verify json response contains key: serial_number 1 0 0
Verify json response contains key: imei1 1 0 0
Verify json response contains key: details 1 0 0
Verify json response contains key: problems 1 0 0
Verify Quotations is an array (can be empty) 1 0 0
Details array contains history with proper status transitions 3 0 0
Details array contains mandatory properties 2 0 0
Verify problems array contains at least one problem with correct structure 1 0 0
Verify customer id is correct 3 0 0
Verify Mobile Number is correct 1 0 0
Verify Email is correct 1 0 0
Verify imei number is correct 1 0 0
Total 29 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_180853
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 134ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0af0579d-bc6c-4825-8906-1d758cff68df
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify missing Authorization token returns 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_180853
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 134ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8fc765f1-8702-424a-96a5-616b2bcea30a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid Authorization token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Authorization token returns 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_180853
Response Information
Response Code: 200 - OK
Mean time per request: 174ms
Mean size per request: 1.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9197f3ef-d318-41e3-86c2-f5fab1916ec7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"61c-AF1grfT5gSDuMxevkmdVK1mlL3Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 18:59:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":180853,"job_number":"JOB_180853","tr_customer_id":180871,"tr_customer_product_id":180861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:53.000Z","modified_at":"2026-02-08T18:59:53.000Z","name":"Elsa Hackett","mobile_number":"691-513-3411","email_id":"Ron_Kihn@yahoo.com","dop":"2025-05-30","serial_number":"18452483002000","imei1":"18452483002000","imei2":"18452483002000","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":690069,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-08T18:59:53.000Z","created_at":"2026-02-08T18:59:53.000Z"},{"id":690070,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-08T18:59:53.000Z","created_at":"2026-02-08T18:59:53.000Z"}],"problems":[{"id":167191,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-08T18:59:53.000Z"}],"quatations":[]}}
Test Information
NamePassedFailedSkipped
Verify Expired Authorization token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Expired Authorization token returns 403 Forbidden
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_909810
Response Information
Response Code: 200 - OK
Mean time per request: 183ms
Mean size per request: 33B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 92cf5515-b59a-4bec-a1b7-16ca8e195b95
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
NamePassedFailedSkipped
Verify Invalid Job Number (Non-existent) will return 200 OK 1 0 0
Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar 0 1 0
Verify Invalid Job Number (Non-existent) will return data as null or empty array 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar
expected 'Success' to deeply equal 'No record found'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/909810
Response Information
Response Code: 200 - OK
Mean time per request: 169ms
Mean size per request: 33B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 41dc56bb-9bfe-4a7f-85e1-cec6c567296f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 18:59:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
NamePassedFailedSkipped
Verify Malformed Job Number will return 400 Bad Request 0 1 0
Verify Malformed Job Number will return Message as "Invalid job number format" or similar 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Malformed Job Number will return 400 Bad Request
expected response to have status code 400 but got 200
Verify Malformed Job Number will return Message as "Invalid job number format" or similar
expected 'Success' to deeply equal 'Invalid job number format'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/
Response Information
Response Code: 404 - Not Found
Mean time per request: 134ms
Mean size per request: 26B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cb2fea3a-3d45-4076-abf9-025d42f13671
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 26
ETag W/"1a-5kgsNceGic9l7eB+dNAEz7tE74U"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
404. Use: /v1/&lt;path&gt;
Test Information
NamePassedFailedSkipped
Verify Malformed Job Number will return 404 Not Found 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_180853
Response Information
Response Code: 404 - Not Found
Mean time per request: 136ms
Mean size per request: 26B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcxOTB9.mWBF7aeDBCvBTPrfJZ_bC1udtitOcPf4i39BTUwT2is
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7c10bd94-dbee-4a7a-9719-014b793a59d7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 26
ETag W/"1a-5kgsNceGic9l7eB+dNAEz7tE74U"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
404. Use: /v1/&lt;path&gt;
Test Information
NamePassedFailedSkipped
Verify Malformed Job Number will return 405 Method Not Allowed 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Malformed Job Number will return 405 Method Not Allowed
expected response to have status code 405 but got 404
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 138ms
Mean size per request: 698B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f498e169-6b4d-4ea7-97f9-58b3bb0633e5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-Te2bqZIZKsBrtk+xE/M0qWsRPrA"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDB9.FhBAeSDjBMlTlZX3EaG10ZeKz8W4_neLnOIifzlCgeA"}}
Test Information
NamePassedFailedSkipped
Verify Status code returned is 200 OK 1 0 0
Verify Response time is less than 200ms 1 0 0
Verify Message should be 'Success' 1 0 0
Verify Authorization Token is valid 1 0 0
Verify response follows defined schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 138ms
Mean size per request: 111B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a7551ac9-61d8-420d-97b7-22adbd005661
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 61
Request Body
{
            "username": "Pritish",
            "password": "Test@1234"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify Invalid Credentials will return 401 Unauthorized 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Credentials will return 401 Unauthorized
expected response to have status code 401 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 135ms
Mean size per request: 98B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c30a6fd5-a48a-42e4-b3c7-e97832001658
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify Blank Credentials will return 400 Bad Request 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Blank Credentials will return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 137ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDB9.FhBAeSDjBMlTlZX3EaG10ZeKz8W4_neLnOIifzlCgeA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d81cab29-a0e3-4bfd-ae2e-49e7a2cfb1bd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-vhzn+FVEPT1FEyr2SOSPSYEkt50"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 206ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDB9.FhBAeSDjBMlTlZX3EaG10ZeKz8W4_neLnOIifzlCgeA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4a8cce0a-866a-440f-b000-80ba1320adb5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-KtO92MeWgOY5NuTkx3MUf34LBNE"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":954},{"label":"Pending for repair","key":"pending_for_repair","count":4},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 375ms
Mean size per request: 926.4KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDB9.FhBAeSDjBMlTlZX3EaG10ZeKz8W4_neLnOIifzlCgeA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eb14e815-8d5c-4917-a190-4e3b5d6e4517
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"e799c-R5As/MsddMCEOysZ58ebFIdg0sw"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 19:00:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":179432,"job_number":"JOB_179432","tr_customer_id":179450,"tr_customer_product_id":179440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T23:46:18.000Z","modified_at":"2026-02-06T23:46:18.000Z","name":"Archan Khatri","mobile_number":"7005545634","email_id":"girija.kaul@yahoo.co.in","dop":"2026-01-27","serial_number":"485073609796851","imei1":"485073609796851","imei2":"485073609796851","popurl":"www.susheel-banerjee.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T23:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179433,"job_number":"JOB_179433","tr_customer_id":179451,"tr_customer_product_id":179441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T23:48:43.000Z","modified_at":"2026-02-06T23:48:43.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-27","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-27T23:48:42.666683998Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T23:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179435,"job_number":"JOB_179435","tr_customer_id":179453,"tr_customer_product_id":179443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T03:07:52.000Z","modified_at":"2026-02-07T03:07:52.000Z","name":"Hershel Mraz","mobile_number":"699-860-4928","email_id":"Niko_Cole18@yahoo.com","dop":"2025-05-30","serial_number":"16777482303083","imei1":"16777482303083","imei2":"16777482303083","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T03:07:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179436,"job_number":"JOB_179436","tr_customer_id":179454,"tr_customer_product_id":179444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T03:07:54.000Z","modified_at":"2026-02-07T03:07:54.000Z","name":"Percy Emard","mobile_number":"741-551-4229","email_id":"Oral.Hackett99@hotmail.com","dop":"2025-05-30","serial_number":"1675795504723601","imei1":"1675795504723601","imei2":"1675795504723601","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T03:07:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179438,"job_number":"JOB_179438","tr_customer_id":179456,"tr_customer_product_id":179446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:20.000Z","modified_at":"2026-02-07T04:17:20.000Z","name":"Velda Kulas","mobile_number":"449-475-4374","email_id":"Larue.Koelpin79@gmail.com","dop":"2025-04-06","serial_number":"18520179025516260","imei1":"18520179025516260","imei2":"18520179025516260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179439,"job_number":"JOB_179439","tr_customer_id":179457,"tr_customer_product_id":179447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:31.000Z","modified_at":"2026-02-07T04:17:31.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"17966039303643","imei1":"17966039303643","imei2":"17966039303643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179441,"job_number":"JOB_179441","tr_customer_id":179459,"tr_customer_product_id":179449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:33.000Z","modified_at":"2026-02-07T04:17:33.000Z","name":"Estelle Rutherford","mobile_number":"257-372-5282","email_id":"Dane.Halvorson36@yahoo.com","dop":"2025-04-06","serial_number":"19310667274202004","imei1":"19310667274202004","imei2":"19310667274202004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179442,"job_number":"JOB_179442","tr_customer_id":179460,"tr_customer_product_id":179450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:33.000Z","modified_at":"2026-02-07T04:17:33.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10558495831971","imei1":"10558495831971","imei2":"10558495831971","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179445,"job_number":"JOB_179445","tr_customer_id":179463,"tr_customer_product_id":179453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:34.000Z","modified_at":"2026-02-07T04:17:34.000Z","name":"Anastacio Batz","mobile_number":"760-550-8723","email_id":"Erich48@gmail.com","dop":"2025-06-18","serial_number":"1051471158010766","imei1":"1051471158010766","imei2":"1051471158010766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179447,"job_number":"JOB_179447","tr_customer_id":179465,"tr_customer_product_id":179455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:37.000Z","modified_at":"2026-02-07T04:17:37.000Z","name":"Devon Crooks","mobile_number":"368-710-1359","email_id":"Phoebe88@gmail.com","dop":"2025-04-06","serial_number":"13533683721401218","imei1":"13533683721401218","imei2":"13533683721401218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179448,"job_number":"JOB_179448","tr_customer_id":179466,"tr_customer_product_id":179456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:38.000Z","modified_at":"2026-02-07T04:17:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12404568473945","imei1":"12404568473945","imei2":"12404568473945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179451,"job_number":"JOB_179451","tr_customer_id":179469,"tr_customer_product_id":179459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:40.000Z","modified_at":"2026-02-07T04:17:40.000Z","name":"Marisa Simonis","mobile_number":"489-648-2700","email_id":"Marjory_Williamson67@yahoo.com","dop":"2025-04-06","serial_number":"16127571801953566","imei1":"16127571801953566","imei2":"16127571801953566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179452,"job_number":"JOB_179452","tr_customer_id":179470,"tr_customer_product_id":179460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:41.000Z","modified_at":"2026-02-07T04:17:41.000Z","name":"Naomi Hahn","mobile_number":"824-249-2918","email_id":"Susanna.Becker@hotmail.com","dop":"2025-04-06","serial_number":"19627915421536400","imei1":"19627915421536400","imei2":"19627915421536400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179454,"job_number":"JOB_179454","tr_customer_id":179472,"tr_customer_product_id":179462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:43.000Z","modified_at":"2026-02-07T04:17:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17510381671553","imei1":"17510381671553","imei2":"17510381671553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179456,"job_number":"JOB_179456","tr_customer_id":179474,"tr_customer_product_id":179464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:44.000Z","modified_at":"2026-02-07T04:17:44.000Z","name":"Ophelia Murphy","mobile_number":"317-992-2399","email_id":"Louisa.Frami@hotmail.com","dop":"2025-04-06","serial_number":"13113677698220888","imei1":"13113677698220888","imei2":"13113677698220888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179457,"job_number":"JOB_179457","tr_customer_id":179475,"tr_customer_product_id":179465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:45.000Z","modified_at":"2026-02-07T04:17:45.000Z","name":"Chris Wisoky","mobile_number":"391-718-2954","email_id":"Timmy.Muller7@yahoo.com","dop":"2025-04-06","serial_number":"13166299762653040","imei1":"13166299762653040","imei2":"13166299762653040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179459,"job_number":"JOB_179459","tr_customer_id":179477,"tr_customer_product_id":179467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:48.000Z","modified_at":"2026-02-07T04:17:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14903884985645","imei1":"14903884985645","imei2":"14903884985645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179461,"job_number":"JOB_179461","tr_customer_id":179479,"tr_customer_product_id":179469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:49.000Z","modified_at":"2026-02-07T04:17:49.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"95508911548755","imei1":"95508911548755","imei2":"95508911548755","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179462,"job_number":"JOB_179462","tr_customer_id":179480,"tr_customer_product_id":179470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:49.000Z","modified_at":"2026-02-07T04:17:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12688238741203","imei1":"12688238741203","imei2":"12688238741203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179463,"job_number":"JOB_179463","tr_customer_id":179481,"tr_customer_product_id":179471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:49.000Z","modified_at":"2026-02-07T04:17:49.000Z","name":"Jacinto Larkin","mobile_number":"454-514-1420","email_id":"Annamae_Brown58@gmail.com","dop":"2025-02-01","serial_number":"47517385990442","imei1":"47517385990442","imei2":"47517385990442","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179465,"job_number":"JOB_179465","tr_customer_id":179483,"tr_customer_product_id":179473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:49.000Z","modified_at":"2026-02-07T04:17:49.000Z","name":"Ressie Roob","mobile_number":"482-768-3283","email_id":"Eloisa35@gmail.com","dop":"2025-04-06","serial_number":"17542380101632692","imei1":"17542380101632692","imei2":"17542380101632692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179470,"job_number":"JOB_179470","tr_customer_id":179488,"tr_customer_product_id":179478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:51.000Z","modified_at":"2026-02-07T04:17:51.000Z","name":"Jamir Schuppe","mobile_number":"588-635-8214","email_id":"Era30@gmail.com","dop":"2025-04-06","serial_number":"11408963954809608","imei1":"11408963954809608","imei2":"11408963954809608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179471,"job_number":"JOB_179471","tr_customer_id":179489,"tr_customer_product_id":179479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:51.000Z","modified_at":"2026-02-07T04:17:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11902092960980","imei1":"11902092960980","imei2":"11902092960980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179472,"job_number":"JOB_179472","tr_customer_id":179490,"tr_customer_product_id":179480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:51.000Z","modified_at":"2026-02-07T04:17:51.000Z","name":"Gonzalo Romaguera","mobile_number":"591-921-7351","email_id":"Karlie50@hotmail.com","dop":"2025-04-06","serial_number":"10298084892064602","imei1":"10298084892064602","imei2":"10298084892064602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179474,"job_number":"JOB_179474","tr_customer_id":179492,"tr_customer_product_id":179482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:52.000Z","modified_at":"2026-02-07T04:17:52.000Z","name":"Michale Erdman","mobile_number":"369-749-7120","email_id":"Kenneth_McClure@yahoo.com","dop":"2025-04-06","serial_number":"19150937232804350","imei1":"19150937232804350","imei2":"19150937232804350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179475,"job_number":"JOB_179475","tr_customer_id":179493,"tr_customer_product_id":179483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:53.000Z","modified_at":"2026-02-07T04:17:53.000Z","name":"Rosie Bergnaum","mobile_number":"443-534-5293","email_id":"Scottie_Considine@yahoo.com","dop":"2025-04-06","serial_number":"17210200515818170","imei1":"17210200515818170","imei2":"17210200515818170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179477,"job_number":"JOB_179477","tr_customer_id":179495,"tr_customer_product_id":179485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:53.000Z","modified_at":"2026-02-07T04:17:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18551327706588","imei1":"18551327706588","imei2":"18551327706588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179479,"job_number":"JOB_179479","tr_customer_id":179497,"tr_customer_product_id":179487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:55.000Z","modified_at":"2026-02-07T04:17:55.000Z","name":"Kenneth Purdy","mobile_number":"508-450-1508","email_id":"Zora.Aufderhar@yahoo.com","dop":"2025-04-06","serial_number":"14192922143667884","imei1":"14192922143667884","imei2":"14192922143667884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179480,"job_number":"JOB_179480","tr_customer_id":179498,"tr_customer_product_id":179488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:55.000Z","modified_at":"2026-02-07T04:17:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17434607259702","imei1":"17434607259702","imei2":"17434607259702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179482,"job_number":"JOB_179482","tr_customer_id":179500,"tr_customer_product_id":179490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:57.000Z","modified_at":"2026-02-07T04:17:57.000Z","name":"Romaine Hoppe","mobile_number":"508-961-1982","email_id":"Celestine54@yahoo.com","dop":"2025-04-06","serial_number":"14278981421709964","imei1":"14278981421709964","imei2":"14278981421709964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179487,"job_number":"JOB_179487","tr_customer_id":179505,"tr_customer_product_id":179495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:14.000Z","modified_at":"2026-02-07T04:18:14.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11991466984029","imei1":"11991466984029","imei2":"11991466984029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179489,"job_number":"JOB_179489","tr_customer_id":179507,"tr_customer_product_id":179497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:15.000Z","modified_at":"2026-02-07T04:18:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10174884837956","imei1":"10174884837956","imei2":"10174884837956","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179491,"job_number":"JOB_179491","tr_customer_id":179509,"tr_customer_product_id":179499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:16.000Z","modified_at":"2026-02-07T04:18:16.000Z","name":"Maybelle Hoppe","mobile_number":"629-323-3776","email_id":"Ahmad55@hotmail.com","dop":"2025-04-06","serial_number":"17295733378177284","imei1":"17295733378177284","imei2":"17295733378177284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179492,"job_number":"JOB_179492","tr_customer_id":179510,"tr_customer_product_id":179500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:16.000Z","modified_at":"2026-02-07T04:18:16.000Z","name":"Mia Bernhard","mobile_number":"327-265-4116","email_id":"Ronaldo.Schneider93@gmail.com","dop":"2025-06-18","serial_number":"1014533804285344","imei1":"1014533804285344","imei2":"1014533804285344","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179493,"job_number":"JOB_179493","tr_customer_id":179511,"tr_customer_product_id":179501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:19.000Z","modified_at":"2026-02-07T04:18:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13181087499767","imei1":"13181087499767","imei2":"13181087499767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179495,"job_number":"JOB_179495","tr_customer_id":179513,"tr_customer_product_id":179503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:20.000Z","modified_at":"2026-02-07T04:18:20.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"105627425950864","imei1":"105627425950864","imei2":"105627425950864","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179497,"job_number":"JOB_179497","tr_customer_id":179515,"tr_customer_product_id":179505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:20.000Z","modified_at":"2026-02-07T04:18:20.000Z","name":"Arvel Emard","mobile_number":"506-506-5267","email_id":"Abigail.Prohaska@hotmail.com","dop":"2025-04-06","serial_number":"13106043429551784","imei1":"13106043429551784","imei2":"13106043429551784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179498,"job_number":"JOB_179498","tr_customer_id":179516,"tr_customer_product_id":179506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:27.000Z","modified_at":"2026-02-07T04:18:27.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179499,"job_number":"JOB_179499","tr_customer_id":179517,"tr_customer_product_id":179507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:28.000Z","modified_at":"2026-02-07T04:18:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17894423705348","imei1":"17894423705348","imei2":"17894423705348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179501,"job_number":"JOB_179501","tr_customer_id":179519,"tr_customer_product_id":179509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:30.000Z","modified_at":"2026-02-07T04:18:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14979452625950","imei1":"14979452625950","imei2":"14979452625950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179502,"job_number":"JOB_179502","tr_customer_id":179520,"tr_customer_product_id":179510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:30.000Z","modified_at":"2026-02-07T04:18:30.000Z","name":"Jordyn Pollich","mobile_number":"481-649-0830","email_id":"Stefanie.Kutch@hotmail.com","dop":"2025-04-06","serial_number":"18199088633283320","imei1":"18199088633283320","imei2":"18199088633283320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179503,"job_number":"JOB_179503","tr_customer_id":179521,"tr_customer_product_id":179511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:30.000Z","modified_at":"2026-02-07T04:18:30.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"25131942240444","imei1":"25131942240444","imei2":"25131942240444","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179505,"job_number":"JOB_179505","tr_customer_id":179523,"tr_customer_product_id":179513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:30.000Z","modified_at":"2026-02-07T04:18:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14319076041057","imei1":"14319076041057","imei2":"14319076041057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179506,"job_number":"JOB_179506","tr_customer_id":179524,"tr_customer_product_id":179514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:30.000Z","modified_at":"2026-02-07T04:18:30.000Z","name":"Alek Mann","mobile_number":"304-793-2305","email_id":"Brandyn93@gmail.com","dop":"2025-02-01","serial_number":"77270758442541","imei1":"77270758442541","imei2":"77270758442541","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179508,"job_number":"JOB_179508","tr_customer_id":179526,"tr_customer_product_id":179516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:32.000Z","modified_at":"2026-02-07T04:18:32.000Z","name":"Noel Kunde","mobile_number":"233-375-5697","email_id":"Ashly.Schulist@hotmail.com","dop":"2025-04-06","serial_number":"10480765035139130","imei1":"10480765035139130","imei2":"10480765035139130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179510,"job_number":"JOB_179510","tr_customer_id":179528,"tr_customer_product_id":179518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:32.000Z","modified_at":"2026-02-07T04:18:32.000Z","name":"Damien Hansen","mobile_number":"819-789-8848","email_id":"Rupert_Hahn@yahoo.com","dop":"2025-04-06","serial_number":"12068801834790732","imei1":"12068801834790732","imei2":"12068801834790732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179511,"job_number":"JOB_179511","tr_customer_id":179529,"tr_customer_product_id":179519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:33.000Z","modified_at":"2026-02-07T04:18:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10864711539790","imei1":"10864711539790","imei2":"10864711539790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179513,"job_number":"JOB_179513","tr_customer_id":179531,"tr_customer_product_id":179521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:35.000Z","modified_at":"2026-02-07T04:18:35.000Z","name":"Loma Rempel","mobile_number":"958-833-1752","email_id":"Pearlie68@hotmail.com","dop":"2025-04-06","serial_number":"13236797073749444","imei1":"13236797073749444","imei2":"13236797073749444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179514,"job_number":"JOB_179514","tr_customer_id":179532,"tr_customer_product_id":179522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:36.000Z","modified_at":"2026-02-07T04:18:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11083831146113","imei1":"11083831146113","imei2":"11083831146113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179517,"job_number":"JOB_179517","tr_customer_id":179535,"tr_customer_product_id":179525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:37.000Z","modified_at":"2026-02-07T04:18:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13211074813170","imei1":"13211074813170","imei2":"13211074813170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179520,"job_number":"JOB_179520","tr_customer_id":179538,"tr_customer_product_id":179528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:38.000Z","modified_at":"2026-02-07T04:18:38.000Z","name":"Brant Rau","mobile_number":"555-684-2765","email_id":"Garret10@gmail.com","dop":"2025-04-06","serial_number":"19864364513391696","imei1":"19864364513391696","imei2":"19864364513391696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179522,"job_number":"JOB_179522","tr_customer_id":179540,"tr_customer_product_id":179530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:39.000Z","modified_at":"2026-02-07T04:18:39.000Z","name":"Sedrick Yost","mobile_number":"867-937-9070","email_id":"Haylie.Murazik@hotmail.com","dop":"2025-04-06","serial_number":"15640899121374368","imei1":"15640899121374368","imei2":"15640899121374368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179523,"job_number":"JOB_179523","tr_customer_id":179541,"tr_customer_product_id":179531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:40.000Z","modified_at":"2026-02-07T04:18:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13689992483118","imei1":"13689992483118","imei2":"13689992483118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179525,"job_number":"JOB_179525","tr_customer_id":179543,"tr_customer_product_id":179533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:42.000Z","modified_at":"2026-02-07T04:18:42.000Z","name":"Rasheed Bernhard","mobile_number":"365-400-6999","email_id":"Newton.Rempel@gmail.com","dop":"2025-04-06","serial_number":"18254844457718216","imei1":"18254844457718216","imei2":"18254844457718216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179528,"job_number":"JOB_179528","tr_customer_id":179546,"tr_customer_product_id":179536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:54.000Z","modified_at":"2026-02-07T04:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18393915729008","imei1":"18393915729008","imei2":"18393915729008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179529,"job_number":"JOB_179529","tr_customer_id":179547,"tr_customer_product_id":179537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:54.000Z","modified_at":"2026-02-07T04:18:54.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"14730168390646","imei1":"14730168390646","imei2":"14730168390646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179534,"job_number":"JOB_179534","tr_customer_id":179552,"tr_customer_product_id":179542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:56.000Z","modified_at":"2026-02-07T04:18:56.000Z","name":"Jake Bogisich","mobile_number":"648-417-4748","email_id":"Laurel_Bogan78@yahoo.com","dop":"2025-04-06","serial_number":"18142421536680056","imei1":"18142421536680056","imei2":"18142421536680056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179535,"job_number":"JOB_179535","tr_customer_id":179553,"tr_customer_product_id":179543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:56.000Z","modified_at":"2026-02-07T04:18:56.000Z","name":"Krystal Turcotte","mobile_number":"232-250-1047","email_id":"Alaina6@hotmail.com","dop":"2025-04-06","serial_number":"17310977010039850","imei1":"17310977010039850","imei2":"17310977010039850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179536,"job_number":"JOB_179536","tr_customer_id":179554,"tr_customer_product_id":179544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:56.000Z","modified_at":"2026-02-07T04:18:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17614541609779","imei1":"17614541609779","imei2":"17614541609779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179538,"job_number":"JOB_179538","tr_customer_id":179556,"tr_customer_product_id":179546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:57.000Z","modified_at":"2026-02-07T04:18:57.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"12936677790699","imei1":"12936677790699","imei2":"12936677790699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179540,"job_number":"JOB_179540","tr_customer_id":179558,"tr_customer_product_id":179548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:58.000Z","modified_at":"2026-02-07T04:18:58.000Z","name":"Mckenzie Robel","mobile_number":"511-925-9158","email_id":"Geo_OReilly9@hotmail.com","dop":"2025-04-06","serial_number":"16282008343713788","imei1":"16282008343713788","imei2":"16282008343713788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179543,"job_number":"JOB_179543","tr_customer_id":179561,"tr_customer_product_id":179551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:58.000Z","modified_at":"2026-02-07T04:18:58.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"12571609235860","imei1":"12571609235860","imei2":"12571609235860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179544,"job_number":"JOB_179544","tr_customer_id":179562,"tr_customer_product_id":179552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:58.000Z","modified_at":"2026-02-07T04:18:58.000Z","name":"Jessica Smith","mobile_number":"339-610-6597","email_id":"Rudolph.Jenkins60@gmail.com","dop":"2025-04-06","serial_number":"19069463646593056","imei1":"19069463646593056","imei2":"19069463646593056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179547,"job_number":"JOB_179547","tr_customer_id":179565,"tr_customer_product_id":179555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:59.000Z","modified_at":"2026-02-07T04:18:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15248687682677","imei1":"15248687682677","imei2":"15248687682677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179549,"job_number":"JOB_179549","tr_customer_id":179567,"tr_customer_product_id":179557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:00.000Z","modified_at":"2026-02-07T04:19:00.000Z","name":"Bettie Bednar","mobile_number":"552-339-5524","email_id":"Adelle61@yahoo.com","dop":"2025-04-06","serial_number":"17654851251225434","imei1":"17654851251225434","imei2":"17654851251225434","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179550,"job_number":"JOB_179550","tr_customer_id":179568,"tr_customer_product_id":179558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:01.000Z","modified_at":"2026-02-07T04:19:01.000Z","name":"Gene Haag","mobile_number":"296-263-9000","email_id":"Eleonore6@yahoo.com","dop":"2025-04-06","serial_number":"19205296374403956","imei1":"19205296374403956","imei2":"19205296374403956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179551,"job_number":"JOB_179551","tr_customer_id":179569,"tr_customer_product_id":179559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:02.000Z","modified_at":"2026-02-07T04:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13858974436081","imei1":"13858974436081","imei2":"13858974436081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179553,"job_number":"JOB_179553","tr_customer_id":179571,"tr_customer_product_id":179561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:03.000Z","modified_at":"2026-02-07T04:19:03.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105597402556956","imei1":"105597402556956","imei2":"105597402556956","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179555,"job_number":"JOB_179555","tr_customer_id":179573,"tr_customer_product_id":179563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:04.000Z","modified_at":"2026-02-07T04:19:04.000Z","name":"Elza Stark","mobile_number":"713-557-7487","email_id":"Josephine51@yahoo.com","dop":"2025-04-06","serial_number":"13902439265587632","imei1":"13902439265587632","imei2":"13902439265587632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179556,"job_number":"JOB_179556","tr_customer_id":179574,"tr_customer_product_id":179564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:04.000Z","modified_at":"2026-02-07T04:19:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18096149079485","imei1":"18096149079485","imei2":"18096149079485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179560,"job_number":"JOB_179560","tr_customer_id":179578,"tr_customer_product_id":179568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:05.000Z","modified_at":"2026-02-07T04:19:05.000Z","name":"Jonathan Swift","mobile_number":"861-696-5674","email_id":"Maxime.Hodkiewicz@hotmail.com","dop":"2025-04-06","serial_number":"16727137174788652","imei1":"16727137174788652","imei2":"16727137174788652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179562,"job_number":"JOB_179562","tr_customer_id":179580,"tr_customer_product_id":179570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:06.000Z","modified_at":"2026-02-07T04:19:06.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16772588878993","imei1":"16772588878993","imei2":"16772588878993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179568,"job_number":"JOB_179568","tr_customer_id":179586,"tr_customer_product_id":179576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:07.000Z","modified_at":"2026-02-07T04:19:07.000Z","name":"Ernesto Batz","mobile_number":"335-333-3832","email_id":"Trace.Franecki@hotmail.com","dop":"2025-04-06","serial_number":"16060468166172022","imei1":"16060468166172022","imei2":"16060468166172022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179569,"job_number":"JOB_179569","tr_customer_id":179587,"tr_customer_product_id":179577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:10.000Z","modified_at":"2026-02-07T04:19:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19567653547868","imei1":"19567653547868","imei2":"19567653547868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179571,"job_number":"JOB_179571","tr_customer_id":179589,"tr_customer_product_id":179579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:12.000Z","modified_at":"2026-02-07T04:19:12.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"86636567438042","imei1":"86636567438042","imei2":"86636567438042","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179572,"job_number":"JOB_179572","tr_customer_id":179590,"tr_customer_product_id":179580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:12.000Z","modified_at":"2026-02-07T04:19:12.000Z","name":"Braxton Mraz","mobile_number":"762-388-5913","email_id":"Rolando37@hotmail.com","dop":"2025-02-01","serial_number":"71836231605864","imei1":"71836231605864","imei2":"71836231605864","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179573,"job_number":"JOB_179573","tr_customer_id":179591,"tr_customer_product_id":179581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:12.000Z","modified_at":"2026-02-07T04:19:12.000Z","name":"Adaline Sawayn","mobile_number":"561-329-6353","email_id":"Rafaela.Torphy@gmail.com","dop":"2025-04-06","serial_number":"18760635310190870","imei1":"18760635310190870","imei2":"18760635310190870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179574,"job_number":"JOB_179574","tr_customer_id":179592,"tr_customer_product_id":179582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:13.000Z","modified_at":"2026-02-07T04:19:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15490296496223","imei1":"15490296496223","imei2":"15490296496223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179576,"job_number":"JOB_179576","tr_customer_id":179594,"tr_customer_product_id":179584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:13.000Z","modified_at":"2026-02-07T04:19:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12448143507934","imei1":"12448143507934","imei2":"12448143507934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179581,"job_number":"JOB_179581","tr_customer_id":179599,"tr_customer_product_id":179589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:14.000Z","modified_at":"2026-02-07T04:19:14.000Z","name":"Magdalena Schmitt","mobile_number":"310-201-9390","email_id":"Maxie77@yahoo.com","dop":"2025-04-06","serial_number":"13117432963801678","imei1":"13117432963801678","imei2":"13117432963801678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179583,"job_number":"JOB_179583","tr_customer_id":179601,"tr_customer_product_id":179591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:15.000Z","modified_at":"2026-02-07T04:19:15.000Z","name":"Joy Harber","mobile_number":"203-335-3314","email_id":"Janie16@yahoo.com","dop":"2025-04-06","serial_number":"17876602998407832","imei1":"17876602998407832","imei2":"17876602998407832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179584,"job_number":"JOB_179584","tr_customer_id":179602,"tr_customer_product_id":179592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:16.000Z","modified_at":"2026-02-07T04:19:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13559781598333","imei1":"13559781598333","imei2":"13559781598333","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179586,"job_number":"JOB_179586","tr_customer_id":179604,"tr_customer_product_id":179594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:17.000Z","modified_at":"2026-02-07T04:19:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10952392808046","imei1":"10952392808046","imei2":"10952392808046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179587,"job_number":"JOB_179587","tr_customer_id":179605,"tr_customer_product_id":179595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:17.000Z","modified_at":"2026-02-07T04:19:17.000Z","name":"Karen Kautzer","mobile_number":"546-276-3623","email_id":"Loren4@yahoo.com","dop":"2025-04-06","serial_number":"14934376139491884","imei1":"14934376139491884","imei2":"14934376139491884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179589,"job_number":"JOB_179589","tr_customer_id":179607,"tr_customer_product_id":179597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:19.000Z","modified_at":"2026-02-07T04:19:19.000Z","name":"Syble Moen","mobile_number":"627-956-1367","email_id":"Jody.Lynch@gmail.com","dop":"2025-04-06","serial_number":"10351875552001156","imei1":"10351875552001156","imei2":"10351875552001156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179592,"job_number":"JOB_179592","tr_customer_id":179610,"tr_customer_product_id":179600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:21.000Z","modified_at":"2026-02-07T04:19:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19108649311848","imei1":"19108649311848","imei2":"19108649311848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179595,"job_number":"JOB_179595","tr_customer_id":179613,"tr_customer_product_id":179603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:21.000Z","modified_at":"2026-02-07T04:19:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14538134124821","imei1":"14538134124821","imei2":"14538134124821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179598,"job_number":"JOB_179598","tr_customer_id":179616,"tr_customer_product_id":179606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:23.000Z","modified_at":"2026-02-07T04:19:23.000Z","name":"Carlos Emmerich","mobile_number":"999-740-6545","email_id":"Lynn_DuBuque19@hotmail.com","dop":"2025-04-06","serial_number":"15431195737875700","imei1":"15431195737875700","imei2":"15431195737875700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179599,"job_number":"JOB_179599","tr_customer_id":179617,"tr_customer_product_id":179607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:23.000Z","modified_at":"2026-02-07T04:19:23.000Z","name":"Telly Hoppe","mobile_number":"983-810-0285","email_id":"Nella_Gleason@yahoo.com","dop":"2025-04-06","serial_number":"17296492922624528","imei1":"17296492922624528","imei2":"17296492922624528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179600,"job_number":"JOB_179600","tr_customer_id":179618,"tr_customer_product_id":179608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:25.000Z","modified_at":"2026-02-07T04:19:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10765706239997","imei1":"10765706239997","imei2":"10765706239997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179602,"job_number":"JOB_179602","tr_customer_id":179620,"tr_customer_product_id":179610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:27.000Z","modified_at":"2026-02-07T04:19:27.000Z","name":"Naomie Swift","mobile_number":"397-989-9878","email_id":"Tara_Bosco47@gmail.com","dop":"2025-04-06","serial_number":"13488515711571136","imei1":"13488515711571136","imei2":"13488515711571136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179607,"job_number":"JOB_179607","tr_customer_id":179625,"tr_customer_product_id":179615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:39.000Z","modified_at":"2026-02-07T04:19:39.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13876919432618","imei1":"13876919432618","imei2":"13876919432618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179608,"job_number":"JOB_179608","tr_customer_id":179626,"tr_customer_product_id":179616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:40.000Z","modified_at":"2026-02-07T04:19:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19726597058360","imei1":"19726597058360","imei2":"19726597058360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179610,"job_number":"JOB_179610","tr_customer_id":179628,"tr_customer_product_id":179618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:40.000Z","modified_at":"2026-02-07T04:19:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"12685107271679","imei1":"12685107271679","imei2":"12685107271679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179613,"job_number":"JOB_179613","tr_customer_id":179631,"tr_customer_product_id":179621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:40.000Z","modified_at":"2026-02-07T04:19:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10421338915389","imei1":"10421338915389","imei2":"10421338915389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179615,"job_number":"JOB_179615","tr_customer_id":179633,"tr_customer_product_id":179623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:41.000Z","modified_at":"2026-02-07T04:19:41.000Z","name":"Frank Feil","mobile_number":"625-296-2979","email_id":"Coby34@hotmail.com","dop":"2025-04-06","serial_number":"19772819524515560","imei1":"19772819524515560","imei2":"19772819524515560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179616,"job_number":"JOB_179616","tr_customer_id":179634,"tr_customer_product_id":179624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:41.000Z","modified_at":"2026-02-07T04:19:41.000Z","name":"Richmond Macejkovic","mobile_number":"952-695-6697","email_id":"Terrence42@gmail.com","dop":"2025-04-06","serial_number":"11141308933258228","imei1":"11141308933258228","imei2":"11141308933258228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179617,"job_number":"JOB_179617","tr_customer_id":179635,"tr_customer_product_id":179625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:41.000Z","modified_at":"2026-02-07T04:19:41.000Z","name":"Antonetta Bashirian","mobile_number":"635-820-9445","email_id":"Johnny.Gerhold@hotmail.com","dop":"2025-04-06","serial_number":"15414262962498682","imei1":"15414262962498682","imei2":"15414262962498682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179618,"job_number":"JOB_179618","tr_customer_id":179636,"tr_customer_product_id":179626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:42.000Z","modified_at":"2026-02-07T04:19:42.000Z","name":"Lincoln Sanford","mobile_number":"557-589-9962","email_id":"Ebba_DuBuque@hotmail.com","dop":"2025-04-06","serial_number":"12210678512846424","imei1":"12210678512846424","imei2":"12210678512846424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179619,"job_number":"JOB_179619","tr_customer_id":179637,"tr_customer_product_id":179627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:46.000Z","modified_at":"2026-02-07T04:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13857564754127","imei1":"13857564754127","imei2":"13857564754127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179621,"job_number":"JOB_179621","tr_customer_id":179639,"tr_customer_product_id":179629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:47.000Z","modified_at":"2026-02-07T04:19:47.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"101063246823665","imei1":"101063246823665","imei2":"101063246823665","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179623,"job_number":"JOB_179623","tr_customer_id":179641,"tr_customer_product_id":179631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:48.000Z","modified_at":"2026-02-07T04:19:48.000Z","name":"Juanita Huels","mobile_number":"228-461-6929","email_id":"Jamel_Gutmann@hotmail.com","dop":"2025-04-06","serial_number":"18639437854737884","imei1":"18639437854737884","imei2":"18639437854737884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179624,"job_number":"JOB_179624","tr_customer_id":179642,"tr_customer_product_id":179632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:48.000Z","modified_at":"2026-02-07T04:19:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15567228229581","imei1":"15567228229581","imei2":"15567228229581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179627,"job_number":"JOB_179627","tr_customer_id":179645,"tr_customer_product_id":179635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:49.000Z","modified_at":"2026-02-07T04:19:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14656697548612","imei1":"14656697548612","imei2":"14656697548612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179629,"job_number":"JOB_179629","tr_customer_id":179647,"tr_customer_product_id":179637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:50.000Z","modified_at":"2026-02-07T04:19:50.000Z","name":"Juwan Wunsch","mobile_number":"571-877-5867","email_id":"Lorenz.Klocko@gmail.com","dop":"2025-04-06","serial_number":"19899175601668376","imei1":"19899175601668376","imei2":"19899175601668376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179630,"job_number":"JOB_179630","tr_customer_id":179648,"tr_customer_product_id":179638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:51.000Z","modified_at":"2026-02-07T04:19:51.000Z","name":"Ross Jones","mobile_number":"984-580-2272","email_id":"Melba4@yahoo.com","dop":"2025-04-06","serial_number":"17814786930063022","imei1":"17814786930063022","imei2":"17814786930063022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179631,"job_number":"JOB_179631","tr_customer_id":179649,"tr_customer_product_id":179639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:55.000Z","modified_at":"2026-02-07T04:19:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18562525876158","imei1":"18562525876158","imei2":"18562525876158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179633,"job_number":"JOB_179633","tr_customer_id":179651,"tr_customer_product_id":179641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:56.000Z","modified_at":"2026-02-07T04:19:56.000Z","name":"Roberto Hilpert","mobile_number":"207-538-0728","email_id":"Layne54@gmail.com","dop":"2025-04-06","serial_number":"12713521582902132","imei1":"12713521582902132","imei2":"12713521582902132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179634,"job_number":"JOB_179634","tr_customer_id":179652,"tr_customer_product_id":179642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:01.000Z","modified_at":"2026-02-07T04:20:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13265594661218","imei1":"13265594661218","imei2":"13265594661218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179638,"job_number":"JOB_179638","tr_customer_id":179656,"tr_customer_product_id":179646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:03.000Z","modified_at":"2026-02-07T04:20:03.000Z","name":"Alayna Fay","mobile_number":"326-401-2530","email_id":"Kiley.Windler35@gmail.com","dop":"2025-04-06","serial_number":"18472713118942664","imei1":"18472713118942664","imei2":"18472713118942664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179640,"job_number":"JOB_179640","tr_customer_id":179658,"tr_customer_product_id":179648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:20.000Z","modified_at":"2026-02-07T04:20:20.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"12654071301703","imei1":"12654071301703","imei2":"12654071301703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179642,"job_number":"JOB_179642","tr_customer_id":179660,"tr_customer_product_id":179650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:22.000Z","modified_at":"2026-02-07T04:20:22.000Z","name":"Lewis Breitenberg","mobile_number":"388-706-4218","email_id":"Alexandrea.Stark70@hotmail.com","dop":"2025-04-06","serial_number":"13983335394285428","imei1":"13983335394285428","imei2":"13983335394285428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179643,"job_number":"JOB_179643","tr_customer_id":179661,"tr_customer_product_id":179651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:25.000Z","modified_at":"2026-02-07T04:20:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18941893216802","imei1":"18941893216802","imei2":"18941893216802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179645,"job_number":"JOB_179645","tr_customer_id":179663,"tr_customer_product_id":179653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:25.000Z","modified_at":"2026-02-07T04:20:25.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15349026646679","imei1":"15349026646679","imei2":"15349026646679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179646,"job_number":"JOB_179646","tr_customer_id":179664,"tr_customer_product_id":179654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:25.000Z","modified_at":"2026-02-07T04:20:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16683032434607","imei1":"16683032434607","imei2":"16683032434607","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179649,"job_number":"JOB_179649","tr_customer_id":179667,"tr_customer_product_id":179657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:26.000Z","modified_at":"2026-02-07T04:20:26.000Z","name":"Gloria Schoen","mobile_number":"953-370-7460","email_id":"Karina_Bayer34@gmail.com","dop":"2025-04-06","serial_number":"18106075790869764","imei1":"18106075790869764","imei2":"18106075790869764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179650,"job_number":"JOB_179650","tr_customer_id":179668,"tr_customer_product_id":179658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:27.000Z","modified_at":"2026-02-07T04:20:27.000Z","name":"King Kuhlman","mobile_number":"620-760-5285","email_id":"Zoie45@yahoo.com","dop":"2025-04-06","serial_number":"14464709123764780","imei1":"14464709123764780","imei2":"14464709123764780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179651,"job_number":"JOB_179651","tr_customer_id":179669,"tr_customer_product_id":179659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:27.000Z","modified_at":"2026-02-07T04:20:27.000Z","name":"Romaine Orn","mobile_number":"518-600-1924","email_id":"Levi78@yahoo.com","dop":"2025-04-06","serial_number":"12058215500540548","imei1":"12058215500540548","imei2":"12058215500540548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179652,"job_number":"JOB_179652","tr_customer_id":179670,"tr_customer_product_id":179660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:30.000Z","modified_at":"2026-02-07T04:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13722847002907","imei1":"13722847002907","imei2":"13722847002907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179654,"job_number":"JOB_179654","tr_customer_id":179672,"tr_customer_product_id":179662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:32.000Z","modified_at":"2026-02-07T04:20:32.000Z","name":"Cathy Lowe","mobile_number":"735-322-8464","email_id":"Rubie67@gmail.com","dop":"2025-04-06","serial_number":"13353756847969100","imei1":"13353756847969100","imei2":"13353756847969100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179655,"job_number":"JOB_179655","tr_customer_id":179673,"tr_customer_product_id":179663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:32.000Z","modified_at":"2026-02-07T04:20:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18548887916188","imei1":"18548887916188","imei2":"18548887916188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179657,"job_number":"JOB_179657","tr_customer_id":179675,"tr_customer_product_id":179665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:34.000Z","modified_at":"2026-02-07T04:20:34.000Z","name":"Johnson Heaney","mobile_number":"735-611-6271","email_id":"Zoie.Crist@hotmail.com","dop":"2025-04-06","serial_number":"15972247057099838","imei1":"15972247057099838","imei2":"15972247057099838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179658,"job_number":"JOB_179658","tr_customer_id":179676,"tr_customer_product_id":179666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:38.000Z","modified_at":"2026-02-07T04:20:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10689557725453","imei1":"10689557725453","imei2":"10689557725453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179660,"job_number":"JOB_179660","tr_customer_id":179678,"tr_customer_product_id":179668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:40.000Z","modified_at":"2026-02-07T04:20:40.000Z","name":"Buddy O'Conner","mobile_number":"273-300-1435","email_id":"Jaren.Doyle20@gmail.com","dop":"2025-04-06","serial_number":"19830794307973800","imei1":"19830794307973800","imei2":"19830794307973800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179664,"job_number":"JOB_179664","tr_customer_id":179682,"tr_customer_product_id":179672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:24.000Z","modified_at":"2026-02-07T04:24:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37289040663419","imei1":"37289040663419","imei2":"37289040663419","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179665,"job_number":"JOB_179665","tr_customer_id":179683,"tr_customer_product_id":179673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:24.000Z","modified_at":"2026-02-07T04:24:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58499863378051","imei1":"58499863378051","imei2":"58499863378051","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179666,"job_number":"JOB_179666","tr_customer_id":179684,"tr_customer_product_id":179674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:25.000Z","modified_at":"2026-02-07T04:24:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52100010753548","imei1":"52100010753548","imei2":"52100010753548","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179667,"job_number":"JOB_179667","tr_customer_id":179685,"tr_customer_product_id":179675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:25.000Z","modified_at":"2026-02-07T04:24:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26084308745447","imei1":"26084308745447","imei2":"26084308745447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179668,"job_number":"JOB_179668","tr_customer_id":179686,"tr_customer_product_id":179676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:25.000Z","modified_at":"2026-02-07T04:24:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31009402966317","imei1":"31009402966317","imei2":"31009402966317","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179669,"job_number":"JOB_179669","tr_customer_id":179687,"tr_customer_product_id":179677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:26.000Z","modified_at":"2026-02-07T04:24:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16747789742649","imei1":"16747789742649","imei2":"16747789742649","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179671,"job_number":"JOB_179671","tr_customer_id":179689,"tr_customer_product_id":179679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:55.000Z","modified_at":"2026-02-07T04:24:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64908324824604","imei1":"64908324824604","imei2":"64908324824604","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179672,"job_number":"JOB_179672","tr_customer_id":179690,"tr_customer_product_id":179680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:55.000Z","modified_at":"2026-02-07T04:24:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21148790074670","imei1":"21148790074670","imei2":"21148790074670","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179673,"job_number":"JOB_179673","tr_customer_id":179691,"tr_customer_product_id":179681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:55.000Z","modified_at":"2026-02-07T04:24:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22730413051260","imei1":"22730413051260","imei2":"22730413051260","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179674,"job_number":"JOB_179674","tr_customer_id":179692,"tr_customer_product_id":179682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:56.000Z","modified_at":"2026-02-07T04:24:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56789516858173","imei1":"56789516858173","imei2":"56789516858173","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179675,"job_number":"JOB_179675","tr_customer_id":179693,"tr_customer_product_id":179683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:56.000Z","modified_at":"2026-02-07T04:24:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54557028067929","imei1":"54557028067929","imei2":"54557028067929","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179676,"job_number":"JOB_179676","tr_customer_id":179694,"tr_customer_product_id":179684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:56.000Z","modified_at":"2026-02-07T04:24:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74300537086329","imei1":"74300537086329","imei2":"74300537086329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179678,"job_number":"JOB_179678","tr_customer_id":179696,"tr_customer_product_id":179686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:25:25.000Z","modified_at":"2026-02-07T04:25:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27902404042902","imei1":"27902404042902","imei2":"27902404042902","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179679,"job_number":"JOB_179679","tr_customer_id":179697,"tr_customer_product_id":179687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:25:25.000Z","modified_at":"2026-02-07T04:25:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86934668448576","imei1":"86934668448576","imei2":"86934668448576","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179680,"job_number":"JOB_179680","tr_customer_id":179698,"tr_customer_product_id":179688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:25:26.000Z","modified_at":"2026-02-07T04:25:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40690617497243","imei1":"40690617497243","imei2":"40690617497243","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179681,"job_number":"JOB_179681","tr_customer_id":179699,"tr_customer_product_id":179689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:25:26.000Z","modified_at":"2026-02-07T04:25:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60930627489368","imei1":"60930627489368","imei2":"60930627489368","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179682,"job_number":"JOB_179682","tr_customer_id":179700,"tr_customer_product_id":179690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:25:26.000Z","modified_at":"2026-02-07T04:25:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84839589797746","imei1":"84839589797746","imei2":"84839589797746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179683,"job_number":"JOB_179683","tr_customer_id":179701,"tr_customer_product_id":179691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:25:26.000Z","modified_at":"2026-02-07T04:25:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12156247360466","imei1":"12156247360466","imei2":"12156247360466","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179688,"job_number":"JOB_179688","tr_customer_id":179706,"tr_customer_product_id":179696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:03:19.000Z","modified_at":"2026-02-07T05:03:19.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-28","serial_number":"46863446472395","imei1":"46863446472395","imei2":"46863446472395","popurl":"2026-01-28T05:03:18.935181494Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:03:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179689,"job_number":"JOB_179689","tr_customer_id":179707,"tr_customer_product_id":179697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:03:29.000Z","modified_at":"2026-02-07T05:03:29.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-28","serial_number":"19883183511449","imei1":"19883183511449","imei2":"19883183511449","popurl":"2026-01-28T05:03:29.075163391Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:03:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179690,"job_number":"JOB_179690","tr_customer_id":179708,"tr_customer_product_id":179698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:08:07.000Z","modified_at":"2026-02-07T05:08:07.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109270803866950","imei1":"109270803866950","imei2":"109270803866950","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179692,"job_number":"JOB_179692","tr_customer_id":179710,"tr_customer_product_id":179700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:08:19.000Z","modified_at":"2026-02-07T05:08:19.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"102148937073432","imei1":"102148937073432","imei2":"102148937073432","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:08:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179698,"job_number":"JOB_179698","tr_customer_id":179716,"tr_customer_product_id":179706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:24:42.000Z","modified_at":"2026-02-07T05:24:42.000Z","name":"Aisha Berge","mobile_number":"652-582-7033","email_id":"Karianne22@yahoo.com","dop":"2025-04-06","serial_number":"10281098502836762","imei1":"10281098502836762","imei2":"10281098502836762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179700,"job_number":"JOB_179700","tr_customer_id":179718,"tr_customer_product_id":179708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:25:10.000Z","modified_at":"2026-02-07T05:25:10.000Z","name":"Ryann Kuphal","mobile_number":"624-967-3214","email_id":"Addison.Jakubowski59@yahoo.com","dop":"2025-04-06","serial_number":"17146221613877992","imei1":"17146221613877992","imei2":"17146221613877992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179701,"job_number":"JOB_179701","tr_customer_id":179719,"tr_customer_product_id":179709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:26:41.000Z","modified_at":"2026-02-07T05:26:41.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"19834621987604","imei1":"19834621987604","imei2":"19834621987604","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179702,"job_number":"JOB_179702","tr_customer_id":179720,"tr_customer_product_id":179710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:26:42.000Z","modified_at":"2026-02-07T05:26:42.000Z","name":"Rosemarie Baumbach","mobile_number":"616-532-1002","email_id":"Francis.Streich22@gmail.com","dop":"2025-02-01","serial_number":"86646900170477","imei1":"86646900170477","imei2":"86646900170477","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:26:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179704,"job_number":"JOB_179704","tr_customer_id":179722,"tr_customer_product_id":179712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:27:24.000Z","modified_at":"2026-02-07T05:27:24.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"98370451639905","imei1":"98370451639905","imei2":"98370451639905","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179705,"job_number":"JOB_179705","tr_customer_id":179723,"tr_customer_product_id":179713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:27:24.000Z","modified_at":"2026-02-07T05:27:24.000Z","name":"Zoie Roberts","mobile_number":"249-531-3782","email_id":"Zoe.VonRueden@yahoo.com","dop":"2025-02-01","serial_number":"82479107948143","imei1":"82479107948143","imei2":"82479107948143","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179707,"job_number":"JOB_179707","tr_customer_id":179725,"tr_customer_product_id":179715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:28:06.000Z","modified_at":"2026-02-07T05:28:06.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"102888556366647","imei1":"102888556366647","imei2":"102888556366647","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179708,"job_number":"JOB_179708","tr_customer_id":179726,"tr_customer_product_id":179716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:28:06.000Z","modified_at":"2026-02-07T05:28:06.000Z","name":"Kailee O'Hara","mobile_number":"750-291-3529","email_id":"Anastacio.Leffler40@yahoo.com","dop":"2025-02-01","serial_number":"24236573800086","imei1":"24236573800086","imei2":"24236573800086","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179710,"job_number":"JOB_179710","tr_customer_id":179728,"tr_customer_product_id":179718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:38:15.000Z","modified_at":"2026-02-07T05:38:15.000Z","name":"Kaylie Nader","mobile_number":"278-381-3484","email_id":"Jayme.Hoeger@hotmail.com","dop":"2026-01-24","serial_number":"16941654401404","imei1":"16941654401404","imei2":"16941654401404","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:38:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179711,"job_number":"JOB_179711","tr_customer_id":179729,"tr_customer_product_id":179719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T06:07:13.000Z","modified_at":"2026-02-07T06:07:13.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"11772378249268","imei1":"11772378249268","imei2":"11772378249268","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T06:07:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179713,"job_number":"JOB_179713","tr_customer_id":179731,"tr_customer_product_id":179721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T06:07:28.000Z","modified_at":"2026-02-07T06:07:28.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14546533907256","imei1":"14546533907256","imei2":"14546533907256","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T06:07:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179715,"job_number":"JOB_179715","tr_customer_id":179733,"tr_customer_product_id":179723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T06:07:44.000Z","modified_at":"2026-02-07T06:07:44.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10185395659293","imei1":"10185395659293","imei2":"10185395659293","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T06:07:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179723,"job_number":"JOB_179723","tr_customer_id":179741,"tr_customer_product_id":179731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T07:24:05.000Z","modified_at":"2026-02-07T07:24:05.000Z","name":"abcd  efgh","mobile_number":"9812365498","email_id":"abcd@gmail.com","dop":"2026-02-03","serial_number":"12345678912345","imei1":"12345678912345","imei2":"12345678912345","popurl":"2026-02-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T07:24:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179724,"job_number":"JOB_179724","tr_customer_id":179742,"tr_customer_product_id":179732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T07:39:37.000Z","modified_at":"2026-02-07T07:39:37.000Z","name":"Kyra Gibson","mobile_number":"364-466-3757","email_id":"Justus_Sporer89@hotmail.com","dop":"2025-10-06","serial_number":"15165180407175","imei1":"15165180407175","imei2":"15165180407175","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T07:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179725,"job_number":"JOB_179725","tr_customer_id":179743,"tr_customer_product_id":179733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T07:43:39.000Z","modified_at":"2026-02-07T07:43:39.000Z","name":"Makenna Wisozk","mobile_number":"503-243-9309","email_id":"Maximillia9@hotmail.com","dop":"2025-10-06","serial_number":"13604239288127","imei1":"13604239288127","imei2":"13604239288127","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T07:43:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179726,"job_number":"JOB_179726","tr_customer_id":179744,"tr_customer_product_id":179734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T07:43:48.000Z","modified_at":"2026-02-07T07:43:48.000Z","name":"Mathilde Connelly","mobile_number":"638-521-6237","email_id":"Lisandro_Strosin18@yahoo.com","dop":"2025-10-06","serial_number":"17199975923627","imei1":"17199975923627","imei2":"17199975923627","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T07:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179727,"job_number":"JOB_179727","tr_customer_id":179745,"tr_customer_product_id":179735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T07:45:07.000Z","modified_at":"2026-02-07T07:45:07.000Z","name":"Angus Corwin","mobile_number":"635-494-0199","email_id":"Camryn.Wisozk49@gmail.com","dop":"2025-10-06","serial_number":"13344690353270","imei1":"13344690353270","imei2":"13344690353270","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T07:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179729,"job_number":"JOB_179729","tr_customer_id":179747,"tr_customer_product_id":179737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T07:48:41.000Z","modified_at":"2026-02-07T07:48:41.000Z","name":"Daphnee Purdy","mobile_number":"523-503-2736","email_id":"Janie_Moen32@yahoo.com","dop":"2025-04-06","serial_number":"15157633762758084","imei1":"15157633762758084","imei2":"15157633762758084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T07:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179734,"job_number":"JOB_179734","tr_customer_id":179752,"tr_customer_product_id":179742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T07:50:23.000Z","modified_at":"2026-02-07T07:50:23.000Z","name":"Daron Sawayn","mobile_number":"936-960-4637","email_id":"Glenna25@gmail.com","dop":"2025-04-06","serial_number":"11608594527318598","imei1":"11608594527318598","imei2":"11608594527318598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T07:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179735,"job_number":"JOB_179735","tr_customer_id":179753,"tr_customer_product_id":179743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T08:10:12.000Z","modified_at":"2026-02-07T08:10:12.000Z","name":"Lyric Koss","mobile_number":"250-841-4416","email_id":"Rusty1@hotmail.com","dop":"2025-10-06","serial_number":"13764800380255","imei1":"13764800380255","imei2":"13764800380255","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T08:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179736,"job_number":"JOB_179736","tr_customer_id":179754,"tr_customer_product_id":179744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T08:10:41.000Z","modified_at":"2026-02-07T08:10:41.000Z","name":"Vincenzo Trantow","mobile_number":"627-405-6569","email_id":"Judge_Bashirian@gmail.com","dop":"2025-10-06","serial_number":"18894835720073","imei1":"18894835720073","imei2":"18894835720073","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T08:10:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179737,"job_number":"JOB_179737","tr_customer_id":179755,"tr_customer_product_id":179745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T08:12:13.000Z","modified_at":"2026-02-07T08:12:13.000Z","name":"Colby Wuckert","mobile_number":"668-752-5147","email_id":"Fiona3@gmail.com","dop":"2025-10-06","serial_number":"18064196203236","imei1":"18064196203236","imei2":"18064196203236","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T08:12:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179738,"job_number":"JOB_179738","tr_customer_id":179756,"tr_customer_product_id":179746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T08:16:07.000Z","modified_at":"2026-02-07T08:16:07.000Z","name":"Carson Littel","mobile_number":"315-306-3051","email_id":"Henry_Boyle72@gmail.com","dop":"2025-10-06","serial_number":"15365999025453","imei1":"15365999025453","imei2":"15365999025453","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T08:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179739,"job_number":"JOB_179739","tr_customer_id":179757,"tr_customer_product_id":179747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T08:36:46.000Z","modified_at":"2026-02-07T08:36:46.000Z","name":"Kasandra Funk","mobile_number":"749-752-0707","email_id":"Pierce_Howell54@hotmail.com","dop":"2025-12-31","serial_number":"52751468118725","imei1":"52751468118725","imei2":"52751468118725","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T08:36:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179745,"job_number":"JOB_179745","tr_customer_id":179763,"tr_customer_product_id":179753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T09:40:32.000Z","modified_at":"2026-02-07T09:40:32.000Z","name":"Fred Dietrich","mobile_number":"774-923-3188","email_id":"Taryn_Leuschke@hotmail.com","dop":"2025-12-31","serial_number":"72713306816392","imei1":"72713306816392","imei2":"72713306816392","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T09:40:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179746,"job_number":"JOB_179746","tr_customer_id":179764,"tr_customer_product_id":179754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T09:48:47.000Z","modified_at":"2026-02-07T09:48:47.000Z","name":"Malcolm Osinski","mobile_number":"374-726-9007","email_id":"Jaiden95@yahoo.com","dop":"2025-10-06","serial_number":"10837300426542","imei1":"10837300426542","imei2":"10837300426542","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T09:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179747,"job_number":"JOB_179747","tr_customer_id":179765,"tr_customer_product_id":179755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:10:39.000Z","modified_at":"2026-02-07T10:10:39.000Z","name":"Jaunita Gorczany","mobile_number":"901-938-8478","email_id":"Fiona27@yahoo.com","dop":"2025-10-06","serial_number":"18990359592597","imei1":"18990359592597","imei2":"18990359592597","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:10:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179748,"job_number":"JOB_179748","tr_customer_id":179766,"tr_customer_product_id":179756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:11:18.000Z","modified_at":"2026-02-07T10:11:18.000Z","name":"Conor Muller","mobile_number":"205-978-0163","email_id":"Stefan_Prohaska@gmail.com","dop":"2025-10-06","serial_number":"11915085199272","imei1":"11915085199272","imei2":"11915085199272","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:11:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179749,"job_number":"JOB_179749","tr_customer_id":179767,"tr_customer_product_id":179757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:11:33.000Z","modified_at":"2026-02-07T10:11:33.000Z","name":"Hollis Schoen","mobile_number":"800-203-5652","email_id":"Alayna.Walker@yahoo.com","dop":"2025-10-06","serial_number":"15473237387585","imei1":"15473237387585","imei2":"15473237387585","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:11:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179750,"job_number":"JOB_179750","tr_customer_id":179768,"tr_customer_product_id":179758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:20:03.000Z","modified_at":"2026-02-07T10:20:03.000Z","name":"Stefan Bartell","mobile_number":"866-517-3379","email_id":"Brandyn.Rempel@hotmail.com","dop":"2025-10-06","serial_number":"13528851987417","imei1":"13528851987417","imei2":"13528851987417","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179751,"job_number":"JOB_179751","tr_customer_id":179769,"tr_customer_product_id":179759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:20:59.000Z","modified_at":"2026-02-07T10:20:59.000Z","name":"Abelardo Windler","mobile_number":"319-353-7338","email_id":"Chadd29@yahoo.com","dop":"2025-10-06","serial_number":"19150496485766","imei1":"19150496485766","imei2":"19150496485766","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179752,"job_number":"JOB_179752","tr_customer_id":179770,"tr_customer_product_id":179760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:23:03.000Z","modified_at":"2026-02-07T10:23:03.000Z","name":"Benjamin Satterfield","mobile_number":"638-545-6078","email_id":"Forrest_Pollich82@hotmail.com","dop":"2025-10-06","serial_number":"14973674249923","imei1":"14973674249923","imei2":"14973674249923","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:23:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179753,"job_number":"JOB_179753","tr_customer_id":179771,"tr_customer_product_id":179761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:25:35.000Z","modified_at":"2026-02-07T10:25:35.000Z","name":"Nicole Ritchie","mobile_number":"966-349-0591","email_id":"Kristofer.Zulauf35@yahoo.com","dop":"2025-10-06","serial_number":"16876955012304","imei1":"16876955012304","imei2":"16876955012304","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179755,"job_number":"JOB_179755","tr_customer_id":179773,"tr_customer_product_id":179763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:43:08.000Z","modified_at":"2026-02-07T10:43:08.000Z","name":"Keshaun Flatley","mobile_number":"363-351-5440","email_id":"Marcelle.Terry1@yahoo.com","dop":"2025-04-06","serial_number":"12243131680891916","imei1":"12243131680891916","imei2":"12243131680891916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179756,"job_number":"JOB_179756","tr_customer_id":179774,"tr_customer_product_id":179764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:46:40.000Z","modified_at":"2026-02-07T10:46:40.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-28","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-28T10:46:32.661952226Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:46:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179757,"job_number":"JOB_179757","tr_customer_id":179775,"tr_customer_product_id":179765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:46:41.000Z","modified_at":"2026-02-07T10:46:41.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-28","serial_number":"25855584692948","imei1":"25855584692948","imei2":"25855584692948","popurl":"2026-01-28T10:46:32.664242633Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179758,"job_number":"JOB_179758","tr_customer_id":179776,"tr_customer_product_id":179766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:46:53.000Z","modified_at":"2026-02-07T10:46:53.000Z","name":"Agrata Menon","mobile_number":"8648037786","email_id":"ganaka.pillai@gmail.com","dop":"2026-01-28","serial_number":"02395617858067","imei1":"02395617858067","imei2":"02395617858067","popurl":"www.poornima-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179759,"job_number":"JOB_179759","tr_customer_id":179777,"tr_customer_product_id":179767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:02:02.000Z","modified_at":"2026-02-07T11:02:02.000Z","name":"Laurel Boehm","mobile_number":"850-336-4293","email_id":"Harold.Williamson70@yahoo.com","dop":"2025-10-06","serial_number":"17744748222467764","imei1":"17744748222467764","imei2":"17744748222467764","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T11:02:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179760,"job_number":"JOB_179760","tr_customer_id":179778,"tr_customer_product_id":179768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:03:17.000Z","modified_at":"2026-02-07T11:03:18.000Z","name":"Anita Jacobi","mobile_number":"922-288-8508","email_id":"Cassandra.Hilll@gmail.com","dop":"2025-10-06","serial_number":"17584373940113454","imei1":"17584373940113454","imei2":"17584373940113454","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T11:03:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179761,"job_number":"JOB_179761","tr_customer_id":179779,"tr_customer_product_id":179769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:04:02.000Z","modified_at":"2026-02-07T11:04:02.000Z","name":"Jaylon Aufderhar","mobile_number":"277-782-4288","email_id":"Moses.Rau8@yahoo.com","dop":"2025-10-06","serial_number":"14895891230842764","imei1":"14895891230842764","imei2":"14895891230842764","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T11:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179762,"job_number":"JOB_179762","tr_customer_id":179780,"tr_customer_product_id":179770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:04:12.000Z","modified_at":"2026-02-07T11:04:12.000Z","name":"Malachi Ebert","mobile_number":"749-679-6784","email_id":"April88@hotmail.com","dop":"2025-10-06","serial_number":"15791718071361438","imei1":"15791718071361438","imei2":"15791718071361438","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T11:04:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179764,"job_number":"JOB_179764","tr_customer_id":179782,"tr_customer_product_id":179772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:25:05.000Z","modified_at":"2026-02-07T11:25:05.000Z","name":"Aniyah Parisian","mobile_number":"286-591-4472","email_id":"Maximillia_Kutch60@gmail.com","dop":"2025-10-06","serial_number":"17308320562618892","imei1":"17308320562618892","imei2":"17308320562618892","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T11:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179765,"job_number":"JOB_179765","tr_customer_id":179783,"tr_customer_product_id":179773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:42:43.000Z","modified_at":"2026-02-07T11:42:43.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-28","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-28T11:42:43.482387059Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T11:42:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179767,"job_number":"JOB_179767","tr_customer_id":179785,"tr_customer_product_id":179775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:44:33.000Z","modified_at":"2026-02-07T11:44:33.000Z","name":"Joel Hayes","mobile_number":"230-621-2511","email_id":"Stanford.Bradtke@yahoo.com","dop":"2025-04-06","serial_number":"19801763218124200","imei1":"19801763218124200","imei2":"19801763218124200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T11:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179768,"job_number":"JOB_179768","tr_customer_id":179786,"tr_customer_product_id":179776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T12:18:58.000Z","modified_at":"2026-02-07T12:18:58.000Z","name":"Jensen Krajcik","mobile_number":"461-596-0525","email_id":"Laverna.Kuhn@hotmail.com","dop":"2025-10-06","serial_number":"12377315243258","imei1":"12377315243258","imei2":"12377315243258","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T12:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179769,"job_number":"JOB_179769","tr_customer_id":179787,"tr_customer_product_id":179777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T12:32:32.000Z","modified_at":"2026-02-07T12:32:32.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"61316736434057","imei1":"61316736434057","imei2":"61316736434057","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T12:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179770,"job_number":"JOB_179770","tr_customer_id":179788,"tr_customer_product_id":179778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T12:38:37.000Z","modified_at":"2026-02-07T12:38:37.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"61316736434059","imei1":"61316736434059","imei2":"61316736434059","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T12:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179771,"job_number":"JOB_179771","tr_customer_id":179789,"tr_customer_product_id":179779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T12:39:36.000Z","modified_at":"2026-02-07T12:39:36.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-28","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-28T12:39:36.247524900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T12:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179772,"job_number":"JOB_179772","tr_customer_id":179790,"tr_customer_product_id":179780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T12:40:46.000Z","modified_at":"2026-02-07T12:40:46.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"61316736434051","imei1":"61316736434051","imei2":"61316736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T12:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179773,"job_number":"JOB_179773","tr_customer_id":179791,"tr_customer_product_id":179781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:25:23.000Z","modified_at":"2026-02-07T13:25:23.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-01-28","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-01-28T13:25:23.066979323Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:25:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179776,"job_number":"JOB_179776","tr_customer_id":179794,"tr_customer_product_id":179784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:37:45.000Z","modified_at":"2026-02-07T13:37:45.000Z","name":"Madelyn Powlowski","mobile_number":"766-908-8519","email_id":"Albertha28@gmail.com","dop":"2025-05-30","serial_number":"18243646010747","imei1":"18243646010747","imei2":"18243646010747","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179777,"job_number":"JOB_179777","tr_customer_id":179795,"tr_customer_product_id":179785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:37:46.000Z","modified_at":"2026-02-07T13:37:46.000Z","name":"Karelle Kuphal","mobile_number":"781-455-7951","email_id":"Marquis.Renner73@yahoo.com","dop":"2025-05-30","serial_number":"1480695618774731","imei1":"1480695618774731","imei2":"1480695618774731","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179778,"job_number":"JOB_179778","tr_customer_id":179796,"tr_customer_product_id":179786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:56:49.000Z","modified_at":"2026-02-07T13:56:49.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"105437494248890","imei1":"105437494248890","imei2":"105437494248890","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179780,"job_number":"JOB_179780","tr_customer_id":179798,"tr_customer_product_id":179788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:57:34.000Z","modified_at":"2026-02-07T13:57:34.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"101644197897408","imei1":"101644197897408","imei2":"101644197897408","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179782,"job_number":"JOB_179782","tr_customer_id":179800,"tr_customer_product_id":179790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:57:49.000Z","modified_at":"2026-02-07T13:57:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80197342314528","imei1":"80197342314528","imei2":"80197342314528","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179783,"job_number":"JOB_179783","tr_customer_id":179801,"tr_customer_product_id":179791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:57:50.000Z","modified_at":"2026-02-07T13:57:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74865510785288","imei1":"74865510785288","imei2":"74865510785288","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179784,"job_number":"JOB_179784","tr_customer_id":179802,"tr_customer_product_id":179792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:57:50.000Z","modified_at":"2026-02-07T13:57:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23879993314286","imei1":"23879993314286","imei2":"23879993314286","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179785,"job_number":"JOB_179785","tr_customer_id":179803,"tr_customer_product_id":179793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:57:50.000Z","modified_at":"2026-02-07T13:57:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90671915630309","imei1":"90671915630309","imei2":"90671915630309","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179786,"job_number":"JOB_179786","tr_customer_id":179804,"tr_customer_product_id":179794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:57:50.000Z","modified_at":"2026-02-07T13:57:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99651405795684","imei1":"99651405795684","imei2":"99651405795684","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179787,"job_number":"JOB_179787","tr_customer_id":179805,"tr_customer_product_id":179795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:57:51.000Z","modified_at":"2026-02-07T13:57:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75120866235680","imei1":"75120866235680","imei2":"75120866235680","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179790,"job_number":"JOB_179790","tr_customer_id":179808,"tr_customer_product_id":179798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:10.000Z","modified_at":"2026-02-07T13:58:10.000Z","name":"Erica Murphy","mobile_number":"474-301-4889","email_id":"Lindsey.Kunze@yahoo.com","dop":"2025-04-06","serial_number":"19382078984364150","imei1":"19382078984364150","imei2":"19382078984364150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179791,"job_number":"JOB_179791","tr_customer_id":179809,"tr_customer_product_id":179799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:19.000Z","modified_at":"2026-02-07T13:58:19.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"101095886854799","imei1":"101095886854799","imei2":"101095886854799","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179793,"job_number":"JOB_179793","tr_customer_id":179811,"tr_customer_product_id":179801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:21.000Z","modified_at":"2026-02-07T13:58:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61483953370915","imei1":"61483953370915","imei2":"61483953370915","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179794,"job_number":"JOB_179794","tr_customer_id":179812,"tr_customer_product_id":179802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:21.000Z","modified_at":"2026-02-07T13:58:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72465708230478","imei1":"72465708230478","imei2":"72465708230478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179795,"job_number":"JOB_179795","tr_customer_id":179813,"tr_customer_product_id":179803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:21.000Z","modified_at":"2026-02-07T13:58:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72036445300095","imei1":"72036445300095","imei2":"72036445300095","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179796,"job_number":"JOB_179796","tr_customer_id":179814,"tr_customer_product_id":179804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:21.000Z","modified_at":"2026-02-07T13:58:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27681940831746","imei1":"27681940831746","imei2":"27681940831746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179797,"job_number":"JOB_179797","tr_customer_id":179815,"tr_customer_product_id":179805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:22.000Z","modified_at":"2026-02-07T13:58:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44200937109396","imei1":"44200937109396","imei2":"44200937109396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179798,"job_number":"JOB_179798","tr_customer_id":179816,"tr_customer_product_id":179806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:22.000Z","modified_at":"2026-02-07T13:58:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53628638657337","imei1":"53628638657337","imei2":"53628638657337","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179800,"job_number":"JOB_179800","tr_customer_id":179818,"tr_customer_product_id":179808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:46.000Z","modified_at":"2026-02-07T13:58:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12491054265438","imei1":"12491054265438","imei2":"12491054265438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179802,"job_number":"JOB_179802","tr_customer_id":179820,"tr_customer_product_id":179810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:48.000Z","modified_at":"2026-02-07T13:58:48.000Z","name":"Alfreda Bode","mobile_number":"219-845-2959","email_id":"Dedrick38@gmail.com","dop":"2025-04-06","serial_number":"14991926659724624","imei1":"14991926659724624","imei2":"14991926659724624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179803,"job_number":"JOB_179803","tr_customer_id":179821,"tr_customer_product_id":179811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:52.000Z","modified_at":"2026-02-07T13:58:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78986230816917","imei1":"78986230816917","imei2":"78986230816917","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179804,"job_number":"JOB_179804","tr_customer_id":179822,"tr_customer_product_id":179812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:52.000Z","modified_at":"2026-02-07T13:58:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17567133662841","imei1":"17567133662841","imei2":"17567133662841","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179805,"job_number":"JOB_179805","tr_customer_id":179823,"tr_customer_product_id":179813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:52.000Z","modified_at":"2026-02-07T13:58:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75647471408227","imei1":"75647471408227","imei2":"75647471408227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179806,"job_number":"JOB_179806","tr_customer_id":179824,"tr_customer_product_id":179814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:53.000Z","modified_at":"2026-02-07T13:58:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47676785925660","imei1":"47676785925660","imei2":"47676785925660","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179807,"job_number":"JOB_179807","tr_customer_id":179825,"tr_customer_product_id":179815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:53.000Z","modified_at":"2026-02-07T13:58:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96124536369662","imei1":"96124536369662","imei2":"96124536369662","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179808,"job_number":"JOB_179808","tr_customer_id":179826,"tr_customer_product_id":179816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:53.000Z","modified_at":"2026-02-07T13:58:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84041227607680","imei1":"84041227607680","imei2":"84041227607680","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179811,"job_number":"JOB_179811","tr_customer_id":179829,"tr_customer_product_id":179819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:59:32.000Z","modified_at":"2026-02-07T13:59:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13891791021875","imei1":"13891791021875","imei2":"13891791021875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179813,"job_number":"JOB_179813","tr_customer_id":179831,"tr_customer_product_id":179821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:59:34.000Z","modified_at":"2026-02-07T13:59:34.000Z","name":"Josefina Kuphal","mobile_number":"480-293-7227","email_id":"Erna70@hotmail.com","dop":"2025-04-06","serial_number":"19684853209301836","imei1":"19684853209301836","imei2":"19684853209301836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179816,"job_number":"JOB_179816","tr_customer_id":179834,"tr_customer_product_id":179824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:00:17.000Z","modified_at":"2026-02-07T14:00:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18608847428354","imei1":"18608847428354","imei2":"18608847428354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179818,"job_number":"JOB_179818","tr_customer_id":179836,"tr_customer_product_id":179826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:00:19.000Z","modified_at":"2026-02-07T14:00:19.000Z","name":"Casper Lowe","mobile_number":"756-550-1903","email_id":"Lera.Turner@gmail.com","dop":"2025-04-06","serial_number":"12253186925813656","imei1":"12253186925813656","imei2":"12253186925813656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179828,"job_number":"JOB_179828","tr_customer_id":179846,"tr_customer_product_id":179836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:16:55.000Z","modified_at":"2026-02-07T14:16:55.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"69686298423837","imei1":"69686298423837","imei2":"69686298423837","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:16:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179829,"job_number":"JOB_179829","tr_customer_id":179847,"tr_customer_product_id":179837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:16:56.000Z","modified_at":"2026-02-07T14:16:56.000Z","name":"Brittany Hills","mobile_number":"646-931-0891","email_id":"Karelle_Paucek@gmail.com","dop":"2025-02-01","serial_number":"35193869516381","imei1":"35193869516381","imei2":"35193869516381","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:16:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179831,"job_number":"JOB_179831","tr_customer_id":179849,"tr_customer_product_id":179839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:17:37.000Z","modified_at":"2026-02-07T14:17:37.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"62636744085812","imei1":"62636744085812","imei2":"62636744085812","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179832,"job_number":"JOB_179832","tr_customer_id":179850,"tr_customer_product_id":179840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:17:38.000Z","modified_at":"2026-02-07T14:17:38.000Z","name":"Elton Skiles","mobile_number":"529-757-1111","email_id":"Robyn.Weber10@hotmail.com","dop":"2025-02-01","serial_number":"41908874477162","imei1":"41908874477162","imei2":"41908874477162","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179833,"job_number":"JOB_179833","tr_customer_id":179851,"tr_customer_product_id":179841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:17:39.000Z","modified_at":"2026-02-07T14:17:39.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"49812290296665496","imei1":"49812290296665496","imei2":"49812290296665496","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:17:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179835,"job_number":"JOB_179835","tr_customer_id":179853,"tr_customer_product_id":179843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:18:18.000Z","modified_at":"2026-02-07T14:18:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17669976368062","imei1":"17669976368062","imei2":"17669976368062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:18:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179837,"job_number":"JOB_179837","tr_customer_id":179855,"tr_customer_product_id":179845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:18:19.000Z","modified_at":"2026-02-07T14:18:19.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"76402392931279","imei1":"76402392931279","imei2":"76402392931279","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179838,"job_number":"JOB_179838","tr_customer_id":179856,"tr_customer_product_id":179846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:18:20.000Z","modified_at":"2026-02-07T14:18:20.000Z","name":"Abdiel O'Keefe","mobile_number":"370-491-0493","email_id":"Damian_Pouros32@hotmail.com","dop":"2025-02-01","serial_number":"44367161650304","imei1":"44367161650304","imei2":"44367161650304","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179839,"job_number":"JOB_179839","tr_customer_id":179857,"tr_customer_product_id":179847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:18:20.000Z","modified_at":"2026-02-07T14:18:20.000Z","name":"Annamae VonRueden","mobile_number":"757-671-2270","email_id":"Geoffrey89@hotmail.com","dop":"2025-04-06","serial_number":"15897574014852978","imei1":"15897574014852978","imei2":"15897574014852978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179841,"job_number":"JOB_179841","tr_customer_id":179859,"tr_customer_product_id":179849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:19:04.000Z","modified_at":"2026-02-07T14:19:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19841665199194","imei1":"19841665199194","imei2":"19841665199194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179843,"job_number":"JOB_179843","tr_customer_id":179861,"tr_customer_product_id":179851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:19:06.000Z","modified_at":"2026-02-07T14:19:06.000Z","name":"Macie Kuphal","mobile_number":"561-602-3776","email_id":"Araceli.Pouros@gmail.com","dop":"2025-04-06","serial_number":"13480254744012844","imei1":"13480254744012844","imei2":"13480254744012844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179844,"job_number":"JOB_179844","tr_customer_id":179862,"tr_customer_product_id":179852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:19:38.000Z","modified_at":"2026-02-07T14:19:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16344374818104","imei1":"16344374818104","imei2":"16344374818104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179846,"job_number":"JOB_179846","tr_customer_id":179864,"tr_customer_product_id":179854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:19:40.000Z","modified_at":"2026-02-07T14:19:40.000Z","name":"Velma Dooley","mobile_number":"843-648-5891","email_id":"Emiliano.Erdman82@hotmail.com","dop":"2025-04-06","serial_number":"16352594402596680","imei1":"16352594402596680","imei2":"16352594402596680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179847,"job_number":"JOB_179847","tr_customer_id":179865,"tr_customer_product_id":179855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:19:50.000Z","modified_at":"2026-02-07T14:19:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12453511560258","imei1":"12453511560258","imei2":"12453511560258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179849,"job_number":"JOB_179849","tr_customer_id":179867,"tr_customer_product_id":179857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:19:52.000Z","modified_at":"2026-02-07T14:19:52.000Z","name":"Eden Medhurst","mobile_number":"330-871-1765","email_id":"Charles46@yahoo.com","dop":"2025-04-06","serial_number":"12148713613684306","imei1":"12148713613684306","imei2":"12148713613684306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179850,"job_number":"JOB_179850","tr_customer_id":179868,"tr_customer_product_id":179858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:20:21.000Z","modified_at":"2026-02-07T14:20:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15131948662201","imei1":"15131948662201","imei2":"15131948662201","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179852,"job_number":"JOB_179852","tr_customer_id":179870,"tr_customer_product_id":179860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:20:22.000Z","modified_at":"2026-02-07T14:20:22.000Z","name":"Imelda Nolan","mobile_number":"828-326-7733","email_id":"Bradley_OReilly@gmail.com","dop":"2025-04-06","serial_number":"14351926079321682","imei1":"14351926079321682","imei2":"14351926079321682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179853,"job_number":"JOB_179853","tr_customer_id":179871,"tr_customer_product_id":179861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:20:36.000Z","modified_at":"2026-02-07T14:20:36.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10685825078408","imei1":"10685825078408","imei2":"10685825078408","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179855,"job_number":"JOB_179855","tr_customer_id":179873,"tr_customer_product_id":179863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:20:36.000Z","modified_at":"2026-02-07T14:20:36.000Z","name":"Osborne Stracke","mobile_number":"817-599-8884","email_id":"Rory_Leffler54@hotmail.com","dop":"2025-06-18","serial_number":"1086612149015004","imei1":"1086612149015004","imei2":"1086612149015004","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179856,"job_number":"JOB_179856","tr_customer_id":179874,"tr_customer_product_id":179864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:21:03.000Z","modified_at":"2026-02-07T14:21:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15596846481310","imei1":"15596846481310","imei2":"15596846481310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179858,"job_number":"JOB_179858","tr_customer_id":179876,"tr_customer_product_id":179866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:21:05.000Z","modified_at":"2026-02-07T14:21:05.000Z","name":"Eliane Dickens","mobile_number":"355-231-7577","email_id":"Darlene83@gmail.com","dop":"2025-04-06","serial_number":"19687423628870456","imei1":"19687423628870456","imei2":"19687423628870456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179859,"job_number":"JOB_179859","tr_customer_id":179877,"tr_customer_product_id":179867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:21:21.000Z","modified_at":"2026-02-07T14:21:21.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10724246016562","imei1":"10724246016562","imei2":"10724246016562","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179861,"job_number":"JOB_179861","tr_customer_id":179879,"tr_customer_product_id":179869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:21:22.000Z","modified_at":"2026-02-07T14:21:22.000Z","name":"Isai Hessel","mobile_number":"205-326-1253","email_id":"Susanna.Stroman@gmail.com","dop":"2025-06-18","serial_number":"1003279534527791","imei1":"1003279534527791","imei2":"1003279534527791","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179872,"job_number":"JOB_179872","tr_customer_id":179890,"tr_customer_product_id":179880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:27.000Z","modified_at":"2026-02-07T14:23:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13339336718566","imei1":"13339336718566","imei2":"13339336718566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179874,"job_number":"JOB_179874","tr_customer_id":179892,"tr_customer_product_id":179882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:29.000Z","modified_at":"2026-02-07T14:23:29.000Z","name":"Dorothy Langosh","mobile_number":"997-908-5833","email_id":"Norberto_Haley@yahoo.com","dop":"2025-04-06","serial_number":"16556055149962738","imei1":"16556055149962738","imei2":"16556055149962738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179875,"job_number":"JOB_179875","tr_customer_id":179893,"tr_customer_product_id":179883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:38.000Z","modified_at":"2026-02-07T14:23:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12978082268609","imei1":"12978082268609","imei2":"12978082268609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179877,"job_number":"JOB_179877","tr_customer_id":179895,"tr_customer_product_id":179885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:40.000Z","modified_at":"2026-02-07T14:23:40.000Z","name":"Myrtis Shanahan","mobile_number":"916-896-8571","email_id":"Vita33@yahoo.com","dop":"2025-04-06","serial_number":"12143421542966584","imei1":"12143421542966584","imei2":"12143421542966584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179881,"job_number":"JOB_179881","tr_customer_id":179899,"tr_customer_product_id":179889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:12.000Z","modified_at":"2026-02-07T14:24:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17262316571497","imei1":"17262316571497","imei2":"17262316571497","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179883,"job_number":"JOB_179883","tr_customer_id":179901,"tr_customer_product_id":179891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:13.000Z","modified_at":"2026-02-07T14:24:13.000Z","name":"Justyn Legros","mobile_number":"629-525-7289","email_id":"Kayli.Lynch@gmail.com","dop":"2025-04-06","serial_number":"13577300721050332","imei1":"13577300721050332","imei2":"13577300721050332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179884,"job_number":"JOB_179884","tr_customer_id":179902,"tr_customer_product_id":179892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:25.000Z","modified_at":"2026-02-07T14:24:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16353005958443","imei1":"16353005958443","imei2":"16353005958443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179886,"job_number":"JOB_179886","tr_customer_id":179904,"tr_customer_product_id":179894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:26.000Z","modified_at":"2026-02-07T14:24:26.000Z","name":"Tad Hermann","mobile_number":"711-873-9036","email_id":"Neva_Kerluke57@gmail.com","dop":"2025-04-06","serial_number":"14067378688247380","imei1":"14067378688247380","imei2":"14067378688247380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179887,"job_number":"JOB_179887","tr_customer_id":179905,"tr_customer_product_id":179895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:42.000Z","modified_at":"2026-02-07T14:24:42.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"17677032421116","imei1":"17677032421116","imei2":"17677032421116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179889,"job_number":"JOB_179889","tr_customer_id":179907,"tr_customer_product_id":179897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:44.000Z","modified_at":"2026-02-07T14:24:44.000Z","name":"Karelle Littel","mobile_number":"753-242-1579","email_id":"Louvenia.Gulgowski@yahoo.com","dop":"2025-04-06","serial_number":"14722440668384786","imei1":"14722440668384786","imei2":"14722440668384786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179890,"job_number":"JOB_179890","tr_customer_id":179908,"tr_customer_product_id":179898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:56.000Z","modified_at":"2026-02-07T14:24:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10282060018464","imei1":"10282060018464","imei2":"10282060018464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179892,"job_number":"JOB_179892","tr_customer_id":179910,"tr_customer_product_id":179900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:57.000Z","modified_at":"2026-02-07T14:24:57.000Z","name":"Branson Gulgowski","mobile_number":"443-324-7150","email_id":"Marshall.Gibson@gmail.com","dop":"2025-04-06","serial_number":"17965865995249696","imei1":"17965865995249696","imei2":"17965865995249696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179893,"job_number":"JOB_179893","tr_customer_id":179911,"tr_customer_product_id":179901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:01.000Z","modified_at":"2026-02-07T14:25:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17194438240124","imei1":"17194438240124","imei2":"17194438240124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179895,"job_number":"JOB_179895","tr_customer_id":179913,"tr_customer_product_id":179903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:03.000Z","modified_at":"2026-02-07T14:25:03.000Z","name":"Antonina Pollich","mobile_number":"723-557-2404","email_id":"Gillian_Sanford49@yahoo.com","dop":"2025-04-06","serial_number":"13202264638513286","imei1":"13202264638513286","imei2":"13202264638513286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179896,"job_number":"JOB_179896","tr_customer_id":179914,"tr_customer_product_id":179904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:11.000Z","modified_at":"2026-02-07T14:25:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13296011689171","imei1":"13296011689171","imei2":"13296011689171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179898,"job_number":"JOB_179898","tr_customer_id":179916,"tr_customer_product_id":179906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:13.000Z","modified_at":"2026-02-07T14:25:13.000Z","name":"Herminio Pollich","mobile_number":"484-798-5406","email_id":"Jamar_Moore59@yahoo.com","dop":"2025-04-06","serial_number":"17477339079513796","imei1":"17477339079513796","imei2":"17477339079513796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179899,"job_number":"JOB_179899","tr_customer_id":179917,"tr_customer_product_id":179907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:26.000Z","modified_at":"2026-02-07T14:25:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10498188361992","imei1":"10498188361992","imei2":"10498188361992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179901,"job_number":"JOB_179901","tr_customer_id":179919,"tr_customer_product_id":179909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:27.000Z","modified_at":"2026-02-07T14:25:27.000Z","name":"Deangelo Trantow","mobile_number":"281-207-2057","email_id":"Connor_Bergstrom55@gmail.com","dop":"2025-04-06","serial_number":"10903781831504018","imei1":"10903781831504018","imei2":"10903781831504018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179902,"job_number":"JOB_179902","tr_customer_id":179920,"tr_customer_product_id":179910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:45.000Z","modified_at":"2026-02-07T14:25:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10968880640962","imei1":"10968880640962","imei2":"10968880640962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179904,"job_number":"JOB_179904","tr_customer_id":179922,"tr_customer_product_id":179912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:47.000Z","modified_at":"2026-02-07T14:25:47.000Z","name":"Thelma Mante","mobile_number":"662-440-3870","email_id":"Elmira.Durgan40@gmail.com","dop":"2025-04-06","serial_number":"19777426392199464","imei1":"19777426392199464","imei2":"19777426392199464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179905,"job_number":"JOB_179905","tr_customer_id":179923,"tr_customer_product_id":179913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:26:09.000Z","modified_at":"2026-02-07T14:26:09.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19831076569840","imei1":"19831076569840","imei2":"19831076569840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179907,"job_number":"JOB_179907","tr_customer_id":179925,"tr_customer_product_id":179915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:26:11.000Z","modified_at":"2026-02-07T14:26:11.000Z","name":"Hunter Feest","mobile_number":"652-382-6937","email_id":"Leslie31@gmail.com","dop":"2025-04-06","serial_number":"18220027528791916","imei1":"18220027528791916","imei2":"18220027528791916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179908,"job_number":"JOB_179908","tr_customer_id":179926,"tr_customer_product_id":179916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:26:29.000Z","modified_at":"2026-02-07T14:26:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10557094603184","imei1":"10557094603184","imei2":"10557094603184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179910,"job_number":"JOB_179910","tr_customer_id":179928,"tr_customer_product_id":179918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:26:31.000Z","modified_at":"2026-02-07T14:26:31.000Z","name":"Kitty Corwin","mobile_number":"891-870-1578","email_id":"Furman29@gmail.com","dop":"2025-04-06","serial_number":"10191219237419784","imei1":"10191219237419784","imei2":"10191219237419784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179912,"job_number":"JOB_179912","tr_customer_id":179930,"tr_customer_product_id":179920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:26:41.000Z","modified_at":"2026-02-07T14:26:41.000Z","name":"Trisha Beer","mobile_number":"343-257-3781","email_id":"Jammie_Spencer88@hotmail.com","dop":"2025-04-06","serial_number":"13021824538298464","imei1":"13021824538298464","imei2":"13021824538298464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179914,"job_number":"JOB_179914","tr_customer_id":179932,"tr_customer_product_id":179922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:27:31.000Z","modified_at":"2026-02-07T14:27:31.000Z","name":"Mollie Wunsch","mobile_number":"760-887-7894","email_id":"Renee.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"18167121442323150","imei1":"18167121442323150","imei2":"18167121442323150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179918,"job_number":"JOB_179918","tr_customer_id":179936,"tr_customer_product_id":179926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:28:35.000Z","modified_at":"2026-02-07T14:28:35.000Z","name":"Chris Mraz","mobile_number":"511-595-7759","email_id":"Jaclyn64@yahoo.com","dop":"2025-12-31","serial_number":"54047967060051","imei1":"54047967060051","imei2":"54047967060051","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179919,"job_number":"JOB_179919","tr_customer_id":179937,"tr_customer_product_id":179927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:29:42.000Z","modified_at":"2026-02-07T14:29:42.000Z","name":"Chris Mraz","mobile_number":"511-595-7759","email_id":"Jaclyn64@yahoo.com","dop":"2025-12-31","serial_number":"31286052489919","imei1":"31286052489919","imei2":"31286052489919","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:29:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179921,"job_number":"JOB_179921","tr_customer_id":179939,"tr_customer_product_id":179929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:30:24.000Z","modified_at":"2026-02-07T14:30:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10028868335117","imei1":"10028868335117","imei2":"10028868335117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179923,"job_number":"JOB_179923","tr_customer_id":179941,"tr_customer_product_id":179931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:30:25.000Z","modified_at":"2026-02-07T14:30:25.000Z","name":"Sallie Murray","mobile_number":"418-943-5134","email_id":"Otho11@yahoo.com","dop":"2025-04-06","serial_number":"17570116585958636","imei1":"17570116585958636","imei2":"17570116585958636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179924,"job_number":"JOB_179924","tr_customer_id":179942,"tr_customer_product_id":179932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:30:25.000Z","modified_at":"2026-02-07T14:30:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10597829378533","imei1":"10597829378533","imei2":"10597829378533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179926,"job_number":"JOB_179926","tr_customer_id":179944,"tr_customer_product_id":179934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:30:27.000Z","modified_at":"2026-02-07T14:30:27.000Z","name":"Judah Reynolds","mobile_number":"650-410-7153","email_id":"Bradley_Rowe@yahoo.com","dop":"2025-04-06","serial_number":"18717348275784724","imei1":"18717348275784724","imei2":"18717348275784724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:30:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179927,"job_number":"JOB_179927","tr_customer_id":179945,"tr_customer_product_id":179935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:30:53.000Z","modified_at":"2026-02-07T14:30:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13087597905801","imei1":"13087597905801","imei2":"13087597905801","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:30:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179929,"job_number":"JOB_179929","tr_customer_id":179947,"tr_customer_product_id":179937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:30:55.000Z","modified_at":"2026-02-07T14:30:55.000Z","name":"Lukas Feeney","mobile_number":"793-913-5553","email_id":"Maxie.VonRueden81@yahoo.com","dop":"2025-04-06","serial_number":"11781449194715380","imei1":"11781449194715380","imei2":"11781449194715380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:30:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179930,"job_number":"JOB_179930","tr_customer_id":179948,"tr_customer_product_id":179938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:08.000Z","modified_at":"2026-02-07T14:31:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10638823989728","imei1":"10638823989728","imei2":"10638823989728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179932,"job_number":"JOB_179932","tr_customer_id":179950,"tr_customer_product_id":179940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:09.000Z","modified_at":"2026-02-07T14:31:09.000Z","name":"Ewell Kirlin","mobile_number":"947-789-8031","email_id":"Urban_Schmitt@hotmail.com","dop":"2025-04-06","serial_number":"17015083960993862","imei1":"17015083960993862","imei2":"17015083960993862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179933,"job_number":"JOB_179933","tr_customer_id":179951,"tr_customer_product_id":179941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:12.000Z","modified_at":"2026-02-07T14:31:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11201097543183","imei1":"11201097543183","imei2":"11201097543183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179935,"job_number":"JOB_179935","tr_customer_id":179953,"tr_customer_product_id":179943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:13.000Z","modified_at":"2026-02-07T14:31:13.000Z","name":"Mckenzie Cruickshank","mobile_number":"974-884-6589","email_id":"Joy.Sawayn@gmail.com","dop":"2025-04-06","serial_number":"11351553507756434","imei1":"11351553507756434","imei2":"11351553507756434","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179939,"job_number":"JOB_179939","tr_customer_id":179957,"tr_customer_product_id":179947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:37.000Z","modified_at":"2026-02-07T14:31:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17470234332150","imei1":"17470234332150","imei2":"17470234332150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179941,"job_number":"JOB_179941","tr_customer_id":179959,"tr_customer_product_id":179949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:39.000Z","modified_at":"2026-02-07T14:31:39.000Z","name":"Wilfred Hammes","mobile_number":"297-765-7722","email_id":"Jamaal1@hotmail.com","dop":"2025-04-06","serial_number":"15712596247253712","imei1":"15712596247253712","imei2":"15712596247253712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179943,"job_number":"JOB_179943","tr_customer_id":179961,"tr_customer_product_id":179951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:42.000Z","modified_at":"2026-02-07T14:31:42.000Z","name":"Ike Grant","mobile_number":"523-456-1908","email_id":"Ashley_Durgan32@gmail.com","dop":"2025-04-06","serial_number":"14843498387535196","imei1":"14843498387535196","imei2":"14843498387535196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179946,"job_number":"JOB_179946","tr_customer_id":179964,"tr_customer_product_id":179954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:52.000Z","modified_at":"2026-02-07T14:31:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16771628690020","imei1":"16771628690020","imei2":"16771628690020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179949,"job_number":"JOB_179949","tr_customer_id":179967,"tr_customer_product_id":179957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:53.000Z","modified_at":"2026-02-07T14:31:53.000Z","name":"Nolan Aufderhar","mobile_number":"767-571-6865","email_id":"Malika.Dicki@hotmail.com","dop":"2025-04-06","serial_number":"19289965423529750","imei1":"19289965423529750","imei2":"19289965423529750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179950,"job_number":"JOB_179950","tr_customer_id":179968,"tr_customer_product_id":179958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:58.000Z","modified_at":"2026-02-07T14:31:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15967046338331","imei1":"15967046338331","imei2":"15967046338331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179952,"job_number":"JOB_179952","tr_customer_id":179970,"tr_customer_product_id":179960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:59.000Z","modified_at":"2026-02-07T14:31:59.000Z","name":"Heidi Ledner","mobile_number":"528-349-8027","email_id":"Roderick57@hotmail.com","dop":"2025-04-06","serial_number":"10496183210670822","imei1":"10496183210670822","imei2":"10496183210670822","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179956,"job_number":"JOB_179956","tr_customer_id":179974,"tr_customer_product_id":179964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:32:22.000Z","modified_at":"2026-02-07T14:32:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10474229923489","imei1":"10474229923489","imei2":"10474229923489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179958,"job_number":"JOB_179958","tr_customer_id":179976,"tr_customer_product_id":179966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:32:23.000Z","modified_at":"2026-02-07T14:32:23.000Z","name":"Celine Gutmann","mobile_number":"476-938-3868","email_id":"Devon71@yahoo.com","dop":"2025-04-06","serial_number":"12585103844422848","imei1":"12585103844422848","imei2":"12585103844422848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:32:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179960,"job_number":"JOB_179960","tr_customer_id":179978,"tr_customer_product_id":179968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:33:07.000Z","modified_at":"2026-02-07T14:33:07.000Z","name":"Linnea Grimes","mobile_number":"831-732-2320","email_id":"Anahi_Boehm62@gmail.com","dop":"2025-04-06","serial_number":"14261160538611022","imei1":"14261160538611022","imei2":"14261160538611022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:33:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179961,"job_number":"JOB_179961","tr_customer_id":179979,"tr_customer_product_id":179969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:33:26.000Z","modified_at":"2026-02-07T14:33:26.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"14755942165979","imei1":"14755942165979","imei2":"14755942165979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179963,"job_number":"JOB_179963","tr_customer_id":179981,"tr_customer_product_id":179971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:33:28.000Z","modified_at":"2026-02-07T14:33:28.000Z","name":"Cleora Steuber","mobile_number":"880-842-5832","email_id":"John11@gmail.com","dop":"2025-04-06","serial_number":"11275240517500858","imei1":"11275240517500858","imei2":"11275240517500858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179964,"job_number":"JOB_179964","tr_customer_id":179982,"tr_customer_product_id":179972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:33:29.000Z","modified_at":"2026-02-07T14:33:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13191503912354","imei1":"13191503912354","imei2":"13191503912354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179966,"job_number":"JOB_179966","tr_customer_id":179984,"tr_customer_product_id":179974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:33:31.000Z","modified_at":"2026-02-07T14:33:31.000Z","name":"Domenic King","mobile_number":"999-446-5457","email_id":"Broderick.Mraz@gmail.com","dop":"2025-04-06","serial_number":"17846747714933244","imei1":"17846747714933244","imei2":"17846747714933244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:33:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179967,"job_number":"JOB_179967","tr_customer_id":179985,"tr_customer_product_id":179975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:33:34.000Z","modified_at":"2026-02-07T14:33:34.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19877067256788","imei1":"19877067256788","imei2":"19877067256788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179969,"job_number":"JOB_179969","tr_customer_id":179987,"tr_customer_product_id":179977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:33:36.000Z","modified_at":"2026-02-07T14:33:36.000Z","name":"Billy Dickinson","mobile_number":"579-587-4729","email_id":"Savanah.Ferry@hotmail.com","dop":"2025-04-06","serial_number":"13280507033572006","imei1":"13280507033572006","imei2":"13280507033572006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179970,"job_number":"JOB_179970","tr_customer_id":179988,"tr_customer_product_id":179978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:11.000Z","modified_at":"2026-02-07T14:34:11.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"17339693103664","imei1":"17339693103664","imei2":"17339693103664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179972,"job_number":"JOB_179972","tr_customer_id":179990,"tr_customer_product_id":179980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:13.000Z","modified_at":"2026-02-07T14:34:13.000Z","name":"Misael Green","mobile_number":"590-221-6859","email_id":"Sheridan_Wiegand29@gmail.com","dop":"2025-04-06","serial_number":"10657428343882878","imei1":"10657428343882878","imei2":"10657428343882878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179973,"job_number":"JOB_179973","tr_customer_id":179991,"tr_customer_product_id":179981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:13.000Z","modified_at":"2026-02-07T14:34:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18666875592540","imei1":"18666875592540","imei2":"18666875592540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179975,"job_number":"JOB_179975","tr_customer_id":179993,"tr_customer_product_id":179983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:15.000Z","modified_at":"2026-02-07T14:34:15.000Z","name":"Shyanne Schmidt","mobile_number":"497-785-5439","email_id":"Norwood.Wintheiser@gmail.com","dop":"2025-04-06","serial_number":"13119084697732956","imei1":"13119084697732956","imei2":"13119084697732956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179976,"job_number":"JOB_179976","tr_customer_id":179994,"tr_customer_product_id":179984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:18.000Z","modified_at":"2026-02-07T14:34:18.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10869083313235","imei1":"10869083313235","imei2":"10869083313235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179978,"job_number":"JOB_179978","tr_customer_id":179996,"tr_customer_product_id":179986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:20.000Z","modified_at":"2026-02-07T14:34:20.000Z","name":"Garrett Abshire","mobile_number":"589-939-0321","email_id":"Al.Torphy@yahoo.com","dop":"2025-04-06","serial_number":"19425684183535516","imei1":"19425684183535516","imei2":"19425684183535516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179980,"job_number":"JOB_179980","tr_customer_id":179998,"tr_customer_product_id":179988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:44.000Z","modified_at":"2026-02-07T14:34:44.000Z","name":"Loyce Gibson","mobile_number":"239-334-8213","email_id":"Ima.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"15971644494192478","imei1":"15971644494192478","imei2":"15971644494192478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179981,"job_number":"JOB_179981","tr_customer_id":179999,"tr_customer_product_id":179989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:47.000Z","modified_at":"2026-02-07T14:34:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12712294373902","imei1":"12712294373902","imei2":"12712294373902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179984,"job_number":"JOB_179984","tr_customer_id":180002,"tr_customer_product_id":179992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:49.000Z","modified_at":"2026-02-07T14:34:49.000Z","name":"Birdie Monahan","mobile_number":"836-274-7428","email_id":"Kyla.Kulas12@yahoo.com","dop":"2025-04-06","serial_number":"13659286019872754","imei1":"13659286019872754","imei2":"13659286019872754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179985,"job_number":"JOB_179985","tr_customer_id":180003,"tr_customer_product_id":179993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:55.000Z","modified_at":"2026-02-07T14:34:55.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"16089875177517","imei1":"16089875177517","imei2":"16089875177517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179987,"job_number":"JOB_179987","tr_customer_id":180005,"tr_customer_product_id":179995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:57.000Z","modified_at":"2026-02-07T14:34:57.000Z","name":"Vesta Koepp","mobile_number":"713-963-3553","email_id":"Tess_Lindgren65@gmail.com","dop":"2025-04-06","serial_number":"13483468307119410","imei1":"13483468307119410","imei2":"13483468307119410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179988,"job_number":"JOB_179988","tr_customer_id":180006,"tr_customer_product_id":179996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:57.000Z","modified_at":"2026-02-07T14:34:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15501906620958","imei1":"15501906620958","imei2":"15501906620958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179990,"job_number":"JOB_179990","tr_customer_id":180008,"tr_customer_product_id":179998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:59.000Z","modified_at":"2026-02-07T14:34:59.000Z","name":"Euna Hills","mobile_number":"850-216-4179","email_id":"Kaleigh_Kub40@gmail.com","dop":"2025-04-06","serial_number":"18176282408519720","imei1":"18176282408519720","imei2":"18176282408519720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179992,"job_number":"JOB_179992","tr_customer_id":180010,"tr_customer_product_id":180000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:35:03.000Z","modified_at":"2026-02-07T14:35:03.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"17931745927329","imei1":"17931745927329","imei2":"17931745927329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:35:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179994,"job_number":"JOB_179994","tr_customer_id":180012,"tr_customer_product_id":180002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:35:04.000Z","modified_at":"2026-02-07T14:35:04.000Z","name":"Leanne Kilback","mobile_number":"991-388-4949","email_id":"Kaycee_Ullrich74@yahoo.com","dop":"2025-04-06","serial_number":"18612269244048068","imei1":"18612269244048068","imei2":"18612269244048068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179996,"job_number":"JOB_179996","tr_customer_id":180014,"tr_customer_product_id":180004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:35:34.000Z","modified_at":"2026-02-07T14:35:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13107571381083","imei1":"13107571381083","imei2":"13107571381083","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:35:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179998,"job_number":"JOB_179998","tr_customer_id":180016,"tr_customer_product_id":180006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:35:36.000Z","modified_at":"2026-02-07T14:35:36.000Z","name":"Cassandra Beer","mobile_number":"520-813-4978","email_id":"Jonathon57@yahoo.com","dop":"2025-04-06","serial_number":"18235699858369040","imei1":"18235699858369040","imei2":"18235699858369040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:35:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179999,"job_number":"JOB_179999","tr_customer_id":180017,"tr_customer_product_id":180007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:36:21.000Z","modified_at":"2026-02-07T14:36:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19281630460404","imei1":"19281630460404","imei2":"19281630460404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180001,"job_number":"JOB_180001","tr_customer_id":180019,"tr_customer_product_id":180009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:36:23.000Z","modified_at":"2026-02-07T14:36:23.000Z","name":"Maxine Marquardt","mobile_number":"786-979-4982","email_id":"Dannie8@hotmail.com","dop":"2025-04-06","serial_number":"15756686813330044","imei1":"15756686813330044","imei2":"15756686813330044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180002,"job_number":"JOB_180002","tr_customer_id":180020,"tr_customer_product_id":180010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:39:10.000Z","modified_at":"2026-02-07T14:39:10.000Z","name":"Francisco Howell","mobile_number":"584-613-6947","email_id":"Danyka28@gmail.com","dop":"2025-12-31","serial_number":"39800882565467","imei1":"39800882565467","imei2":"39800882565467","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180003,"job_number":"JOB_180003","tr_customer_id":180021,"tr_customer_product_id":180011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:50:32.000Z","modified_at":"2026-02-07T14:50:32.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12174386357198","imei1":"12174386357198","imei2":"12174386357198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180005,"job_number":"JOB_180005","tr_customer_id":180023,"tr_customer_product_id":180013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:50:33.000Z","modified_at":"2026-02-07T14:50:33.000Z","name":"Boyd Sauer","mobile_number":"645-339-0561","email_id":"Maude_Herzog34@yahoo.com","dop":"2025-04-06","serial_number":"11669271952899258","imei1":"11669271952899258","imei2":"11669271952899258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180006,"job_number":"JOB_180006","tr_customer_id":180024,"tr_customer_product_id":180014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:51:16.000Z","modified_at":"2026-02-07T14:51:16.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16699540337421","imei1":"16699540337421","imei2":"16699540337421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180008,"job_number":"JOB_180008","tr_customer_id":180026,"tr_customer_product_id":180016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:51:18.000Z","modified_at":"2026-02-07T14:51:18.000Z","name":"Constantin Romaguera","mobile_number":"823-557-9266","email_id":"Gideon33@gmail.com","dop":"2025-04-06","serial_number":"17557954057313284","imei1":"17557954057313284","imei2":"17557954057313284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180009,"job_number":"JOB_180009","tr_customer_id":180027,"tr_customer_product_id":180017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T15:37:27.000Z","modified_at":"2026-02-07T15:37:27.000Z","name":"qwsad qawer","mobile_number":"1234567891","email_id":"qwsd@gmail.com","dop":"2026-02-01","serial_number":"12345678998765","imei1":"12345678998765","imei2":"12345678998765","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T15:37:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180011,"job_number":"JOB_180011","tr_customer_id":180029,"tr_customer_product_id":180019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T15:45:17.000Z","modified_at":"2026-02-07T15:45:17.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108315204092296","imei1":"108315204092296","imei2":"108315204092296","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T15:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180013,"job_number":"JOB_180013","tr_customer_id":180031,"tr_customer_product_id":180021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T15:45:29.000Z","modified_at":"2026-02-07T15:45:29.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"102080507517218","imei1":"102080507517218","imei2":"102080507517218","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T15:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180015,"job_number":"JOB_180015","tr_customer_id":180033,"tr_customer_product_id":180023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T15:48:01.000Z","modified_at":"2026-02-07T15:48:01.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-02-07","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-02-07T15:48:00.660Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T15:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180017,"job_number":"JOB_180017","tr_customer_id":180035,"tr_customer_product_id":180025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T15:58:55.000Z","modified_at":"2026-02-07T15:58:55.000Z","name":"Leatha Streich","mobile_number":"452-773-5968","email_id":"Jayden90@gmail.com","dop":"2025-10-06","serial_number":"14992574095008138","imei1":"14992574095008138","imei2":"14992574095008138","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T15:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180018,"job_number":"JOB_180018","tr_customer_id":180036,"tr_customer_product_id":180026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:48:49.000Z","modified_at":"2026-02-07T16:48:49.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2026-01-28","serial_number":"27700110461109","imei1":"27700110461109","imei2":"27700110461109","popurl":"2026-01-28T16:48:38.449166200Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180019,"job_number":"JOB_180019","tr_customer_id":180037,"tr_customer_product_id":180027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:53:14.000Z","modified_at":"2026-02-07T16:53:14.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2026-01-28","serial_number":"27700110461110","imei1":"27700110461110","imei2":"27700110461110","popurl":"2026-01-28T16:53:03.395594600Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180020,"job_number":"JOB_180020","tr_customer_id":180038,"tr_customer_product_id":180028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:54:40.000Z","modified_at":"2026-02-07T16:54:40.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-01-28","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-01-28T16:54:40.028662261Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180021,"job_number":"JOB_180021","tr_customer_id":180039,"tr_customer_product_id":180029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:55:54.000Z","modified_at":"2026-02-07T16:55:54.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-28","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-28T16:55:54.512746744Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180022,"job_number":"JOB_180022","tr_customer_id":180040,"tr_customer_product_id":180030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:56:17.000Z","modified_at":"2026-02-07T16:56:17.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-28","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-01-28T16:56:17.489191022Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180023,"job_number":"JOB_180023","tr_customer_id":180041,"tr_customer_product_id":180031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:56:18.000Z","modified_at":"2026-02-07T16:56:18.000Z","name":"Devdan Dhawan","mobile_number":"7056071378","email_id":"guru.gandhi@hotmail.com","dop":"2026-01-28","serial_number":"837471300831085","imei1":"837471300831085","imei2":"837471300831085","popurl":"www.ajeet-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180024,"job_number":"JOB_180024","tr_customer_id":180042,"tr_customer_product_id":180032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:56:19.000Z","modified_at":"2026-02-07T16:56:19.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-28","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-01-28T16:56:19.006873257Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180025,"job_number":"JOB_180025","tr_customer_id":180043,"tr_customer_product_id":180033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:56:20.000Z","modified_at":"2026-02-07T16:56:20.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-28","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-01-28T16:56:19.650453261Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180026,"job_number":"JOB_180026","tr_customer_id":180044,"tr_customer_product_id":180034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:57:32.000Z","modified_at":"2026-02-07T16:57:32.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-28","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-28T16:57:31.616676362Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180027,"job_number":"JOB_180027","tr_customer_id":180045,"tr_customer_product_id":180035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:57:44.000Z","modified_at":"2026-02-07T16:57:44.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-28","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-28T16:57:43.279591798Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180028,"job_number":"JOB_180028","tr_customer_id":180046,"tr_customer_product_id":180036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:57:49.000Z","modified_at":"2026-02-07T16:57:49.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-28","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-28T16:57:49.012377921Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180029,"job_number":"JOB_180029","tr_customer_id":180047,"tr_customer_product_id":180037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:59:27.000Z","modified_at":"2026-02-07T16:59:27.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"91316736434051","imei1":"91316736434051","imei2":"91316736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180030,"job_number":"JOB_180030","tr_customer_id":180048,"tr_customer_product_id":180038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:01:40.000Z","modified_at":"2026-02-07T17:01:40.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-01-28","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-01-28T17:01:39.927535244Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180031,"job_number":"JOB_180031","tr_customer_id":180049,"tr_customer_product_id":180039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:04:59.000Z","modified_at":"2026-02-07T17:04:59.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"21316736434051","imei1":"21316736434051","imei2":"21316736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180032,"job_number":"JOB_180032","tr_customer_id":180050,"tr_customer_product_id":180040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:07:42.000Z","modified_at":"2026-02-07T17:07:42.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"22316736434051","imei1":"22316736434051","imei2":"22316736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:07:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180033,"job_number":"JOB_180033","tr_customer_id":180051,"tr_customer_product_id":180041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:10:35.000Z","modified_at":"2026-02-07T17:10:35.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"22016736434051","imei1":"22016736434051","imei2":"22016736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:10:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180034,"job_number":"JOB_180034","tr_customer_id":180052,"tr_customer_product_id":180042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:13:45.000Z","modified_at":"2026-02-07T17:13:45.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"22006736434051","imei1":"22006736434051","imei2":"22006736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:13:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180035,"job_number":"JOB_180035","tr_customer_id":180053,"tr_customer_product_id":180043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:50:53.000Z","modified_at":"2026-02-07T17:50:53.000Z","name":"Rounit Sharma","mobile_number":"7000298282","email_id":"rounitsharma@gmail.com","dop":"2026-01-28","serial_number":"66269747447007","imei1":"66269747447007","imei2":"66269747447007","popurl":"2026-01-28T17:50:52.861771016Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:50:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180036,"job_number":"JOB_180036","tr_customer_id":180054,"tr_customer_product_id":180044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:50:58.000Z","modified_at":"2026-02-07T17:50:58.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-28","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-28T17:50:57.760071128Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180037,"job_number":"JOB_180037","tr_customer_id":180055,"tr_customer_product_id":180045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:51:03.000Z","modified_at":"2026-02-07T17:51:03.000Z","name":"Manasi Avachat","mobile_number":"9767145100","email_id":"manasiavachat14@gmail.com","dop":"2026-01-28","serial_number":"88118034553133","imei1":"88118034553133","imei2":"88118034553133","popurl":"2026-01-28T17:51:02.421225957Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180038,"job_number":"JOB_180038","tr_customer_id":180056,"tr_customer_product_id":180046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:51:24.000Z","modified_at":"2026-02-07T17:51:24.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-28","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-01-28T17:51:23.521382026Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180039,"job_number":"JOB_180039","tr_customer_id":180057,"tr_customer_product_id":180047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:51:50.000Z","modified_at":"2026-02-07T17:51:50.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-28","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2026-01-28T17:51:49.182497889Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:51:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180040,"job_number":"JOB_180040","tr_customer_id":180058,"tr_customer_product_id":180048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:51:51.000Z","modified_at":"2026-02-07T17:51:51.000Z","name":"Kannen Bandopadhyay","mobile_number":"7024402279","email_id":"padma.chattopadhyay@yahoo.co.in","dop":"2026-01-28","serial_number":"019155353603274","imei1":"019155353603274","imei2":"019155353603274","popurl":"www.gautam-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:51:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180041,"job_number":"JOB_180041","tr_customer_id":180059,"tr_customer_product_id":180049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:51:59.000Z","modified_at":"2026-02-07T17:51:59.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-28","serial_number":"5450598687484124","imei1":"5450598687484124","imei2":"5450598687484124","popurl":"2026-01-28T17:51:58.309648140Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:51:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180042,"job_number":"JOB_180042","tr_customer_id":180060,"tr_customer_product_id":180050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:52:08.000Z","modified_at":"2026-02-07T17:52:08.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-28","serial_number":"5449698687484024","imei1":"5449698687484024","imei2":"5449698687484024","popurl":"2026-01-28T17:52:07.881396626Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180043,"job_number":"JOB_180043","tr_customer_id":180061,"tr_customer_product_id":180051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:52:12.000Z","modified_at":"2026-02-07T17:52:12.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-28","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-01-28T17:52:11.734622235Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180044,"job_number":"JOB_180044","tr_customer_id":180062,"tr_customer_product_id":180052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:52:32.000Z","modified_at":"2026-02-07T17:52:32.000Z","name":"Satyen Rana","mobile_number":"7018983915","email_id":"chaten.embranthiri@yahoo.co.in","dop":"2026-01-28","serial_number":"050972730817940","imei1":"050972730817940","imei2":"050972730817940","popurl":"www.dipankar-embranthiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:52:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180045,"job_number":"JOB_180045","tr_customer_id":180063,"tr_customer_product_id":180053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:53:39.000Z","modified_at":"2026-02-07T17:53:39.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2026-01-28","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2026-01-28T17:53:38.682765509Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180047,"job_number":"JOB_180047","tr_customer_id":180065,"tr_customer_product_id":180055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:53:57.000Z","modified_at":"2026-02-07T17:53:57.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2026-01-28","serial_number":"27700110461009","imei1":"27700110461009","imei2":"27700110461009","popurl":"2026-01-28T17:53:56.389651616Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180048,"job_number":"JOB_180048","tr_customer_id":180066,"tr_customer_product_id":180056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T18:59:14.000Z","modified_at":"2026-02-07T18:59:14.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2026-01-28","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2026-01-28T18:59:13.738128110Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T18:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180049,"job_number":"JOB_180049","tr_customer_id":180067,"tr_customer_product_id":180057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:00:07.000Z","modified_at":"2026-02-07T19:00:07.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-02-06","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-02-06T19:00:06.569918258Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180050,"job_number":"JOB_180050","tr_customer_id":180068,"tr_customer_product_id":180058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:00:17.000Z","modified_at":"2026-02-07T19:00:17.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-28","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-28T19:00:17.491789824Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180051,"job_number":"JOB_180051","tr_customer_id":180069,"tr_customer_product_id":180059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:00:18.000Z","modified_at":"2026-02-07T19:00:18.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-28","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-28T19:00:18.076746010Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180052,"job_number":"JOB_180052","tr_customer_id":180070,"tr_customer_product_id":180060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:01:02.000Z","modified_at":"2026-02-07T19:01:02.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-28","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-28T19:01:01.970513476Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180054,"job_number":"JOB_180054","tr_customer_id":180072,"tr_customer_product_id":180062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:01:13.000Z","modified_at":"2026-02-07T19:01:13.000Z","name":"Mayoor Sethi","mobile_number":"7083439193","email_id":"shobhana.iyer@yahoo.co.in","dop":"2026-01-28","serial_number":"698126208697302","imei1":"698126208697302","imei2":"698126208697302","popurl":"www.daevi-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:01:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180055,"job_number":"JOB_180055","tr_customer_id":180073,"tr_customer_product_id":180063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:01:15.000Z","modified_at":"2026-02-07T19:01:15.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-28","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-28T19:01:14.848341525Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180056,"job_number":"JOB_180056","tr_customer_id":180074,"tr_customer_product_id":180064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:02:05.000Z","modified_at":"2026-02-07T19:02:05.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2026-02-02","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2026-02-02T19:02:05.079341787Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180057,"job_number":"JOB_180057","tr_customer_id":180075,"tr_customer_product_id":180065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:02:22.000Z","modified_at":"2026-02-07T19:02:22.000Z","name":"Samir Patel","mobile_number":"7050626154","email_id":"manikya.sharma@yahoo.co.in","dop":"2026-01-28","serial_number":"160746362069055","imei1":"160746362069055","imei2":"160746362069055","popurl":"www.anilaabh-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180059,"job_number":"JOB_180059","tr_customer_id":180077,"tr_customer_product_id":180067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:20:37.000Z","modified_at":"2026-02-07T19:20:37.000Z","name":"Sydney Miller","mobile_number":"483-464-3724","email_id":"Janis83@yahoo.com","dop":"2025-10-06","serial_number":"16719588182950888","imei1":"16719588182950888","imei2":"16719588182950888","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180061,"job_number":"JOB_180061","tr_customer_id":180079,"tr_customer_product_id":180069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:30:13.000Z","modified_at":"2026-02-07T19:30:13.000Z","name":"Alia Reinger","mobile_number":"716-810-5031","email_id":"Lesly.Goldner@yahoo.com","dop":"2025-10-06","serial_number":"11611286215020280","imei1":"11611286215020280","imei2":"11611286215020280","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180062,"job_number":"JOB_180062","tr_customer_id":180080,"tr_customer_product_id":180070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:44:00.000Z","modified_at":"2026-02-07T19:44:00.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-28","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-28T19:44:00.237144202Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180063,"job_number":"JOB_180063","tr_customer_id":180081,"tr_customer_product_id":180071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T23:52:17.000Z","modified_at":"2026-02-07T23:52:17.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-28","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-28T23:52:17.217675405Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T23:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180064,"job_number":"JOB_180064","tr_customer_id":180082,"tr_customer_product_id":180072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T23:52:18.000Z","modified_at":"2026-02-07T23:52:18.000Z","name":"Shrishti Banerjee","mobile_number":"7011402544","email_id":"bhagwanti.mahajan@hotmail.com","dop":"2026-01-28","serial_number":"114030245819012","imei1":"114030245819012","imei2":"114030245819012","popurl":"www.agnimitra-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T23:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180066,"job_number":"JOB_180066","tr_customer_id":180084,"tr_customer_product_id":180074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T03:41:50.000Z","modified_at":"2026-02-08T03:41:50.000Z","name":"Vella Lang","mobile_number":"470-209-9484","email_id":"Ross_Kutch97@gmail.com","dop":"2025-05-30","serial_number":"13640293374333","imei1":"13640293374333","imei2":"13640293374333","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T03:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180067,"job_number":"JOB_180067","tr_customer_id":180085,"tr_customer_product_id":180075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T03:41:51.000Z","modified_at":"2026-02-08T03:41:51.000Z","name":"King Hermiston","mobile_number":"368-788-9295","email_id":"Rodger_Daugherty@yahoo.com","dop":"2025-05-30","serial_number":"1186379211683591","imei1":"1186379211683591","imei2":"1186379211683591","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T03:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180068,"job_number":"JOB_180068","tr_customer_id":180086,"tr_customer_product_id":180076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:13.000Z","modified_at":"2026-02-08T04:04:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17557805831509","imei1":"17557805831509","imei2":"17557805831509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:04:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180070,"job_number":"JOB_180070","tr_customer_id":180088,"tr_customer_product_id":180078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:15.000Z","modified_at":"2026-02-08T04:04:15.000Z","name":"Fern Nitzsche","mobile_number":"321-579-2119","email_id":"Moises85@gmail.com","dop":"2025-04-06","serial_number":"16441782513459860","imei1":"16441782513459860","imei2":"16441782513459860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180071,"job_number":"JOB_180071","tr_customer_id":180089,"tr_customer_product_id":180079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:58.000Z","modified_at":"2026-02-08T04:04:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10186091395556","imei1":"10186091395556","imei2":"10186091395556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:04:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180073,"job_number":"JOB_180073","tr_customer_id":180091,"tr_customer_product_id":180081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:00.000Z","modified_at":"2026-02-08T04:05:00.000Z","name":"Oswald Rosenbaum","mobile_number":"211-962-0268","email_id":"Cooper_Hoppe38@hotmail.com","dop":"2025-04-06","serial_number":"17697131077041620","imei1":"17697131077041620","imei2":"17697131077041620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180074,"job_number":"JOB_180074","tr_customer_id":180092,"tr_customer_product_id":180082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:43.000Z","modified_at":"2026-02-08T04:05:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12823834787005","imei1":"12823834787005","imei2":"12823834787005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180076,"job_number":"JOB_180076","tr_customer_id":180094,"tr_customer_product_id":180084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:44.000Z","modified_at":"2026-02-08T04:05:44.000Z","name":"Imani Blanda","mobile_number":"318-966-9289","email_id":"Assunta38@gmail.com","dop":"2025-04-06","serial_number":"14822399163414900","imei1":"14822399163414900","imei2":"14822399163414900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180077,"job_number":"JOB_180077","tr_customer_id":180095,"tr_customer_product_id":180085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:40.000Z","modified_at":"2026-02-08T04:40:40.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10123896776989","imei1":"10123896776989","imei2":"10123896776989","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180079,"job_number":"JOB_180079","tr_customer_id":180097,"tr_customer_product_id":180087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:40.000Z","modified_at":"2026-02-08T04:40:40.000Z","name":"Rafaela Balistreri","mobile_number":"882-464-8879","email_id":"Elliot_Braun76@yahoo.com","dop":"2025-06-18","serial_number":"1054747602286364","imei1":"1054747602286364","imei2":"1054747602286364","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180081,"job_number":"JOB_180081","tr_customer_id":180099,"tr_customer_product_id":180089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:43.000Z","modified_at":"2026-02-08T04:40:43.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16453536177798","imei1":"16453536177798","imei2":"16453536177798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180083,"job_number":"JOB_180083","tr_customer_id":180101,"tr_customer_product_id":180091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:44.000Z","modified_at":"2026-02-08T04:40:44.000Z","name":"Yvette Schamberger","mobile_number":"700-474-7683","email_id":"Sophia79@yahoo.com","dop":"2025-04-06","serial_number":"16108681893233174","imei1":"16108681893233174","imei2":"16108681893233174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180085,"job_number":"JOB_180085","tr_customer_id":180103,"tr_customer_product_id":180093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:45.000Z","modified_at":"2026-02-08T04:40:45.000Z","name":"Trisha Nienow","mobile_number":"370-215-2519","email_id":"Abelardo_Simonis@gmail.com","dop":"2025-04-06","serial_number":"15984913567853614","imei1":"15984913567853614","imei2":"15984913567853614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180086,"job_number":"JOB_180086","tr_customer_id":180104,"tr_customer_product_id":180094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:45.000Z","modified_at":"2026-02-08T04:40:45.000Z","name":"Edmond Schinner","mobile_number":"552-535-0694","email_id":"Orin33@hotmail.com","dop":"2025-04-06","serial_number":"14794128601428796","imei1":"14794128601428796","imei2":"14794128601428796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180087,"job_number":"JOB_180087","tr_customer_id":180105,"tr_customer_product_id":180095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:50.000Z","modified_at":"2026-02-08T04:40:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11316771268473","imei1":"11316771268473","imei2":"11316771268473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180089,"job_number":"JOB_180089","tr_customer_id":180107,"tr_customer_product_id":180097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:51.000Z","modified_at":"2026-02-08T04:40:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16195522728573","imei1":"16195522728573","imei2":"16195522728573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180091,"job_number":"JOB_180091","tr_customer_id":180109,"tr_customer_product_id":180099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:52.000Z","modified_at":"2026-02-08T04:40:52.000Z","name":"Gerda Purdy","mobile_number":"390-832-7863","email_id":"Demarcus.Beatty46@gmail.com","dop":"2025-04-06","serial_number":"11030492127061812","imei1":"11030492127061812","imei2":"11030492127061812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180092,"job_number":"JOB_180092","tr_customer_id":180110,"tr_customer_product_id":180100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:53.000Z","modified_at":"2026-02-08T04:40:53.000Z","name":"Maurice Kassulke","mobile_number":"936-326-6529","email_id":"Lori42@gmail.com","dop":"2025-04-06","serial_number":"13509378877026930","imei1":"13509378877026930","imei2":"13509378877026930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180095,"job_number":"JOB_180095","tr_customer_id":180113,"tr_customer_product_id":180103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:57.000Z","modified_at":"2026-02-08T04:40:57.000Z","name":"Theron Hand","mobile_number":"309-438-3810","email_id":"Misael.Purdy20@hotmail.com","dop":"2025-04-06","serial_number":"12430893504905554","imei1":"12430893504905554","imei2":"12430893504905554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180097,"job_number":"JOB_180097","tr_customer_id":180115,"tr_customer_product_id":180105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:00.000Z","modified_at":"2026-02-08T04:41:00.000Z","name":"Gia Jast","mobile_number":"300-295-9358","email_id":"Daphney24@gmail.com","dop":"2025-04-06","serial_number":"17641851721124524","imei1":"17641851721124524","imei2":"17641851721124524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180099,"job_number":"JOB_180099","tr_customer_id":180117,"tr_customer_product_id":180107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:06.000Z","modified_at":"2026-02-08T04:41:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15844856874567","imei1":"15844856874567","imei2":"15844856874567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180101,"job_number":"JOB_180101","tr_customer_id":180119,"tr_customer_product_id":180109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:07.000Z","modified_at":"2026-02-08T04:41:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14228784351183","imei1":"14228784351183","imei2":"14228784351183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180102,"job_number":"JOB_180102","tr_customer_id":180120,"tr_customer_product_id":180110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:07.000Z","modified_at":"2026-02-08T04:41:07.000Z","name":"Liam Bruen","mobile_number":"908-794-9813","email_id":"Frank_Ward48@hotmail.com","dop":"2025-04-06","serial_number":"11734234412483752","imei1":"11734234412483752","imei2":"11734234412483752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180105,"job_number":"JOB_180105","tr_customer_id":180123,"tr_customer_product_id":180113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14173103674842","imei1":"14173103674842","imei2":"14173103674842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180106,"job_number":"JOB_180106","tr_customer_id":180124,"tr_customer_product_id":180114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:08.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"36463308863648","imei1":"36463308863648","imei2":"36463308863648","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180108,"job_number":"JOB_180108","tr_customer_id":180126,"tr_customer_product_id":180116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:08.000Z","name":"Muriel Wuckert","mobile_number":"240-411-5198","email_id":"Felix11@hotmail.com","dop":"2025-02-01","serial_number":"56612930161928","imei1":"56612930161928","imei2":"56612930161928","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180109,"job_number":"JOB_180109","tr_customer_id":180127,"tr_customer_product_id":180117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:09.000Z","modified_at":"2026-02-08T04:41:09.000Z","name":"Myrna Champlin","mobile_number":"454-260-8744","email_id":"Luella_Cassin79@gmail.com","dop":"2025-04-06","serial_number":"17681266076147402","imei1":"17681266076147402","imei2":"17681266076147402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180110,"job_number":"JOB_180110","tr_customer_id":180128,"tr_customer_product_id":180118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:09.000Z","modified_at":"2026-02-08T04:41:09.000Z","name":"Tristin Kemmer","mobile_number":"309-462-5095","email_id":"Brooke_Rodriguez@yahoo.com","dop":"2025-04-06","serial_number":"14900017952872946","imei1":"14900017952872946","imei2":"14900017952872946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180111,"job_number":"JOB_180111","tr_customer_id":180129,"tr_customer_product_id":180119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:10.000Z","modified_at":"2026-02-08T04:41:10.000Z","name":"Ruby Hodkiewicz","mobile_number":"602-576-5558","email_id":"Alexander89@hotmail.com","dop":"2025-04-06","serial_number":"11666174720751496","imei1":"11666174720751496","imei2":"11666174720751496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180113,"job_number":"JOB_180113","tr_customer_id":180131,"tr_customer_product_id":180121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:10.000Z","modified_at":"2026-02-08T04:41:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11869862555631","imei1":"11869862555631","imei2":"11869862555631","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180115,"job_number":"JOB_180115","tr_customer_id":180133,"tr_customer_product_id":180123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:12.000Z","modified_at":"2026-02-08T04:41:12.000Z","name":"Janick Mohr","mobile_number":"597-975-3709","email_id":"Leda.Hickle@hotmail.com","dop":"2025-04-06","serial_number":"18221635343638890","imei1":"18221635343638890","imei2":"18221635343638890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180118,"job_number":"JOB_180118","tr_customer_id":180136,"tr_customer_product_id":180126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:15.000Z","modified_at":"2026-02-08T04:41:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16090376686655","imei1":"16090376686655","imei2":"16090376686655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180121,"job_number":"JOB_180121","tr_customer_id":180139,"tr_customer_product_id":180129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:18.000Z","modified_at":"2026-02-08T04:41:18.000Z","name":"Keith Welch","mobile_number":"904-293-0329","email_id":"Emilie62@gmail.com","dop":"2025-04-06","serial_number":"13121738033499608","imei1":"13121738033499608","imei2":"13121738033499608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180122,"job_number":"JOB_180122","tr_customer_id":180140,"tr_customer_product_id":180130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:23.000Z","modified_at":"2026-02-08T04:41:23.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10709971306956","imei1":"10709971306956","imei2":"10709971306956","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180124,"job_number":"JOB_180124","tr_customer_id":180142,"tr_customer_product_id":180132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:24.000Z","modified_at":"2026-02-08T04:41:24.000Z","name":"Dortha Koepp","mobile_number":"991-718-2379","email_id":"Kyle87@gmail.com","dop":"2025-06-18","serial_number":"1046229907680032","imei1":"1046229907680032","imei2":"1046229907680032","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180126,"job_number":"JOB_180126","tr_customer_id":180144,"tr_customer_product_id":180134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:29.000Z","modified_at":"2026-02-08T04:41:29.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11778381702084","imei1":"11778381702084","imei2":"11778381702084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180130,"job_number":"JOB_180130","tr_customer_id":180148,"tr_customer_product_id":180138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:31.000Z","modified_at":"2026-02-08T04:41:31.000Z","name":"Melvina Okuneva","mobile_number":"537-907-1209","email_id":"Elouise89@yahoo.com","dop":"2025-04-06","serial_number":"11479599868452334","imei1":"11479599868452334","imei2":"11479599868452334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180131,"job_number":"JOB_180131","tr_customer_id":180149,"tr_customer_product_id":180139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:35.000Z","modified_at":"2026-02-08T04:41:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16356478529589","imei1":"16356478529589","imei2":"16356478529589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180133,"job_number":"JOB_180133","tr_customer_id":180151,"tr_customer_product_id":180141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:36.000Z","modified_at":"2026-02-08T04:41:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11750795564813","imei1":"11750795564813","imei2":"11750795564813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180135,"job_number":"JOB_180135","tr_customer_id":180153,"tr_customer_product_id":180143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:37.000Z","modified_at":"2026-02-08T04:41:37.000Z","name":"Velma Roob","mobile_number":"570-221-4365","email_id":"Carlo_Luettgen79@gmail.com","dop":"2025-12-01","serial_number":"15680132618641","imei1":"15680132618641","imei2":"15680132618641","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180136,"job_number":"JOB_180136","tr_customer_id":180154,"tr_customer_product_id":180144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:37.000Z","modified_at":"2026-02-08T04:41:37.000Z","name":"Mckayla Sauer","mobile_number":"864-727-2728","email_id":"Henry79@yahoo.com","dop":"2025-04-06","serial_number":"11379818748939814","imei1":"11379818748939814","imei2":"11379818748939814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180137,"job_number":"JOB_180137","tr_customer_id":180155,"tr_customer_product_id":180145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:38.000Z","modified_at":"2026-02-08T04:41:38.000Z","name":"Briana Lubowitz","mobile_number":"323-457-2336","email_id":"Kyle.Legros34@hotmail.com","dop":"2025-04-06","serial_number":"15238355143709570","imei1":"15238355143709570","imei2":"15238355143709570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180139,"job_number":"JOB_180139","tr_customer_id":180157,"tr_customer_product_id":180147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:51.000Z","modified_at":"2026-02-08T04:41:51.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"67114034857301","imei1":"67114034857301","imei2":"67114034857301","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180140,"job_number":"JOB_180140","tr_customer_id":180158,"tr_customer_product_id":180148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:51.000Z","modified_at":"2026-02-08T04:41:51.000Z","name":"Dee Greenfelder","mobile_number":"845-418-0111","email_id":"Frederik_Marks6@hotmail.com","dop":"2025-04-06","serial_number":"19954404216889080","imei1":"19954404216889080","imei2":"19954404216889080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180141,"job_number":"JOB_180141","tr_customer_id":180159,"tr_customer_product_id":180149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:52.000Z","modified_at":"2026-02-08T04:41:52.000Z","name":"Isaac Walsh","mobile_number":"983-516-5229","email_id":"Taryn68@gmail.com","dop":"2025-02-01","serial_number":"101444715544992","imei1":"101444715544992","imei2":"101444715544992","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180142,"job_number":"JOB_180142","tr_customer_id":180160,"tr_customer_product_id":180150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:52.000Z","modified_at":"2026-02-08T04:41:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11234637992264","imei1":"11234637992264","imei2":"11234637992264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180144,"job_number":"JOB_180144","tr_customer_id":180162,"tr_customer_product_id":180152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:53.000Z","modified_at":"2026-02-08T04:41:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15239522947911","imei1":"15239522947911","imei2":"15239522947911","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180147,"job_number":"JOB_180147","tr_customer_id":180165,"tr_customer_product_id":180155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:54.000Z","modified_at":"2026-02-08T04:41:54.000Z","name":"Esther Torp","mobile_number":"208-967-7849","email_id":"Era84@yahoo.com","dop":"2025-04-06","serial_number":"15921452049517432","imei1":"15921452049517432","imei2":"15921452049517432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180148,"job_number":"JOB_180148","tr_customer_id":180166,"tr_customer_product_id":180156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:55.000Z","modified_at":"2026-02-08T04:41:55.000Z","name":"Meredith Schultz","mobile_number":"980-740-6218","email_id":"Lisa20@hotmail.com","dop":"2025-04-06","serial_number":"12873284162309876","imei1":"12873284162309876","imei2":"12873284162309876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180149,"job_number":"JOB_180149","tr_customer_id":180167,"tr_customer_product_id":180157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:55.000Z","modified_at":"2026-02-08T04:41:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15514920570581","imei1":"15514920570581","imei2":"15514920570581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180151,"job_number":"JOB_180151","tr_customer_id":180169,"tr_customer_product_id":180159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:56.000Z","modified_at":"2026-02-08T04:41:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10419571813192","imei1":"10419571813192","imei2":"10419571813192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180153,"job_number":"JOB_180153","tr_customer_id":180171,"tr_customer_product_id":180161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:57.000Z","modified_at":"2026-02-08T04:41:57.000Z","name":"Mazie Jerde","mobile_number":"775-706-4657","email_id":"Marjory65@yahoo.com","dop":"2025-04-06","serial_number":"13084915425902006","imei1":"13084915425902006","imei2":"13084915425902006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180154,"job_number":"JOB_180154","tr_customer_id":180172,"tr_customer_product_id":180162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:58.000Z","modified_at":"2026-02-08T04:41:58.000Z","name":"Nathan Rice","mobile_number":"249-802-1986","email_id":"Broderick_Bins21@yahoo.com","dop":"2025-04-06","serial_number":"12105137466657932","imei1":"12105137466657932","imei2":"12105137466657932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180155,"job_number":"JOB_180155","tr_customer_id":180173,"tr_customer_product_id":180163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:58.000Z","modified_at":"2026-02-08T04:41:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18981519717281","imei1":"18981519717281","imei2":"18981519717281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180157,"job_number":"JOB_180157","tr_customer_id":180175,"tr_customer_product_id":180165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:00.000Z","modified_at":"2026-02-08T04:42:00.000Z","name":"Kay Fritsch","mobile_number":"742-921-6632","email_id":"Lacey.Marks@hotmail.com","dop":"2025-04-06","serial_number":"10024748711796454","imei1":"10024748711796454","imei2":"10024748711796454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180159,"job_number":"JOB_180159","tr_customer_id":180177,"tr_customer_product_id":180167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:03.000Z","modified_at":"2026-02-08T04:42:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16194466086292","imei1":"16194466086292","imei2":"16194466086292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180161,"job_number":"JOB_180161","tr_customer_id":180179,"tr_customer_product_id":180169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:05.000Z","modified_at":"2026-02-08T04:42:05.000Z","name":"Fern Bartoletti","mobile_number":"589-542-4757","email_id":"Noelia.Thiel68@gmail.com","dop":"2025-04-06","serial_number":"17629480633671770","imei1":"17629480633671770","imei2":"17629480633671770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180162,"job_number":"JOB_180162","tr_customer_id":180180,"tr_customer_product_id":180170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:08.000Z","modified_at":"2026-02-08T04:42:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10649993594295","imei1":"10649993594295","imei2":"10649993594295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180164,"job_number":"JOB_180164","tr_customer_id":180182,"tr_customer_product_id":180172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:10.000Z","modified_at":"2026-02-08T04:42:10.000Z","name":"Leanna Langosh","mobile_number":"993-829-1479","email_id":"Nya40@hotmail.com","dop":"2025-04-06","serial_number":"14931318844158274","imei1":"14931318844158274","imei2":"14931318844158274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180168,"job_number":"JOB_180168","tr_customer_id":180186,"tr_customer_product_id":180176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:12.000Z","modified_at":"2026-02-08T04:42:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15067771516831","imei1":"15067771516831","imei2":"15067771516831","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180170,"job_number":"JOB_180170","tr_customer_id":180188,"tr_customer_product_id":180178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:14.000Z","modified_at":"2026-02-08T04:42:14.000Z","name":"Demarco Lebsack","mobile_number":"734-604-1250","email_id":"Arthur4@gmail.com","dop":"2025-04-06","serial_number":"15367804566774832","imei1":"15367804566774832","imei2":"15367804566774832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180174,"job_number":"JOB_180174","tr_customer_id":180192,"tr_customer_product_id":180182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"11519666800457","imei1":"11519666800457","imei2":"11519666800457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180178,"job_number":"JOB_180178","tr_customer_id":180196,"tr_customer_product_id":180186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:17.000Z","modified_at":"2026-02-08T04:42:17.000Z","name":"Rogers Feil","mobile_number":"873-288-8161","email_id":"Shanon28@yahoo.com","dop":"2025-04-06","serial_number":"14027699707235420","imei1":"14027699707235420","imei2":"14027699707235420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180179,"job_number":"JOB_180179","tr_customer_id":180197,"tr_customer_product_id":180187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:18.000Z","modified_at":"2026-02-08T04:42:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104784962089527","imei1":"104784962089527","imei2":"104784962089527","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180181,"job_number":"JOB_180181","tr_customer_id":180199,"tr_customer_product_id":180189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:19.000Z","modified_at":"2026-02-08T04:42:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16077980801767","imei1":"16077980801767","imei2":"16077980801767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180183,"job_number":"JOB_180183","tr_customer_id":180201,"tr_customer_product_id":180191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:20.000Z","modified_at":"2026-02-08T04:42:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11185840566221","imei1":"11185840566221","imei2":"11185840566221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180185,"job_number":"JOB_180185","tr_customer_id":180203,"tr_customer_product_id":180193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"Sage Rohan","mobile_number":"580-287-9378","email_id":"Bo.Cremin66@hotmail.com","dop":"2025-04-06","serial_number":"15697470423796160","imei1":"15697470423796160","imei2":"15697470423796160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180186,"job_number":"JOB_180186","tr_customer_id":180204,"tr_customer_product_id":180194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15855620382718","imei1":"15855620382718","imei2":"15855620382718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180187,"job_number":"JOB_180187","tr_customer_id":180205,"tr_customer_product_id":180195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17596969873853","imei1":"17596969873853","imei2":"17596969873853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180188,"job_number":"JOB_180188","tr_customer_id":180206,"tr_customer_product_id":180196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"19056109337613","imei1":"19056109337613","imei2":"19056109337613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180192,"job_number":"JOB_180192","tr_customer_id":180210,"tr_customer_product_id":180200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:22.000Z","modified_at":"2026-02-08T04:42:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19826643089547","imei1":"19826643089547","imei2":"19826643089547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180193,"job_number":"JOB_180193","tr_customer_id":180211,"tr_customer_product_id":180201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:22.000Z","modified_at":"2026-02-08T04:42:22.000Z","name":"Janick Rosenbaum","mobile_number":"735-298-4306","email_id":"Alysha_Bruen80@gmail.com","dop":"2025-04-06","serial_number":"18722184806988144","imei1":"18722184806988144","imei2":"18722184806988144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180195,"job_number":"JOB_180195","tr_customer_id":180213,"tr_customer_product_id":180203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:23.000Z","name":"Raleigh Walter","mobile_number":"596-880-3780","email_id":"Brennon_Lakin@gmail.com","dop":"2025-04-06","serial_number":"11241462975844360","imei1":"11241462975844360","imei2":"11241462975844360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180196,"job_number":"JOB_180196","tr_customer_id":180214,"tr_customer_product_id":180204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:23.000Z","name":"Creola Quitzon","mobile_number":"495-380-5129","email_id":"Jamal_Hilpert80@gmail.com","dop":"2025-04-06","serial_number":"16051214158247592","imei1":"16051214158247592","imei2":"16051214158247592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180197,"job_number":"JOB_180197","tr_customer_id":180215,"tr_customer_product_id":180205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:23.000Z","name":"Leola Oberbrunner","mobile_number":"708-849-8053","email_id":"Stefanie_Ferry42@gmail.com","dop":"2025-04-06","serial_number":"11389419420392594","imei1":"11389419420392594","imei2":"11389419420392594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180198,"job_number":"JOB_180198","tr_customer_id":180216,"tr_customer_product_id":180206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:24.000Z","name":"Bradford Gottlieb","mobile_number":"908-261-6204","email_id":"Efren_Nikolaus20@hotmail.com","dop":"2025-04-06","serial_number":"10888279324319130","imei1":"10888279324319130","imei2":"10888279324319130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180202,"job_number":"JOB_180202","tr_customer_id":180220,"tr_customer_product_id":180210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:26.000Z","modified_at":"2026-02-08T04:42:26.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17619510491231","imei1":"17619510491231","imei2":"17619510491231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180206,"job_number":"JOB_180206","tr_customer_id":180224,"tr_customer_product_id":180214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:42:27.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18378320087253","imei1":"18378320087253","imei2":"18378320087253","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180209,"job_number":"JOB_180209","tr_customer_id":180228,"tr_customer_product_id":180218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Jonathan Haley","mobile_number":"959-708-6167","email_id":"Destin26@gmail.com","dop":"2025-04-06","serial_number":"16540748902546964","imei1":"16540748902546964","imei2":"16540748902546964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180212,"job_number":"JOB_180212","tr_customer_id":180230,"tr_customer_product_id":180220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Verdie Hettinger","mobile_number":"891-426-8979","email_id":"Mathilde20@gmail.com","dop":"2025-04-06","serial_number":"11388785831504910","imei1":"11388785831504910","imei2":"11388785831504910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180215,"job_number":"JOB_180215","tr_customer_id":180233,"tr_customer_product_id":180223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:36.000Z","modified_at":"2026-02-08T04:42:36.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"71900620324011","imei1":"71900620324011","imei2":"71900620324011","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180216,"job_number":"JOB_180216","tr_customer_id":180234,"tr_customer_product_id":180224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:37.000Z","modified_at":"2026-02-08T04:42:37.000Z","name":"Desiree Johnson","mobile_number":"322-999-6726","email_id":"Halie_Beatty34@gmail.com","dop":"2025-02-01","serial_number":"84653065295239","imei1":"84653065295239","imei2":"84653065295239","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180218,"job_number":"JOB_180218","tr_customer_id":180236,"tr_customer_product_id":180226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:39.000Z","modified_at":"2026-02-08T04:42:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10300575170984","imei1":"10300575170984","imei2":"10300575170984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180220,"job_number":"JOB_180220","tr_customer_id":180238,"tr_customer_product_id":180228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:40.000Z","modified_at":"2026-02-08T04:42:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12684045639868","imei1":"12684045639868","imei2":"12684045639868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180222,"job_number":"JOB_180222","tr_customer_id":180240,"tr_customer_product_id":180230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:41.000Z","modified_at":"2026-02-08T04:42:41.000Z","name":"Christopher Kassulke","mobile_number":"442-300-0068","email_id":"Bernie55@gmail.com","dop":"2025-04-06","serial_number":"18963515714280756","imei1":"18963515714280756","imei2":"18963515714280756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180223,"job_number":"JOB_180223","tr_customer_id":180241,"tr_customer_product_id":180231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:42.000Z","modified_at":"2026-02-08T04:42:42.000Z","name":"Patsy Conroy","mobile_number":"830-505-4843","email_id":"Annabel_Hermiston13@gmail.com","dop":"2025-04-06","serial_number":"17605405925781340","imei1":"17605405925781340","imei2":"17605405925781340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180224,"job_number":"JOB_180224","tr_customer_id":180242,"tr_customer_product_id":180232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:44.000Z","modified_at":"2026-02-08T04:42:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19918943117243","imei1":"19918943117243","imei2":"19918943117243","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180228,"job_number":"JOB_180228","tr_customer_id":180246,"tr_customer_product_id":180236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18063204018263","imei1":"18063204018263","imei2":"18063204018263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180232,"job_number":"JOB_180232","tr_customer_id":180250,"tr_customer_product_id":180240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"Van Walker","mobile_number":"214-320-1236","email_id":"Levi.Turcotte31@gmail.com","dop":"2025-04-06","serial_number":"10155519757052578","imei1":"10155519757052578","imei2":"10155519757052578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180233,"job_number":"JOB_180233","tr_customer_id":180251,"tr_customer_product_id":180241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:46.000Z","modified_at":"2026-02-08T04:42:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11009676822779","imei1":"11009676822779","imei2":"11009676822779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180234,"job_number":"JOB_180234","tr_customer_id":180252,"tr_customer_product_id":180242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:46.000Z","modified_at":"2026-02-08T04:42:46.000Z","name":"Gonzalo Windler","mobile_number":"200-832-6983","email_id":"Audrey13@yahoo.com","dop":"2025-04-06","serial_number":"11263569801661888","imei1":"11263569801661888","imei2":"11263569801661888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180236,"job_number":"JOB_180236","tr_customer_id":180254,"tr_customer_product_id":180244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:48.000Z","modified_at":"2026-02-08T04:42:48.000Z","name":"Chauncey Koch","mobile_number":"850-966-4336","email_id":"Sister25@hotmail.com","dop":"2025-04-06","serial_number":"12582526034997268","imei1":"12582526034997268","imei2":"12582526034997268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180237,"job_number":"JOB_180237","tr_customer_id":180255,"tr_customer_product_id":180245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:52.000Z","modified_at":"2026-02-08T04:42:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15351909353939","imei1":"15351909353939","imei2":"15351909353939","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180238,"job_number":"JOB_180238","tr_customer_id":180256,"tr_customer_product_id":180246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:52.000Z","modified_at":"2026-02-08T04:42:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13989085259817","imei1":"13989085259817","imei2":"13989085259817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180241,"job_number":"JOB_180241","tr_customer_id":180259,"tr_customer_product_id":180249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:54.000Z","modified_at":"2026-02-08T04:42:54.000Z","name":"Quinton Shields","mobile_number":"603-612-6756","email_id":"Deontae7@gmail.com","dop":"2025-04-06","serial_number":"19195074576136156","imei1":"19195074576136156","imei2":"19195074576136156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180242,"job_number":"JOB_180242","tr_customer_id":180260,"tr_customer_product_id":180250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:54.000Z","modified_at":"2026-02-08T04:42:54.000Z","name":"Cora Torphy","mobile_number":"686-452-9095","email_id":"Dagmar_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"14162368793138114","imei1":"14162368793138114","imei2":"14162368793138114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180246,"job_number":"JOB_180246","tr_customer_id":180264,"tr_customer_product_id":180254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:59.000Z","modified_at":"2026-02-08T04:42:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16472858580199","imei1":"16472858580199","imei2":"16472858580199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180249,"job_number":"JOB_180249","tr_customer_id":180267,"tr_customer_product_id":180257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:01.000Z","modified_at":"2026-02-08T04:43:01.000Z","name":"Mattie Kreiger","mobile_number":"680-217-8417","email_id":"Libby28@gmail.com","dop":"2025-04-06","serial_number":"19717519843792344","imei1":"19717519843792344","imei2":"19717519843792344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180254,"job_number":"JOB_180254","tr_customer_id":180272,"tr_customer_product_id":180262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:06.000Z","modified_at":"2026-02-08T04:43:06.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105904117763053","imei1":"105904117763053","imei2":"105904117763053","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180256,"job_number":"JOB_180256","tr_customer_id":180274,"tr_customer_product_id":180264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:08.000Z","modified_at":"2026-02-08T04:43:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12233696108820","imei1":"12233696108820","imei2":"12233696108820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180258,"job_number":"JOB_180258","tr_customer_id":180276,"tr_customer_product_id":180266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:09.000Z","modified_at":"2026-02-08T04:43:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17813640214556","imei1":"17813640214556","imei2":"17813640214556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180260,"job_number":"JOB_180260","tr_customer_id":180278,"tr_customer_product_id":180268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"Payton Schultz","mobile_number":"259-578-3644","email_id":"Weldon.Schaden47@yahoo.com","dop":"2025-04-06","serial_number":"17068443835511782","imei1":"17068443835511782","imei2":"17068443835511782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180261,"job_number":"JOB_180261","tr_customer_id":180279,"tr_customer_product_id":180269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"18130052116984","imei1":"18130052116984","imei2":"18130052116984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180262,"job_number":"JOB_180262","tr_customer_id":180280,"tr_customer_product_id":180270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16525490691212","imei1":"16525490691212","imei2":"16525490691212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180265,"job_number":"JOB_180265","tr_customer_id":180283,"tr_customer_product_id":180273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:11.000Z","modified_at":"2026-02-08T04:43:11.000Z","name":"Rhoda Hackett","mobile_number":"871-372-0856","email_id":"Annetta58@hotmail.com","dop":"2025-04-06","serial_number":"11201830341309686","imei1":"11201830341309686","imei2":"11201830341309686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180266,"job_number":"JOB_180266","tr_customer_id":180284,"tr_customer_product_id":180274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:12.000Z","modified_at":"2026-02-08T04:43:12.000Z","name":"Una Bartell","mobile_number":"637-746-3168","email_id":"Chaim.Kuhic25@hotmail.com","dop":"2025-04-06","serial_number":"16748814290943840","imei1":"16748814290943840","imei2":"16748814290943840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180267,"job_number":"JOB_180267","tr_customer_id":180285,"tr_customer_product_id":180275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:12.000Z","modified_at":"2026-02-08T04:43:12.000Z","name":"Jena Hyatt","mobile_number":"284-823-4052","email_id":"Carrie76@hotmail.com","dop":"2025-04-06","serial_number":"14771951794762452","imei1":"14771951794762452","imei2":"14771951794762452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180268,"job_number":"JOB_180268","tr_customer_id":180286,"tr_customer_product_id":180276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:12.000Z","modified_at":"2026-02-08T04:43:12.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"15406574031364","imei1":"15406574031364","imei2":"15406574031364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180270,"job_number":"JOB_180270","tr_customer_id":180288,"tr_customer_product_id":180278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:14.000Z","modified_at":"2026-02-08T04:43:14.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"16138889956800","imei1":"16138889956800","imei2":"16138889956800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180271,"job_number":"JOB_180271","tr_customer_id":180289,"tr_customer_product_id":180279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:14.000Z","modified_at":"2026-02-08T04:43:14.000Z","name":"Makayla Little","mobile_number":"457-243-6077","email_id":"Gertrude49@yahoo.com","dop":"2025-04-06","serial_number":"17968178677859514","imei1":"17968178677859514","imei2":"17968178677859514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180273,"job_number":"JOB_180273","tr_customer_id":180291,"tr_customer_product_id":180281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:16.000Z","modified_at":"2026-02-08T04:43:16.000Z","name":"Kadin Gerlach","mobile_number":"857-526-2703","email_id":"Alfonzo_Huels3@gmail.com","dop":"2025-04-06","serial_number":"16534117712297004","imei1":"16534117712297004","imei2":"16534117712297004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180274,"job_number":"JOB_180274","tr_customer_id":180292,"tr_customer_product_id":180282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:28.000Z","modified_at":"2026-02-08T04:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10937386394014","imei1":"10937386394014","imei2":"10937386394014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180276,"job_number":"JOB_180276","tr_customer_id":180294,"tr_customer_product_id":180284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:30.000Z","modified_at":"2026-02-08T04:43:30.000Z","name":"Alena Kessler","mobile_number":"684-628-7794","email_id":"Foster.MacGyver45@yahoo.com","dop":"2025-04-06","serial_number":"10240876840792260","imei1":"10240876840792260","imei2":"10240876840792260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180277,"job_number":"JOB_180277","tr_customer_id":180295,"tr_customer_product_id":180285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:35.000Z","modified_at":"2026-02-08T04:43:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15786927147632","imei1":"15786927147632","imei2":"15786927147632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180279,"job_number":"JOB_180279","tr_customer_id":180297,"tr_customer_product_id":180287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:37.000Z","modified_at":"2026-02-08T04:43:37.000Z","name":"Elva Franecki","mobile_number":"606-599-7599","email_id":"Florida82@yahoo.com","dop":"2025-04-06","serial_number":"11076938985606158","imei1":"11076938985606158","imei2":"11076938985606158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180282,"job_number":"JOB_180282","tr_customer_id":180300,"tr_customer_product_id":180290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:44.000Z","modified_at":"2026-02-08T04:43:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11053565671116","imei1":"11053565671116","imei2":"11053565671116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180285,"job_number":"JOB_180285","tr_customer_id":180303,"tr_customer_product_id":180293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:45.000Z","modified_at":"2026-02-08T04:43:45.000Z","name":"Laverne Parisian","mobile_number":"662-797-2083","email_id":"Dessie_Nienow70@yahoo.com","dop":"2025-04-06","serial_number":"17340666432091848","imei1":"17340666432091848","imei2":"17340666432091848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180286,"job_number":"JOB_180286","tr_customer_id":180304,"tr_customer_product_id":180294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:51.000Z","modified_at":"2026-02-08T04:43:51.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"104567896296502","imei1":"104567896296502","imei2":"104567896296502","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180288,"job_number":"JOB_180288","tr_customer_id":180306,"tr_customer_product_id":180296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:54.000Z","modified_at":"2026-02-08T04:43:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13553718957328","imei1":"13553718957328","imei2":"13553718957328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180290,"job_number":"JOB_180290","tr_customer_id":180308,"tr_customer_product_id":180298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:55.000Z","modified_at":"2026-02-08T04:43:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12171502344764","imei1":"12171502344764","imei2":"12171502344764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180292,"job_number":"JOB_180292","tr_customer_id":180310,"tr_customer_product_id":180300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:56.000Z","modified_at":"2026-02-08T04:43:56.000Z","name":"Beth McKenzie","mobile_number":"588-528-4224","email_id":"Astrid31@yahoo.com","dop":"2025-04-06","serial_number":"15693276215360206","imei1":"15693276215360206","imei2":"15693276215360206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180293,"job_number":"JOB_180293","tr_customer_id":180311,"tr_customer_product_id":180301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:43:57.000Z","name":"Susie McDermott","mobile_number":"361-852-8135","email_id":"Fiona.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13369340585581312","imei1":"13369340585581312","imei2":"13369340585581312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180294,"job_number":"JOB_180294","tr_customer_id":180312,"tr_customer_product_id":180302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:43:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14224664014982","imei1":"14224664014982","imei2":"14224664014982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180296,"job_number":"JOB_180296","tr_customer_id":180314,"tr_customer_product_id":180304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:43:57.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"11922205460821","imei1":"11922205460821","imei2":"11922205460821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180298,"job_number":"JOB_180298","tr_customer_id":180316,"tr_customer_product_id":180306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:43:59.000Z","name":"Kristopher Pagac","mobile_number":"810-659-5390","email_id":"Modesto68@gmail.com","dop":"2025-04-06","serial_number":"10635018840976074","imei1":"10635018840976074","imei2":"10635018840976074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180299,"job_number":"JOB_180299","tr_customer_id":180317,"tr_customer_product_id":180307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:43:59.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"10717054637233","imei1":"10717054637233","imei2":"10717054637233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180301,"job_number":"JOB_180301","tr_customer_id":180319,"tr_customer_product_id":180309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:43:59.000Z","name":"Chadd Emard","mobile_number":"446-392-7561","email_id":"Haley.Collier91@yahoo.com","dop":"2025-04-06","serial_number":"10449400911834652","imei1":"10449400911834652","imei2":"10449400911834652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180302,"job_number":"JOB_180302","tr_customer_id":180320,"tr_customer_product_id":180310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:00.000Z","modified_at":"2026-02-08T04:44:00.000Z","name":"Selina Runolfsson","mobile_number":"414-317-1209","email_id":"Robert_Welch@gmail.com","dop":"2025-04-06","serial_number":"14098874199169466","imei1":"14098874199169466","imei2":"14098874199169466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180306,"job_number":"JOB_180306","tr_customer_id":180324,"tr_customer_product_id":180314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:46:11.000Z","modified_at":"2026-02-08T04:46:11.000Z","name":"Malinda Schoen","mobile_number":"921-636-3234","email_id":"Shirley37@gmail.com","dop":"2025-04-06","serial_number":"14865914542958","imei1":"14865914542958","imei2":"14865914542958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:46:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180307,"job_number":"JOB_180307","tr_customer_id":180325,"tr_customer_product_id":180315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:20.000Z","modified_at":"2026-02-08T04:57:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60258128366723","imei1":"60258128366723","imei2":"60258128366723","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180308,"job_number":"JOB_180308","tr_customer_id":180326,"tr_customer_product_id":180316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:21.000Z","modified_at":"2026-02-08T04:57:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61542036385508","imei1":"61542036385508","imei2":"61542036385508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180309,"job_number":"JOB_180309","tr_customer_id":180327,"tr_customer_product_id":180317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:21.000Z","modified_at":"2026-02-08T04:57:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38991164534076","imei1":"38991164534076","imei2":"38991164534076","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180310,"job_number":"JOB_180310","tr_customer_id":180328,"tr_customer_product_id":180318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:21.000Z","modified_at":"2026-02-08T04:57:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25251553440519","imei1":"25251553440519","imei2":"25251553440519","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180311,"job_number":"JOB_180311","tr_customer_id":180329,"tr_customer_product_id":180319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:22.000Z","modified_at":"2026-02-08T04:57:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26393312844990","imei1":"26393312844990","imei2":"26393312844990","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180312,"job_number":"JOB_180312","tr_customer_id":180330,"tr_customer_product_id":180320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:22.000Z","modified_at":"2026-02-08T04:57:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54643409454938","imei1":"54643409454938","imei2":"54643409454938","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180314,"job_number":"JOB_180314","tr_customer_id":180332,"tr_customer_product_id":180322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:54.000Z","modified_at":"2026-02-08T04:57:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48177652376250","imei1":"48177652376250","imei2":"48177652376250","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180315,"job_number":"JOB_180315","tr_customer_id":180333,"tr_customer_product_id":180323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:54.000Z","modified_at":"2026-02-08T04:57:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85092863703886","imei1":"85092863703886","imei2":"85092863703886","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180316,"job_number":"JOB_180316","tr_customer_id":180334,"tr_customer_product_id":180324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:55.000Z","modified_at":"2026-02-08T04:57:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70003488455213","imei1":"70003488455213","imei2":"70003488455213","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180317,"job_number":"JOB_180317","tr_customer_id":180335,"tr_customer_product_id":180325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:55.000Z","modified_at":"2026-02-08T04:57:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23479406253684","imei1":"23479406253684","imei2":"23479406253684","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180318,"job_number":"JOB_180318","tr_customer_id":180336,"tr_customer_product_id":180326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:55.000Z","modified_at":"2026-02-08T04:57:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88105060633280","imei1":"88105060633280","imei2":"88105060633280","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180319,"job_number":"JOB_180319","tr_customer_id":180337,"tr_customer_product_id":180327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:56.000Z","modified_at":"2026-02-08T04:57:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80665667937835","imei1":"80665667937835","imei2":"80665667937835","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180321,"job_number":"JOB_180321","tr_customer_id":180339,"tr_customer_product_id":180329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:28.000Z","modified_at":"2026-02-08T04:58:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63321360334216","imei1":"63321360334216","imei2":"63321360334216","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180322,"job_number":"JOB_180322","tr_customer_id":180340,"tr_customer_product_id":180330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:28.000Z","modified_at":"2026-02-08T04:58:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35257868210461","imei1":"35257868210461","imei2":"35257868210461","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180323,"job_number":"JOB_180323","tr_customer_id":180341,"tr_customer_product_id":180331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:28.000Z","modified_at":"2026-02-08T04:58:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90727902096679","imei1":"90727902096679","imei2":"90727902096679","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180324,"job_number":"JOB_180324","tr_customer_id":180342,"tr_customer_product_id":180332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:29.000Z","modified_at":"2026-02-08T04:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49305738051303","imei1":"49305738051303","imei2":"49305738051303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180325,"job_number":"JOB_180325","tr_customer_id":180343,"tr_customer_product_id":180333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:29.000Z","modified_at":"2026-02-08T04:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95349632401438","imei1":"95349632401438","imei2":"95349632401438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180326,"job_number":"JOB_180326","tr_customer_id":180344,"tr_customer_product_id":180334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:29.000Z","modified_at":"2026-02-08T04:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57850142512107","imei1":"57850142512107","imei2":"57850142512107","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180328,"job_number":"JOB_180328","tr_customer_id":180346,"tr_customer_product_id":180336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:21:46.000Z","modified_at":"2026-02-08T05:21:46.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-29","serial_number":"25210875048674","imei1":"25210875048674","imei2":"25210875048674","popurl":"2026-01-29T05:21:46.349363227Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180329,"job_number":"JOB_180329","tr_customer_id":180347,"tr_customer_product_id":180337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:21:54.000Z","modified_at":"2026-02-08T05:21:54.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-29","serial_number":"84257372069620","imei1":"84257372069620","imei2":"84257372069620","popurl":"2026-01-29T05:21:53.782872633Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180330,"job_number":"JOB_180330","tr_customer_id":180348,"tr_customer_product_id":180338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:25:38.000Z","modified_at":"2026-02-08T05:25:38.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"100292270839053","imei1":"100292270839053","imei2":"100292270839053","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180332,"job_number":"JOB_180332","tr_customer_id":180350,"tr_customer_product_id":180340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:25:52.000Z","modified_at":"2026-02-08T05:25:52.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103636967857211","imei1":"103636967857211","imei2":"103636967857211","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:25:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180335,"job_number":"JOB_180335","tr_customer_id":180353,"tr_customer_product_id":180343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:45:08.000Z","modified_at":"2026-02-08T05:45:08.000Z","name":"London Lynch","mobile_number":"223-431-0066","email_id":"Flavie_Frami@hotmail.com","dop":"2025-04-06","serial_number":"12698618606032450","imei1":"12698618606032450","imei2":"12698618606032450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180337,"job_number":"JOB_180337","tr_customer_id":180355,"tr_customer_product_id":180345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:45:18.000Z","modified_at":"2026-02-08T05:45:18.000Z","name":"Cecile Fahey","mobile_number":"236-803-7989","email_id":"Zack.Purdy@gmail.com","dop":"2025-04-06","serial_number":"14824354255662586","imei1":"14824354255662586","imei2":"14824354255662586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180338,"job_number":"JOB_180338","tr_customer_id":180356,"tr_customer_product_id":180346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:48:56.000Z","modified_at":"2026-02-08T05:48:56.000Z","name":"Billy Dooley","mobile_number":"299-253-4928","email_id":"Caroline.Turner@gmail.com","dop":"2025-12-01","serial_number":"10967899698655","imei1":"10967899698655","imei2":"10967899698655","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180339,"job_number":"JOB_180339","tr_customer_id":180357,"tr_customer_product_id":180347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:57:51.000Z","modified_at":"2026-02-08T05:57:51.000Z","name":"Eve Parker","mobile_number":"284-890-8640","email_id":"Dewitt.Hackett9@yahoo.com","dop":"2025-12-01","serial_number":"10074520245287","imei1":"10074520245287","imei2":"10074520245287","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180340,"job_number":"JOB_180340","tr_customer_id":180358,"tr_customer_product_id":180348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:27:27.000Z","modified_at":"2026-02-08T06:27:27.000Z","name":"Tom C","mobile_number":"9620455897","email_id":"bibhu.jitm2008@gmail.com","dop":"2025-11-05","serial_number":"10237002834025","imei1":"10237002834025","imei2":"10237002834025","popurl":"2025-11-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180348,"job_number":"JOB_180348","tr_customer_id":180366,"tr_customer_product_id":180356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:49:02.000Z","modified_at":"2026-02-08T06:49:02.000Z","name":"Susan Kiehn","mobile_number":"503-266-1251","email_id":"Elda95@hotmail.com","dop":"2025-04-06","serial_number":"18261093677071210","imei1":"18261093677071210","imei2":"18261093677071210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180350,"job_number":"JOB_180350","tr_customer_id":180368,"tr_customer_product_id":180358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:49:47.000Z","modified_at":"2026-02-08T06:49:47.000Z","name":"Clemens Heidenreich","mobile_number":"862-266-6877","email_id":"Webster68@gmail.com","dop":"2025-04-06","serial_number":"17782421261729192","imei1":"17782421261729192","imei2":"17782421261729192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180352,"job_number":"JOB_180352","tr_customer_id":180370,"tr_customer_product_id":180360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:50:31.000Z","modified_at":"2026-02-08T06:50:31.000Z","name":"Corrine Sawayn","mobile_number":"951-794-3342","email_id":"Scarlett_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"12876402730082190","imei1":"12876402730082190","imei2":"12876402730082190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180353,"job_number":"JOB_180353","tr_customer_id":180371,"tr_customer_product_id":180361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:01:16.000Z","modified_at":"2026-02-08T07:01:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"","imei1":"","imei2":"","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:01:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180354,"job_number":"JOB_180354","tr_customer_id":180372,"tr_customer_product_id":180362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:01.000Z","modified_at":"2026-02-08T07:11:01.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19070684554277","imei1":"19070684554277","imei2":"19070684554277","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180356,"job_number":"JOB_180356","tr_customer_id":180374,"tr_customer_product_id":180364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:18.000Z","modified_at":"2026-02-08T07:11:18.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10183536677257","imei1":"10183536677257","imei2":"10183536677257","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:11:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180358,"job_number":"JOB_180358","tr_customer_id":180376,"tr_customer_product_id":180366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:35.000Z","modified_at":"2026-02-08T07:11:35.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19059105419490","imei1":"19059105419490","imei2":"19059105419490","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:11:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180360,"job_number":"JOB_180360","tr_customer_id":180378,"tr_customer_product_id":180368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:12:09.000Z","modified_at":"2026-02-08T07:12:09.000Z","name":"Mike Robel","mobile_number":"577-759-1295","email_id":"Drew.Hettinger4@hotmail.com","dop":"2025-12-01","serial_number":"13518373317110","imei1":"13518373317110","imei2":"13518373317110","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:12:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180363,"job_number":"JOB_180363","tr_customer_id":180381,"tr_customer_product_id":180371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:29:34.000Z","modified_at":"2026-02-08T07:29:34.000Z","name":"Sigrid Gibson","mobile_number":"418-748-1640","email_id":"Maximillian_McLaughlin@hotmail.com","dop":"2025-12-01","serial_number":"14164967400191","imei1":"14164967400191","imei2":"14164967400191","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180364,"job_number":"JOB_180364","tr_customer_id":180382,"tr_customer_product_id":180372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:31:37.000Z","modified_at":"2026-02-08T07:31:37.000Z","name":"Abby Bednar","mobile_number":"911-744-6038","email_id":"Elenor.Kovacek@gmail.com","dop":"2025-12-31","serial_number":"45585213515438","imei1":"45585213515438","imei2":"45585213515438","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180366,"job_number":"JOB_180366","tr_customer_id":180384,"tr_customer_product_id":180374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:34:24.000Z","modified_at":"2026-02-08T07:34:24.000Z","name":"Felipa Greenfelder","mobile_number":"983-355-7487","email_id":"Concepcion_Mueller45@yahoo.com","dop":"2025-12-31","serial_number":"29750079310539","imei1":"29750079310539","imei2":"29750079310539","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180369,"job_number":"JOB_180369","tr_customer_id":180387,"tr_customer_product_id":180377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:46:20.000Z","modified_at":"2026-02-08T07:46:20.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"22000736434051","imei1":"22000736434051","imei2":"22000736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180371,"job_number":"JOB_180371","tr_customer_id":180389,"tr_customer_product_id":180379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:03.000Z","modified_at":"2026-02-08T07:54:03.000Z","name":"Fritz O'Connell","mobile_number":"908-470-2092","email_id":"Herman_Roob@yahoo.com","dop":"2025-04-06","serial_number":"12059684823220216","imei1":"12059684823220216","imei2":"12059684823220216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180373,"job_number":"JOB_180373","tr_customer_id":180391,"tr_customer_product_id":180381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:31.000Z","modified_at":"2026-02-08T07:54:31.000Z","name":"Sydney Lindgren","mobile_number":"536-816-9570","email_id":"Jayden17@yahoo.com","dop":"2025-04-06","serial_number":"11009572995920926","imei1":"11009572995920926","imei2":"11009572995920926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180376,"job_number":"JOB_180376","tr_customer_id":180394,"tr_customer_product_id":180384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:08:20.000Z","modified_at":"2026-02-08T08:08:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17845039250836","imei1":"17845039250836","imei2":"17845039250836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180378,"job_number":"JOB_180378","tr_customer_id":180396,"tr_customer_product_id":180386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:08:21.000Z","modified_at":"2026-02-08T08:08:21.000Z","name":"Kiarra Flatley","mobile_number":"938-824-4429","email_id":"Keon15@yahoo.com","dop":"2025-04-06","serial_number":"10904959962650748","imei1":"10904959962650748","imei2":"10904959962650748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180379,"job_number":"JOB_180379","tr_customer_id":180397,"tr_customer_product_id":180387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:08.000Z","modified_at":"2026-02-08T08:09:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15419500969050","imei1":"15419500969050","imei2":"15419500969050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180381,"job_number":"JOB_180381","tr_customer_id":180399,"tr_customer_product_id":180389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:09.000Z","modified_at":"2026-02-08T08:09:09.000Z","name":"Sammie Ledner","mobile_number":"444-409-5986","email_id":"Luz_Lemke@hotmail.com","dop":"2025-04-06","serial_number":"13418824910768406","imei1":"13418824910768406","imei2":"13418824910768406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180382,"job_number":"JOB_180382","tr_customer_id":180400,"tr_customer_product_id":180390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:55.000Z","modified_at":"2026-02-08T08:09:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336180218794","imei1":"17336180218794","imei2":"17336180218794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180384,"job_number":"JOB_180384","tr_customer_id":180402,"tr_customer_product_id":180392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:57.000Z","modified_at":"2026-02-08T08:09:57.000Z","name":"Francisca Monahan","mobile_number":"936-288-0865","email_id":"Waylon_Pfannerstill@gmail.com","dop":"2025-04-06","serial_number":"12633359571850206","imei1":"12633359571850206","imei2":"12633359571850206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180385,"job_number":"JOB_180385","tr_customer_id":180403,"tr_customer_product_id":180393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:13:52.000Z","modified_at":"2026-02-08T08:13:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13523820461974","imei1":"13523820461974","imei2":"13523820461974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180387,"job_number":"JOB_180387","tr_customer_id":180405,"tr_customer_product_id":180395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:13:54.000Z","modified_at":"2026-02-08T08:13:54.000Z","name":"Elyse Gleason","mobile_number":"346-355-5136","email_id":"Elta.Auer@gmail.com","dop":"2025-04-06","serial_number":"16311468623419494","imei1":"16311468623419494","imei2":"16311468623419494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:13:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180388,"job_number":"JOB_180388","tr_customer_id":180406,"tr_customer_product_id":180396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:14:40.000Z","modified_at":"2026-02-08T08:14:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10780819994204","imei1":"10780819994204","imei2":"10780819994204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:14:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180390,"job_number":"JOB_180390","tr_customer_id":180408,"tr_customer_product_id":180398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:14:42.000Z","modified_at":"2026-02-08T08:14:42.000Z","name":"Dalton Marvin","mobile_number":"557-920-7785","email_id":"Mariano86@yahoo.com","dop":"2025-04-06","serial_number":"10776319090095608","imei1":"10776319090095608","imei2":"10776319090095608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180391,"job_number":"JOB_180391","tr_customer_id":180409,"tr_customer_product_id":180399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:15:28.000Z","modified_at":"2026-02-08T08:15:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18578344909355","imei1":"18578344909355","imei2":"18578344909355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:15:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180393,"job_number":"JOB_180393","tr_customer_id":180411,"tr_customer_product_id":180401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:15:29.000Z","modified_at":"2026-02-08T08:15:29.000Z","name":"Sigurd Goldner","mobile_number":"260-863-7865","email_id":"Darwin70@yahoo.com","dop":"2025-04-06","serial_number":"13566396338316338","imei1":"13566396338316338","imei2":"13566396338316338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:15:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180397,"job_number":"JOB_180397","tr_customer_id":180415,"tr_customer_product_id":180405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:52:32.000Z","modified_at":"2026-02-08T08:52:32.000Z","name":"Test Testng","mobile_number":"1234567890","email_id":"ty@gmail.com","dop":"2026-02-01","serial_number":"12346565656565656","imei1":"12346565656565656","imei2":"12346565656565656","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:52:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180398,"job_number":"JOB_180398","tr_customer_id":180416,"tr_customer_product_id":180406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:49:45.000Z","modified_at":"2026-02-08T09:49:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19966982250199","imei1":"19966982250199","imei2":"19966982250199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180400,"job_number":"JOB_180400","tr_customer_id":180418,"tr_customer_product_id":180408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:49:47.000Z","modified_at":"2026-02-08T09:49:47.000Z","name":"Narciso Rogahn","mobile_number":"549-478-5229","email_id":"Esmeralda.Williamson84@hotmail.com","dop":"2025-04-06","serial_number":"19117205773732960","imei1":"19117205773732960","imei2":"19117205773732960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180401,"job_number":"JOB_180401","tr_customer_id":180419,"tr_customer_product_id":180409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:50:33.000Z","modified_at":"2026-02-08T09:50:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12249084871671","imei1":"12249084871671","imei2":"12249084871671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180403,"job_number":"JOB_180403","tr_customer_id":180421,"tr_customer_product_id":180411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:50:35.000Z","modified_at":"2026-02-08T09:50:35.000Z","name":"Ally Haag","mobile_number":"781-422-4795","email_id":"Fausto_Ernser@gmail.com","dop":"2025-04-06","serial_number":"19763401138500616","imei1":"19763401138500616","imei2":"19763401138500616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180404,"job_number":"JOB_180404","tr_customer_id":180422,"tr_customer_product_id":180412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:51:20.000Z","modified_at":"2026-02-08T09:51:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10237859697455","imei1":"10237859697455","imei2":"10237859697455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180406,"job_number":"JOB_180406","tr_customer_id":180424,"tr_customer_product_id":180414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:51:22.000Z","modified_at":"2026-02-08T09:51:22.000Z","name":"Ramona Jaskolski","mobile_number":"673-642-8526","email_id":"Meda78@yahoo.com","dop":"2025-04-06","serial_number":"12502251686350558","imei1":"12502251686350558","imei2":"12502251686350558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180407,"job_number":"JOB_180407","tr_customer_id":180425,"tr_customer_product_id":180415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:56:22.000Z","modified_at":"2026-02-08T09:56:22.000Z","name":"Suman Gowda","mobile_number":"7076954458","email_id":"brahma.arora@hotmail.com","dop":"2025-11-04","serial_number":"34942046714317","imei1":"34942046714317","imei2":"34942046714317","popurl":"www.aditya-namboothiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180412,"job_number":"JOB_180412","tr_customer_id":180430,"tr_customer_product_id":180420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:11:06.000Z","modified_at":"2026-02-08T10:11:06.000Z","name":"Clinton Collier","mobile_number":"384-278-8289","email_id":"Henri45@gmail.com","dop":"2025-10-06","serial_number":"17879201515310536","imei1":"17879201515310536","imei2":"17879201515310536","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180413,"job_number":"JOB_180413","tr_customer_id":180431,"tr_customer_product_id":180421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:13:21.000Z","modified_at":"2026-02-08T10:13:21.000Z","name":"Deeptiman Menon","mobile_number":"7501911631","email_id":"sarala.mehra@yahoo.co.in","dop":"2025-07-23","serial_number":"97500677726553","imei1":"97500677726553","imei2":"97500677726553","popurl":"www.acharyasuta-ahuja.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180414,"job_number":"JOB_180414","tr_customer_id":180432,"tr_customer_product_id":180422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:13:21.000Z","modified_at":"2026-02-08T10:13:21.000Z","name":"Gautam Dwivedi","mobile_number":"7546580083","email_id":"rageswari.sethi@hotmail.com","dop":"2026-01-24","serial_number":"51604380631206","imei1":"51604380631206","imei2":"51604380631206","popurl":"www.anjaneya-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180415,"job_number":"JOB_180415","tr_customer_id":180434,"tr_customer_product_id":180423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:13:21.000Z","modified_at":"2026-02-08T10:13:21.000Z","name":"Surya Khatri","mobile_number":"7096531935","email_id":"aanand.gill@gmail.com","dop":"2025-07-07","serial_number":"41664343426442","imei1":"41664343426442","imei2":"41664343426442","popurl":"www.dron-gill.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180417,"job_number":"JOB_180417","tr_customer_id":180435,"tr_customer_product_id":180425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Vaidehi Gowda","mobile_number":"7221393002","email_id":"chandrabhan.chaturvedi@yahoo.co.in","dop":"2025-07-12","serial_number":"23912569091325","imei1":"23912569091325","imei2":"23912569091325","popurl":"www.gorakhanatha-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180418,"job_number":"JOB_180418","tr_customer_id":180436,"tr_customer_product_id":180426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Javas Trivedi","mobile_number":"7660691524","email_id":"ujjawal.shukla@gmail.com","dop":"2025-08-07","serial_number":"11488350202786","imei1":"11488350202786","imei2":"11488350202786","popurl":"www.mohini-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180419,"job_number":"JOB_180419","tr_customer_id":180437,"tr_customer_product_id":180427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Giriraj Sharma","mobile_number":"7059970083","email_id":"anamika.dwivedi@yahoo.co.in","dop":"2025-03-23","serial_number":"54151616863063","imei1":"54151616863063","imei2":"54151616863063","popurl":"www.asha-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180421,"job_number":"JOB_180421","tr_customer_id":180439,"tr_customer_product_id":180429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Meenakshi Menon","mobile_number":"7653350158","email_id":"ekaling.talwar@gmail.com","dop":"2025-11-21","serial_number":"97929802734046","imei1":"97929802734046","imei2":"97929802734046","popurl":"www.aaryan-saini.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180426,"job_number":"JOB_180426","tr_customer_id":180444,"tr_customer_product_id":180434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:18:10.000Z","modified_at":"2026-02-08T10:18:10.000Z","name":"Coby Kovacek","mobile_number":"419-774-8808","email_id":"Brayan.Swift@hotmail.com","dop":"2025-10-06","serial_number":"18875859046142060","imei1":"18875859046142060","imei2":"18875859046142060","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180430,"job_number":"JOB_180430","tr_customer_id":180448,"tr_customer_product_id":180438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:22:45.000Z","modified_at":"2026-02-08T10:22:45.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147332","imei1":"45147707147332","imei2":"45147707147332","popurl":"2026-01-29T10:22:43.235660Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180434,"job_number":"JOB_180434","tr_customer_id":180452,"tr_customer_product_id":180442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:24:42.000Z","modified_at":"2026-02-08T10:24:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147312","imei1":"45147707147312","imei2":"45147707147312","popurl":"2026-01-29T10:24:40.732916500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180436,"job_number":"JOB_180436","tr_customer_id":180454,"tr_customer_product_id":180444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:27:59.000Z","modified_at":"2026-02-08T10:27:59.000Z","name":"Marina Roberts","mobile_number":"394-879-6406","email_id":"Camden.Gerhold39@hotmail.com","dop":"2025-10-06","serial_number":"16013752338461256","imei1":"16013752338461256","imei2":"16013752338461256","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180437,"job_number":"JOB_180437","tr_customer_id":180455,"tr_customer_product_id":180445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:31:37.000Z","modified_at":"2026-02-08T10:31:37.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147112","imei1":"45147707147112","imei2":"45147707147112","popurl":"2026-01-29T10:31:35.515661200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180438,"job_number":"JOB_180438","tr_customer_id":180456,"tr_customer_product_id":180446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:35:22.000Z","modified_at":"2026-02-08T10:35:22.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147162","imei1":"45147707147162","imei2":"45147707147162","popurl":"2026-01-29T10:35:20.573138300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180439,"job_number":"JOB_180439","tr_customer_id":180457,"tr_customer_product_id":180447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:38:03.000Z","modified_at":"2026-02-08T10:38:03.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"12345678903457","imei2":"12345678903457","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180440,"job_number":"JOB_180440","tr_customer_id":180458,"tr_customer_product_id":180448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:42:52.000Z","modified_at":"2026-02-08T10:42:52.000Z","name":"Chinmayananda Chaturvedi","mobile_number":"707335497707","email_id":"archan.sethi@yahoo.co.in","dop":"2026-01-29","serial_number":"43645656623488","imei1":"43645656623488","imei2":"43645656623488","popurl":"www.bhoopat-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180441,"job_number":"JOB_180441","tr_customer_id":180459,"tr_customer_product_id":180449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:16.000Z","modified_at":"2026-02-08T10:47:16.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"10902329612541","imei2":"10902329612541","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:47:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180442,"job_number":"JOB_180442","tr_customer_id":180460,"tr_customer_product_id":180450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:55.000Z","modified_at":"2026-02-08T10:47:55.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"10269752935412","imei2":"10269752935412","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180443,"job_number":"JOB_180443","tr_customer_id":180461,"tr_customer_product_id":180451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:58.000Z","modified_at":"2026-02-08T10:47:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16585753474045","imei1":"16585753474045","imei2":"16585753474045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:47:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180445,"job_number":"JOB_180445","tr_customer_id":180463,"tr_customer_product_id":180453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:00.000Z","modified_at":"2026-02-08T10:48:00.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-29","serial_number":"39821259782184","imei1":"39821259782184","imei2":"39821259782184","popurl":"2026-01-29T10:47:50.264172289Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180446,"job_number":"JOB_180446","tr_customer_id":180464,"tr_customer_product_id":180454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:00.000Z","modified_at":"2026-02-08T10:48:00.000Z","name":"Neha Lang","mobile_number":"684-820-8565","email_id":"Jeramy50@yahoo.com","dop":"2025-04-06","serial_number":"17916300346536964","imei1":"17916300346536964","imei2":"17916300346536964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180447,"job_number":"JOB_180447","tr_customer_id":180465,"tr_customer_product_id":180455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:12.000Z","modified_at":"2026-02-08T10:48:12.000Z","name":"Aaratrika Singh","mobile_number":"8631625390","email_id":"raj.arora@gmail.com","dop":"2026-01-29","serial_number":"81436053959528","imei1":"81436053959528","imei2":"81436053959528","popurl":"www.kiran-kocchar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180448,"job_number":"JOB_180448","tr_customer_id":180466,"tr_customer_product_id":180456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:45.000Z","modified_at":"2026-02-08T10:48:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17273610913968","imei1":"17273610913968","imei2":"17273610913968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180450,"job_number":"JOB_180450","tr_customer_id":180468,"tr_customer_product_id":180458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:47.000Z","modified_at":"2026-02-08T10:48:47.000Z","name":"Brooks Maggio","mobile_number":"751-461-4047","email_id":"Elena81@yahoo.com","dop":"2025-04-06","serial_number":"12795151605996892","imei1":"12795151605996892","imei2":"12795151605996892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180451,"job_number":"JOB_180451","tr_customer_id":180469,"tr_customer_product_id":180459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:49:32.000Z","modified_at":"2026-02-08T10:49:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13273287470860","imei1":"13273287470860","imei2":"13273287470860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180453,"job_number":"JOB_180453","tr_customer_id":180471,"tr_customer_product_id":180461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:49:34.000Z","modified_at":"2026-02-08T10:49:34.000Z","name":"Buddy Osinski","mobile_number":"626-718-0037","email_id":"Jodie13@gmail.com","dop":"2025-04-06","serial_number":"15762618010654788","imei1":"15762618010654788","imei2":"15762618010654788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180454,"job_number":"JOB_180454","tr_customer_id":180472,"tr_customer_product_id":180462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:30:14.000Z","modified_at":"2026-02-08T11:30:14.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2026-01-29","serial_number":"22000036434051","imei1":"22000036434051","imei2":"22000036434051","popurl":"2026-01-29T11:24:32.275217600Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180455,"job_number":"JOB_180455","tr_customer_id":180473,"tr_customer_product_id":180463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:33.000Z","modified_at":"2026-02-08T11:49:33.000Z","name":"ankit chauhan","mobile_number":"5612458874","email_id":"ankit@123","dop":"2025-10-06","serial_number":"18485449382866","imei1":"18485449382866","imei2":"18485449382866","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180457,"job_number":"JOB_180457","tr_customer_id":180475,"tr_customer_product_id":180465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:33.000Z","modified_at":"2026-02-08T11:49:34.000Z","name":"Elisa Cole","mobile_number":"789-927-2429","email_id":"Sydnie94@gmail.com","dop":"2025-10-06","serial_number":"12896362352077666","imei1":"12896362352077666","imei2":"12896362352077666","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180458,"job_number":"JOB_180458","tr_customer_id":180476,"tr_customer_product_id":180466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:41.000Z","modified_at":"2026-02-08T11:49:41.000Z","name":"harsh sharma","mobile_number":"9875478445","email_id":"harsh@11","dop":"2025-10-06","serial_number":"16203298625138","imei1":"16203298625138","imei2":"16203298625138","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180460,"job_number":"JOB_180460","tr_customer_id":180478,"tr_customer_product_id":180468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:41.000Z","modified_at":"2026-02-08T11:49:41.000Z","name":"Jerrod McDermott","mobile_number":"318-662-4893","email_id":"Owen_Kautzer@hotmail.com","dop":"2025-10-06","serial_number":"11964757661694694","imei1":"11964757661694694","imei2":"11964757661694694","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180461,"job_number":"JOB_180461","tr_customer_id":180479,"tr_customer_product_id":180469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:49.000Z","modified_at":"2026-02-08T11:49:49.000Z","name":"ayush chaudhary","mobile_number":"9995554441","email_id":"ayush@321","dop":"2025-10-06","serial_number":"19612216072381","imei1":"19612216072381","imei2":"19612216072381","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180463,"job_number":"JOB_180463","tr_customer_id":180481,"tr_customer_product_id":180471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:49.000Z","modified_at":"2026-02-08T11:49:49.000Z","name":"Abdiel Frami","mobile_number":"595-621-3666","email_id":"Jimmy.Glover90@yahoo.com","dop":"2025-10-06","serial_number":"12056811978793420","imei1":"12056811978793420","imei2":"12056811978793420","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180464,"job_number":"JOB_180464","tr_customer_id":180482,"tr_customer_product_id":180472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:57.000Z","modified_at":"2026-02-08T11:49:57.000Z","name":"sandeep gupta","mobile_number":"98555445554","email_id":"sandy@321","dop":"2025-10-06","serial_number":"19538802870725","imei1":"19538802870725","imei2":"19538802870725","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180466,"job_number":"JOB_180466","tr_customer_id":180484,"tr_customer_product_id":180474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:57.000Z","modified_at":"2026-02-08T11:49:57.000Z","name":"Ronny Schmeler","mobile_number":"839-272-8496","email_id":"Lura_Satterfield@hotmail.com","dop":"2025-10-06","serial_number":"19206778035785576","imei1":"19206778035785576","imei2":"19206778035785576","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180467,"job_number":"JOB_180467","tr_customer_id":180485,"tr_customer_product_id":180475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:06.000Z","modified_at":"2026-02-08T11:56:06.000Z","name":"ankit chauhan","mobile_number":"5612458874","email_id":"ankit@123","dop":"2025-10-06","serial_number":"11562439802522","imei1":"11562439802522","imei2":"11562439802522","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180469,"job_number":"JOB_180469","tr_customer_id":180487,"tr_customer_product_id":180477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:07.000Z","modified_at":"2026-02-08T11:56:07.000Z","name":"Quinton Gleason","mobile_number":"389-508-7682","email_id":"Bennie80@gmail.com","dop":"2025-10-06","serial_number":"11654216331032690","imei1":"11654216331032690","imei2":"11654216331032690","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180470,"job_number":"JOB_180470","tr_customer_id":180488,"tr_customer_product_id":180478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:14.000Z","modified_at":"2026-02-08T11:56:14.000Z","name":"harsh sharma","mobile_number":"9875478445","email_id":"harsh@11","dop":"2025-10-06","serial_number":"14903993461270","imei1":"14903993461270","imei2":"14903993461270","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180472,"job_number":"JOB_180472","tr_customer_id":180490,"tr_customer_product_id":180480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:14.000Z","modified_at":"2026-02-08T11:56:14.000Z","name":"Adell Mann","mobile_number":"255-770-5924","email_id":"Amina42@gmail.com","dop":"2025-10-06","serial_number":"13863447283476922","imei1":"13863447283476922","imei2":"13863447283476922","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180473,"job_number":"JOB_180473","tr_customer_id":180491,"tr_customer_product_id":180481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:22.000Z","modified_at":"2026-02-08T11:56:22.000Z","name":"ayush chaudhary","mobile_number":"9995554441","email_id":"ayush@321","dop":"2025-10-06","serial_number":"15862201852900","imei1":"15862201852900","imei2":"15862201852900","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180475,"job_number":"JOB_180475","tr_customer_id":180493,"tr_customer_product_id":180483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:22.000Z","modified_at":"2026-02-08T11:56:22.000Z","name":"Lizeth Yost","mobile_number":"517-358-8821","email_id":"Rickie.Kemmer16@hotmail.com","dop":"2025-10-06","serial_number":"14154532335404648","imei1":"14154532335404648","imei2":"14154532335404648","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180476,"job_number":"JOB_180476","tr_customer_id":180494,"tr_customer_product_id":180484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:29.000Z","modified_at":"2026-02-08T11:56:29.000Z","name":"sandeep gupta","mobile_number":"98555445554","email_id":"sandy@321","dop":"2025-10-06","serial_number":"10602887138642","imei1":"10602887138642","imei2":"10602887138642","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180478,"job_number":"JOB_180478","tr_customer_id":180496,"tr_customer_product_id":180486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:30.000Z","modified_at":"2026-02-08T11:56:30.000Z","name":"Maymie Turner","mobile_number":"982-396-7920","email_id":"Fidel75@gmail.com","dop":"2025-10-06","serial_number":"14581508051028254","imei1":"14581508051028254","imei2":"14581508051028254","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180479,"job_number":"JOB_180479","tr_customer_id":180497,"tr_customer_product_id":180487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Chandrakin Iyengar","mobile_number":"7614981149","email_id":"krishnadas.ganaka@hotmail.com","dop":"2025-10-26","serial_number":"44790417982572","imei1":"44790417982572","imei2":"44790417982572","popurl":"www.adhrit-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180480,"job_number":"JOB_180480","tr_customer_id":180498,"tr_customer_product_id":180488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Giriraj Embranthiri","mobile_number":"7516024257","email_id":"laxmi.nambeesan@yahoo.co.in","dop":"2025-02-19","serial_number":"66625489580206","imei1":"66625489580206","imei2":"66625489580206","popurl":"www.shakuntala-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180481,"job_number":"JOB_180481","tr_customer_id":180499,"tr_customer_product_id":180489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Aagney Shah","mobile_number":"7269978236","email_id":"kumari.prajapat@yahoo.co.in","dop":"2025-12-13","serial_number":"83067945644998","imei1":"83067945644998","imei2":"83067945644998","popurl":"www.tarun-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180482,"job_number":"JOB_180482","tr_customer_id":180500,"tr_customer_product_id":180490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Brahmdev Abbott","mobile_number":"7853711246","email_id":"goswamee.kaul@hotmail.com","dop":"2025-05-11","serial_number":"38510641582512","imei1":"38510641582512","imei2":"38510641582512","popurl":"www.dinakar-sethi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180483,"job_number":"JOB_180483","tr_customer_id":180501,"tr_customer_product_id":180491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Deeptimay Ganaka","mobile_number":"7587593364","email_id":"keerti.sharma@gmail.com","dop":"2025-12-03","serial_number":"54406486913306","imei1":"54406486913306","imei2":"54406486913306","popurl":"www.vasundhara-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180484,"job_number":"JOB_180484","tr_customer_id":180502,"tr_customer_product_id":180492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:16.000Z","modified_at":"2026-02-08T12:09:16.000Z","name":"ankit chauhan","mobile_number":"5612458874","email_id":"ankit@123","dop":"2025-10-06","serial_number":"11804322181719","imei1":"11804322181719","imei2":"11804322181719","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180486,"job_number":"JOB_180486","tr_customer_id":180504,"tr_customer_product_id":180494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:17.000Z","modified_at":"2026-02-08T12:09:17.000Z","name":"Reid Jerde","mobile_number":"531-259-9425","email_id":"Brayan30@yahoo.com","dop":"2025-10-06","serial_number":"13903205593536908","imei1":"13903205593536908","imei2":"13903205593536908","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180487,"job_number":"JOB_180487","tr_customer_id":180505,"tr_customer_product_id":180495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:24.000Z","modified_at":"2026-02-08T12:09:24.000Z","name":"harsh sharma","mobile_number":"9875478445","email_id":"harsh@11","dop":"2025-10-06","serial_number":"13829884717908","imei1":"13829884717908","imei2":"13829884717908","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180489,"job_number":"JOB_180489","tr_customer_id":180507,"tr_customer_product_id":180497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:25.000Z","modified_at":"2026-02-08T12:09:25.000Z","name":"Levi Blanda","mobile_number":"667-668-3141","email_id":"Elna_Adams26@hotmail.com","dop":"2025-10-06","serial_number":"11146289349311548","imei1":"11146289349311548","imei2":"11146289349311548","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180490,"job_number":"JOB_180490","tr_customer_id":180508,"tr_customer_product_id":180498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:33.000Z","modified_at":"2026-02-08T12:09:33.000Z","name":"ayush chaudhary","mobile_number":"9995554441","email_id":"ayush@321","dop":"2025-10-06","serial_number":"13484300853345","imei1":"13484300853345","imei2":"13484300853345","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180492,"job_number":"JOB_180492","tr_customer_id":180510,"tr_customer_product_id":180500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:34.000Z","modified_at":"2026-02-08T12:09:34.000Z","name":"Nicklaus Hermiston","mobile_number":"827-992-4358","email_id":"Maria65@hotmail.com","dop":"2025-10-06","serial_number":"19980162862554990","imei1":"19980162862554990","imei2":"19980162862554990","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180493,"job_number":"JOB_180493","tr_customer_id":180511,"tr_customer_product_id":180501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:41.000Z","modified_at":"2026-02-08T12:09:41.000Z","name":"sandeep gupta","mobile_number":"98555445554","email_id":"sandy@321","dop":"2025-10-06","serial_number":"17627069625992","imei1":"17627069625992","imei2":"17627069625992","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180495,"job_number":"JOB_180495","tr_customer_id":180513,"tr_customer_product_id":180503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:42.000Z","modified_at":"2026-02-08T12:09:42.000Z","name":"Emelie Ruecker","mobile_number":"676-574-7609","email_id":"Xzavier.Dare44@yahoo.com","dop":"2025-10-06","serial_number":"14181291470499452","imei1":"14181291470499452","imei2":"14181291470499452","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180496,"job_number":"JOB_180496","tr_customer_id":180514,"tr_customer_product_id":180504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Baalaaditya Kaul","mobile_number":"7106911343","email_id":"kalpana.pandey@hotmail.com","dop":"2025-08-23","serial_number":"55235957311984","imei1":"55235957311984","imei2":"55235957311984","popurl":"www.abhisyanta-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180497,"job_number":"JOB_180497","tr_customer_id":180515,"tr_customer_product_id":180505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Acharyasuta Mahajan","mobile_number":"7957857540","email_id":"jagadisha.marar@hotmail.com","dop":"2025-09-03","serial_number":"15335054013165","imei1":"15335054013165","imei2":"15335054013165","popurl":"www.chitramala-sinha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180498,"job_number":"JOB_180498","tr_customer_id":180517,"tr_customer_product_id":180507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Surya Varma","mobile_number":"7139760640","email_id":"tanushri.banerjee@hotmail.com","dop":"2025-09-27","serial_number":"21333493114975","imei1":"21333493114975","imei2":"21333493114975","popurl":"www.chandrabhan-kaniyar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180499,"job_number":"JOB_180499","tr_customer_id":180516,"tr_customer_product_id":180506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Rajinder Jain","mobile_number":"7072671523","email_id":"chidananda.jha@gmail.com","dop":"2025-09-17","serial_number":"66503991645606","imei1":"66503991645606","imei2":"66503991645606","popurl":"www.gopaal-tandon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180500,"job_number":"JOB_180500","tr_customer_id":180518,"tr_customer_product_id":180508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Anand Swarup Menon","mobile_number":"7919982948","email_id":"prayag.pandey@gmail.com","dop":"2025-02-13","serial_number":"31391126402323","imei1":"31391126402323","imei2":"31391126402323","popurl":"www.abhaya-butt.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180501,"job_number":"JOB_180501","tr_customer_id":180519,"tr_customer_product_id":180509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Travon Halvorson","mobile_number":"308-982-2512","email_id":"Layne.Turcotte@yahoo.com","dop":"2025-04-06","serial_number":"45190783756131","imei1":"45190783756131","imei2":"45190783756131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180502,"job_number":"JOB_180502","tr_customer_id":180520,"tr_customer_product_id":180510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Uday Halvorson","mobile_number":"308-982-2512","email_id":"Layne.Turcotte@yahoo.com","dop":"2025-04-06","serial_number":"67190783756131","imei1":"67190783756131","imei2":"67190783756131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180503,"job_number":"JOB_180503","tr_customer_id":180521,"tr_customer_product_id":180511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Jatin Halvorson","mobile_number":"308-982-2512","email_id":"Layne.Turcotte@yahoo.com","dop":"2025-04-06","serial_number":"56190783756131","imei1":"56190783756131","imei2":"56190783756131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180504,"job_number":"JOB_180504","tr_customer_id":180522,"tr_customer_product_id":180512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Agneya Pilla","mobile_number":"7365895169","email_id":"nalini.varman@gmail.com","dop":"2025-03-01","serial_number":"59711991910219","imei1":"59711991910219","imei2":"59711991910219","popurl":"www.kali-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180505,"job_number":"JOB_180505","tr_customer_id":180523,"tr_customer_product_id":180513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Akshayakeerti Nambeesan","mobile_number":"7899017411","email_id":"avantika.joshi@hotmail.com","dop":"2025-05-24","serial_number":"62420546022827","imei1":"62420546022827","imei2":"62420546022827","popurl":"www.adinath-namboothiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180506,"job_number":"JOB_180506","tr_customer_id":180524,"tr_customer_product_id":180514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Vasudev Kakkar","mobile_number":"7726566369","email_id":"deepali.tandon@gmail.com","dop":"2025-02-13","serial_number":"41282816065422","imei1":"41282816065422","imei2":"41282816065422","popurl":"www.birjesh-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180507,"job_number":"JOB_180507","tr_customer_id":180526,"tr_customer_product_id":180515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Mukesh Kocchar","mobile_number":"7827257389","email_id":"ekalavya.banerjee@yahoo.co.in","dop":"2026-01-17","serial_number":"90550313595655","imei1":"90550313595655","imei2":"90550313595655","popurl":"www.deeptanshu-kapoor.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180508,"job_number":"JOB_180508","tr_customer_id":180525,"tr_customer_product_id":180516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Bilwa Marar","mobile_number":"7024282195","email_id":"dinesh.johar@hotmail.com","dop":"2025-05-26","serial_number":"44838025354738","imei1":"44838025354738","imei2":"44838025354738","popurl":"www.gobinda-jain.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180509,"job_number":"JOB_180509","tr_customer_id":180527,"tr_customer_product_id":180517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Dhanesh Pilla","mobile_number":"7434741203","email_id":"acaryatanaya.marar@yahoo.co.in","dop":"2025-04-28","serial_number":"95729468297349","imei1":"95729468297349","imei2":"95729468297349","popurl":"www.chinmayananda-rana.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180510,"job_number":"JOB_180510","tr_customer_id":180528,"tr_customer_product_id":180518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Hiranmay Nayar","mobile_number":"7763106048","email_id":"gorakhanatha.acharya@gmail.com","dop":"2025-06-14","serial_number":"64570558780675","imei1":"64570558780675","imei2":"64570558780675","popurl":"www.deeptimoy-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180511,"job_number":"JOB_180511","tr_customer_id":180529,"tr_customer_product_id":180519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Chandni Shah","mobile_number":"7065064274","email_id":"dinakar.kaur@gmail.com","dop":"2025-08-24","serial_number":"68749851335097","imei1":"68749851335097","imei2":"68749851335097","popurl":"www.sushil-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180512,"job_number":"JOB_180512","tr_customer_id":180530,"tr_customer_product_id":180520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Tanirika Mehrotra","mobile_number":"7239411244","email_id":"tanushri.panicker@gmail.com","dop":"2026-01-05","serial_number":"44408868941626","imei1":"44408868941626","imei2":"44408868941626","popurl":"www.bala-joshi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180513,"job_number":"JOB_180513","tr_customer_id":180531,"tr_customer_product_id":180521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Bhramar Khatri","mobile_number":"7477980856","email_id":"manik.jha@gmail.com","dop":"2025-02-12","serial_number":"94742079031070","imei1":"94742079031070","imei2":"94742079031070","popurl":"www.kannen-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180514,"job_number":"JOB_180514","tr_customer_id":180532,"tr_customer_product_id":180522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Kin Dwivedi","mobile_number":"7553177710","email_id":"vimal.reddy@gmail.com","dop":"2025-04-11","serial_number":"88684891732415","imei1":"88684891732415","imei2":"88684891732415","popurl":"www.amrita-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180515,"job_number":"JOB_180515","tr_customer_id":180533,"tr_customer_product_id":180523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Vishwamitra Guneta","mobile_number":"7860900714","email_id":"rageswari.joshi@yahoo.co.in","dop":"2025-06-18","serial_number":"87242738324842","imei1":"87242738324842","imei2":"87242738324842","popurl":"www.parvati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180516,"job_number":"JOB_180516","tr_customer_id":180534,"tr_customer_product_id":180524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Tushar Panicker","mobile_number":"7182466263","email_id":"laxmi.bhattathiri@gmail.com","dop":"2025-12-22","serial_number":"40403730886315","imei1":"40403730886315","imei2":"40403730886315","popurl":"www.damodara-joshi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180517,"job_number":"JOB_180517","tr_customer_id":180535,"tr_customer_product_id":180525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Shridevi Gill","mobile_number":"7736632609","email_id":"narendra.pilla@yahoo.co.in","dop":"2025-06-23","serial_number":"82388417627461","imei1":"82388417627461","imei2":"82388417627461","popurl":"www.lila-patel.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180518,"job_number":"JOB_180518","tr_customer_id":180536,"tr_customer_product_id":180526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Akroor Shukla","mobile_number":"7196432037","email_id":"lila.sharma@gmail.com","dop":"2025-10-06","serial_number":"57286493122505","imei1":"57286493122505","imei2":"57286493122505","popurl":"www.shakuntala-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180519,"job_number":"JOB_180519","tr_customer_id":180538,"tr_customer_product_id":180528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Bhooshit Sharma","mobile_number":"7578541469","email_id":"jagadisha.pilla@yahoo.co.in","dop":"2025-12-21","serial_number":"00794503111307","imei1":"00794503111307","imei2":"00794503111307","popurl":"www.aagam-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180520,"job_number":"JOB_180520","tr_customer_id":180537,"tr_customer_product_id":180527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Trilok Adiga","mobile_number":"7092842534","email_id":"lakshmidhar.pandey@gmail.com","dop":"2025-04-10","serial_number":"31767057836454","imei1":"31767057836454","imei2":"31767057836454","popurl":"www.sameer-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180521,"job_number":"JOB_180521","tr_customer_id":180539,"tr_customer_product_id":180529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Anasooya Mehra","mobile_number":"7072988320","email_id":"laxman.sethi@gmail.com","dop":"2025-10-24","serial_number":"46790092709751","imei1":"46790092709751","imei2":"46790092709751","popurl":"www.achalesvara-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180522,"job_number":"JOB_180522","tr_customer_id":180540,"tr_customer_product_id":180530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Kannan Sinha","mobile_number":"7412227846","email_id":"shakti.kaniyar@gmail.com","dop":"2025-02-11","serial_number":"14175741847733","imei1":"14175741847733","imei2":"14175741847733","popurl":"www.devi-guneta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180523,"job_number":"JOB_180523","tr_customer_id":180541,"tr_customer_product_id":180531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Laxman Sinha","mobile_number":"7087944327","email_id":"chaturbhuj.ahuja@gmail.com","dop":"2025-02-27","serial_number":"62004103454941","imei1":"62004103454941","imei2":"62004103454941","popurl":"www.purnima-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180525,"job_number":"JOB_180525","tr_customer_id":180543,"tr_customer_product_id":180533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:39:22.000Z","modified_at":"2026-02-08T13:39:22.000Z","name":"Emory Abshire","mobile_number":"335-976-9243","email_id":"Green54@yahoo.com","dop":"2025-05-30","serial_number":"13458146226915","imei1":"13458146226915","imei2":"13458146226915","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180526,"job_number":"JOB_180526","tr_customer_id":180544,"tr_customer_product_id":180534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:39:23.000Z","modified_at":"2026-02-08T13:39:23.000Z","name":"Demarcus Nader","mobile_number":"325-856-4907","email_id":"Aliya_Kuhic8@hotmail.com","dop":"2025-05-30","serial_number":"1504472981039553","imei1":"1504472981039553","imei2":"1504472981039553","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180527,"job_number":"JOB_180527","tr_customer_id":180545,"tr_customer_product_id":180535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:57:57.000Z","modified_at":"2026-02-08T13:57:57.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104604446271953","imei1":"104604446271953","imei2":"104604446271953","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180529,"job_number":"JOB_180529","tr_customer_id":180547,"tr_customer_product_id":180537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:58:46.000Z","modified_at":"2026-02-08T13:58:46.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105078321055700","imei1":"105078321055700","imei2":"105078321055700","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180531,"job_number":"JOB_180531","tr_customer_id":180549,"tr_customer_product_id":180539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:09.000Z","modified_at":"2026-02-08T13:59:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79258706893459","imei1":"79258706893459","imei2":"79258706893459","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180532,"job_number":"JOB_180532","tr_customer_id":180550,"tr_customer_product_id":180540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:10.000Z","modified_at":"2026-02-08T13:59:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16614611302081","imei1":"16614611302081","imei2":"16614611302081","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180533,"job_number":"JOB_180533","tr_customer_id":180551,"tr_customer_product_id":180541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:10.000Z","modified_at":"2026-02-08T13:59:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33143962173682","imei1":"33143962173682","imei2":"33143962173682","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180534,"job_number":"JOB_180534","tr_customer_id":180552,"tr_customer_product_id":180542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:10.000Z","modified_at":"2026-02-08T13:59:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52372207395973","imei1":"52372207395973","imei2":"52372207395973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180535,"job_number":"JOB_180535","tr_customer_id":180553,"tr_customer_product_id":180543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:11.000Z","modified_at":"2026-02-08T13:59:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41279575795671","imei1":"41279575795671","imei2":"41279575795671","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180536,"job_number":"JOB_180536","tr_customer_id":180554,"tr_customer_product_id":180544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:11.000Z","modified_at":"2026-02-08T13:59:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37142244609990","imei1":"37142244609990","imei2":"37142244609990","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180539,"job_number":"JOB_180539","tr_customer_id":180557,"tr_customer_product_id":180547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:24.000Z","modified_at":"2026-02-08T13:59:24.000Z","name":"Piper Kuhn","mobile_number":"469-483-5760","email_id":"Dylan.Kautzer67@gmail.com","dop":"2025-04-06","serial_number":"15181053479646604","imei1":"15181053479646604","imei2":"15181053479646604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180540,"job_number":"JOB_180540","tr_customer_id":180558,"tr_customer_product_id":180548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:34.000Z","modified_at":"2026-02-08T13:59:34.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"106707548850756","imei1":"106707548850756","imei2":"106707548850756","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180542,"job_number":"JOB_180542","tr_customer_id":180560,"tr_customer_product_id":180550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:41.000Z","modified_at":"2026-02-08T13:59:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69949483191113","imei1":"69949483191113","imei2":"69949483191113","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180543,"job_number":"JOB_180543","tr_customer_id":180561,"tr_customer_product_id":180551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:41.000Z","modified_at":"2026-02-08T13:59:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54394109351148","imei1":"54394109351148","imei2":"54394109351148","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180544,"job_number":"JOB_180544","tr_customer_id":180562,"tr_customer_product_id":180552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:42.000Z","modified_at":"2026-02-08T13:59:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64278196028626","imei1":"64278196028626","imei2":"64278196028626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180545,"job_number":"JOB_180545","tr_customer_id":180563,"tr_customer_product_id":180553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:42.000Z","modified_at":"2026-02-08T13:59:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96188274944394","imei1":"96188274944394","imei2":"96188274944394","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180546,"job_number":"JOB_180546","tr_customer_id":180564,"tr_customer_product_id":180554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:42.000Z","modified_at":"2026-02-08T13:59:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85587539789341","imei1":"85587539789341","imei2":"85587539789341","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180547,"job_number":"JOB_180547","tr_customer_id":180565,"tr_customer_product_id":180555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:43.000Z","modified_at":"2026-02-08T13:59:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28584823408899","imei1":"28584823408899","imei2":"28584823408899","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180549,"job_number":"JOB_180549","tr_customer_id":180567,"tr_customer_product_id":180557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:13.000Z","modified_at":"2026-02-08T14:00:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22266787994294","imei1":"22266787994294","imei2":"22266787994294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180550,"job_number":"JOB_180550","tr_customer_id":180568,"tr_customer_product_id":180558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:13.000Z","modified_at":"2026-02-08T14:00:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49412072345237","imei1":"49412072345237","imei2":"49412072345237","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180551,"job_number":"JOB_180551","tr_customer_id":180569,"tr_customer_product_id":180559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:13.000Z","modified_at":"2026-02-08T14:00:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40792542391321","imei1":"40792542391321","imei2":"40792542391321","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180552,"job_number":"JOB_180552","tr_customer_id":180570,"tr_customer_product_id":180560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:14.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36029055969019","imei1":"36029055969019","imei2":"36029055969019","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180553,"job_number":"JOB_180553","tr_customer_id":180571,"tr_customer_product_id":180561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:14.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71474003650779","imei1":"71474003650779","imei2":"71474003650779","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180554,"job_number":"JOB_180554","tr_customer_id":180572,"tr_customer_product_id":180562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:14.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25193061119213","imei1":"25193061119213","imei2":"25193061119213","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180556,"job_number":"JOB_180556","tr_customer_id":180574,"tr_customer_product_id":180564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:34.000Z","modified_at":"2026-02-08T14:00:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10178785469419","imei1":"10178785469419","imei2":"10178785469419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180558,"job_number":"JOB_180558","tr_customer_id":180576,"tr_customer_product_id":180566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:36.000Z","modified_at":"2026-02-08T14:00:36.000Z","name":"Reymundo Lesch","mobile_number":"959-631-3701","email_id":"Mortimer.Grimes@hotmail.com","dop":"2025-04-06","serial_number":"13046825301078760","imei1":"13046825301078760","imei2":"13046825301078760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180562,"job_number":"JOB_180562","tr_customer_id":180580,"tr_customer_product_id":180570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:22.000Z","modified_at":"2026-02-08T14:01:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18055937155651","imei1":"18055937155651","imei2":"18055937155651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180564,"job_number":"JOB_180564","tr_customer_id":180582,"tr_customer_product_id":180572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:24.000Z","modified_at":"2026-02-08T14:01:24.000Z","name":"Prudence Feeney","mobile_number":"301-700-8061","email_id":"Athena.Gusikowski@yahoo.com","dop":"2025-04-06","serial_number":"16102568806358916","imei1":"16102568806358916","imei2":"16102568806358916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180565,"job_number":"JOB_180565","tr_customer_id":180583,"tr_customer_product_id":180573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:02:09.000Z","modified_at":"2026-02-08T14:02:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19077642464205","imei1":"19077642464205","imei2":"19077642464205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180567,"job_number":"JOB_180567","tr_customer_id":180585,"tr_customer_product_id":180575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:02:11.000Z","modified_at":"2026-02-08T14:02:11.000Z","name":"Lisa Rolfson","mobile_number":"438-697-4409","email_id":"Boyd30@hotmail.com","dop":"2025-04-06","serial_number":"13128114824048736","imei1":"13128114824048736","imei2":"13128114824048736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180577,"job_number":"JOB_180577","tr_customer_id":180595,"tr_customer_product_id":180585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:15.000Z","modified_at":"2026-02-08T14:19:15.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"97989040955609","imei1":"97989040955609","imei2":"97989040955609","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180578,"job_number":"JOB_180578","tr_customer_id":180596,"tr_customer_product_id":180586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:15.000Z","modified_at":"2026-02-08T14:19:15.000Z","name":"Ewell Sawayn","mobile_number":"540-447-8124","email_id":"Efrain31@gmail.com","dop":"2025-02-01","serial_number":"98480597561065","imei1":"98480597561065","imei2":"98480597561065","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180580,"job_number":"JOB_180580","tr_customer_id":180598,"tr_customer_product_id":180588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:57.000Z","modified_at":"2026-02-08T14:19:57.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"71677591577650","imei1":"71677591577650","imei2":"71677591577650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180581,"job_number":"JOB_180581","tr_customer_id":180599,"tr_customer_product_id":180589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:57.000Z","modified_at":"2026-02-08T14:19:57.000Z","name":"Rick Feeney","mobile_number":"537-361-7520","email_id":"Mose.Metz@yahoo.com","dop":"2025-02-01","serial_number":"41323805013656","imei1":"41323805013656","imei2":"41323805013656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180583,"job_number":"JOB_180583","tr_customer_id":180601,"tr_customer_product_id":180591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:35.000Z","modified_at":"2026-02-08T14:20:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10660897877368","imei1":"10660897877368","imei2":"10660897877368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180585,"job_number":"JOB_180585","tr_customer_id":180603,"tr_customer_product_id":180593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:37.000Z","modified_at":"2026-02-08T14:20:37.000Z","name":"Lavon Fisher","mobile_number":"413-480-3446","email_id":"Emile.Stracke91@yahoo.com","dop":"2025-04-06","serial_number":"12106999377804322","imei1":"12106999377804322","imei2":"12106999377804322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180586,"job_number":"JOB_180586","tr_customer_id":180604,"tr_customer_product_id":180594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:38.000Z","modified_at":"2026-02-08T14:20:38.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"89343603974856","imei1":"89343603974856","imei2":"89343603974856","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180587,"job_number":"JOB_180587","tr_customer_id":180605,"tr_customer_product_id":180595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:39.000Z","modified_at":"2026-02-08T14:20:39.000Z","name":"Lavada Rowe","mobile_number":"234-500-2917","email_id":"Deron_Metz71@hotmail.com","dop":"2025-02-01","serial_number":"68533269897309","imei1":"68533269897309","imei2":"68533269897309","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180589,"job_number":"JOB_180589","tr_customer_id":180607,"tr_customer_product_id":180597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:11.000Z","modified_at":"2026-02-08T14:21:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18151606395183","imei1":"18151606395183","imei2":"18151606395183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180591,"job_number":"JOB_180591","tr_customer_id":180609,"tr_customer_product_id":180599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:13.000Z","modified_at":"2026-02-08T14:21:13.000Z","name":"Lucy Nikolaus","mobile_number":"612-413-6314","email_id":"Raul.Leannon18@hotmail.com","dop":"2025-04-06","serial_number":"14328961623734680","imei1":"14328961623734680","imei2":"14328961623734680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180592,"job_number":"JOB_180592","tr_customer_id":180610,"tr_customer_product_id":180600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:21.000Z","modified_at":"2026-02-08T14:21:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19725841274474","imei1":"19725841274474","imei2":"19725841274474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180594,"job_number":"JOB_180594","tr_customer_id":180612,"tr_customer_product_id":180602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:23.000Z","modified_at":"2026-02-08T14:21:23.000Z","name":"Furman Koelpin","mobile_number":"346-558-0723","email_id":"Trudie70@yahoo.com","dop":"2025-04-06","serial_number":"17780119563102648","imei1":"17780119563102648","imei2":"17780119563102648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180595,"job_number":"JOB_180595","tr_customer_id":180613,"tr_customer_product_id":180603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:58.000Z","modified_at":"2026-02-08T14:21:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14598104268583","imei1":"14598104268583","imei2":"14598104268583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180597,"job_number":"JOB_180597","tr_customer_id":180615,"tr_customer_product_id":180605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:00.000Z","modified_at":"2026-02-08T14:22:00.000Z","name":"Stan Mertz","mobile_number":"513-711-4286","email_id":"Chaya_Koelpin@gmail.com","dop":"2025-04-06","serial_number":"11644541272605020","imei1":"11644541272605020","imei2":"11644541272605020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180598,"job_number":"JOB_180598","tr_customer_id":180616,"tr_customer_product_id":180606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:07.000Z","modified_at":"2026-02-08T14:22:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18983628038337","imei1":"18983628038337","imei2":"18983628038337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180600,"job_number":"JOB_180600","tr_customer_id":180618,"tr_customer_product_id":180608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:09.000Z","modified_at":"2026-02-08T14:22:09.000Z","name":"Heather Collins","mobile_number":"740-294-7607","email_id":"Savion.Kunde@gmail.com","dop":"2025-04-06","serial_number":"15878745361802478","imei1":"15878745361802478","imei2":"15878745361802478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180601,"job_number":"JOB_180601","tr_customer_id":180619,"tr_customer_product_id":180609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:30.000Z","modified_at":"2026-02-08T14:22:30.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10946843577957","imei1":"10946843577957","imei2":"10946843577957","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180603,"job_number":"JOB_180603","tr_customer_id":180621,"tr_customer_product_id":180611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:31.000Z","modified_at":"2026-02-08T14:22:31.000Z","name":"America Legros","mobile_number":"568-873-2693","email_id":"Elta55@yahoo.com","dop":"2025-06-18","serial_number":"1057689858638897","imei1":"1057689858638897","imei2":"1057689858638897","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180604,"job_number":"JOB_180604","tr_customer_id":180622,"tr_customer_product_id":180612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:45.000Z","modified_at":"2026-02-08T14:22:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15837040606229","imei1":"15837040606229","imei2":"15837040606229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180606,"job_number":"JOB_180606","tr_customer_id":180624,"tr_customer_product_id":180614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:47.000Z","modified_at":"2026-02-08T14:22:47.000Z","name":"Greyson Barrows","mobile_number":"248-701-0857","email_id":"Melissa_Grady@yahoo.com","dop":"2025-04-06","serial_number":"14464942977519696","imei1":"14464942977519696","imei2":"14464942977519696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180610,"job_number":"JOB_180610","tr_customer_id":180628,"tr_customer_product_id":180618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:14.000Z","modified_at":"2026-02-08T14:23:14.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10167572570279","imei1":"10167572570279","imei2":"10167572570279","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180612,"job_number":"JOB_180612","tr_customer_id":180630,"tr_customer_product_id":180620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:14.000Z","modified_at":"2026-02-08T14:23:14.000Z","name":"Kurtis Nitzsche","mobile_number":"596-929-5837","email_id":"Travon.Moore58@gmail.com","dop":"2025-06-18","serial_number":"1097538551322889","imei1":"1097538551322889","imei2":"1097538551322889","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180622,"job_number":"JOB_180622","tr_customer_id":180640,"tr_customer_product_id":180630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:24.000Z","modified_at":"2026-02-08T14:25:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12981560262399","imei1":"12981560262399","imei2":"12981560262399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180624,"job_number":"JOB_180624","tr_customer_id":180642,"tr_customer_product_id":180632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:26.000Z","modified_at":"2026-02-08T14:25:26.000Z","name":"Gabriella Simonis","mobile_number":"304-545-5550","email_id":"Luther.Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"17045357272701778","imei1":"17045357272701778","imei2":"17045357272701778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180625,"job_number":"JOB_180625","tr_customer_id":180643,"tr_customer_product_id":180633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:27.000Z","modified_at":"2026-02-08T14:25:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10817750843860","imei1":"10817750843860","imei2":"10817750843860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180627,"job_number":"JOB_180627","tr_customer_id":180645,"tr_customer_product_id":180635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:29.000Z","modified_at":"2026-02-08T14:25:29.000Z","name":"Emmett Hills","mobile_number":"603-322-3804","email_id":"Pascale_Hettinger69@gmail.com","dop":"2025-04-06","serial_number":"13556698490155630","imei1":"13556698490155630","imei2":"13556698490155630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180628,"job_number":"JOB_180628","tr_customer_id":180646,"tr_customer_product_id":180636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:09.000Z","modified_at":"2026-02-08T14:26:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12084375608828","imei1":"12084375608828","imei2":"12084375608828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180630,"job_number":"JOB_180630","tr_customer_id":180648,"tr_customer_product_id":180638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:11.000Z","modified_at":"2026-02-08T14:26:11.000Z","name":"Jarrod Sawayn","mobile_number":"734-326-5007","email_id":"Cedrick_Purdy80@yahoo.com","dop":"2025-04-06","serial_number":"19293028001380776","imei1":"19293028001380776","imei2":"19293028001380776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180631,"job_number":"JOB_180631","tr_customer_id":180649,"tr_customer_product_id":180639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:14.000Z","modified_at":"2026-02-08T14:26:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16543625386449","imei1":"16543625386449","imei2":"16543625386449","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180633,"job_number":"JOB_180633","tr_customer_id":180651,"tr_customer_product_id":180641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:16.000Z","modified_at":"2026-02-08T14:26:16.000Z","name":"Baylee Jerde","mobile_number":"650-340-6325","email_id":"Ashleigh63@yahoo.com","dop":"2025-04-06","serial_number":"18701744897610890","imei1":"18701744897610890","imei2":"18701744897610890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180634,"job_number":"JOB_180634","tr_customer_id":180652,"tr_customer_product_id":180642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:39.000Z","modified_at":"2026-02-08T14:26:39.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18952458001854","imei1":"18952458001854","imei2":"18952458001854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180636,"job_number":"JOB_180636","tr_customer_id":180654,"tr_customer_product_id":180644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:41.000Z","modified_at":"2026-02-08T14:26:41.000Z","name":"Rene Lakin","mobile_number":"313-239-9906","email_id":"Faustino.Orn49@yahoo.com","dop":"2025-04-06","serial_number":"12588223049745100","imei1":"12588223049745100","imei2":"12588223049745100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180637,"job_number":"JOB_180637","tr_customer_id":180655,"tr_customer_product_id":180645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:55.000Z","modified_at":"2026-02-08T14:26:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17973095445641","imei1":"17973095445641","imei2":"17973095445641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180639,"job_number":"JOB_180639","tr_customer_id":180657,"tr_customer_product_id":180647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:56.000Z","modified_at":"2026-02-08T14:26:56.000Z","name":"Marianna Mayer","mobile_number":"866-788-4910","email_id":"Shaun0@yahoo.com","dop":"2025-04-06","serial_number":"16628768293653930","imei1":"16628768293653930","imei2":"16628768293653930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180640,"job_number":"JOB_180640","tr_customer_id":180658,"tr_customer_product_id":180648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:59.000Z","modified_at":"2026-02-08T14:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17083700156570","imei1":"17083700156570","imei2":"17083700156570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180642,"job_number":"JOB_180642","tr_customer_id":180660,"tr_customer_product_id":180650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:01.000Z","modified_at":"2026-02-08T14:27:01.000Z","name":"Karl Schaden","mobile_number":"698-558-8503","email_id":"Kole.Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"13948378547733976","imei1":"13948378547733976","imei2":"13948378547733976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180643,"job_number":"JOB_180643","tr_customer_id":180661,"tr_customer_product_id":180651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:02.000Z","modified_at":"2026-02-08T14:27:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18146556114062","imei1":"18146556114062","imei2":"18146556114062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180645,"job_number":"JOB_180645","tr_customer_id":180663,"tr_customer_product_id":180653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:03.000Z","modified_at":"2026-02-08T14:27:03.000Z","name":"Berneice Price","mobile_number":"873-280-6000","email_id":"Layne_Schimmel28@yahoo.com","dop":"2025-04-06","serial_number":"10995544047478364","imei1":"10995544047478364","imei2":"10995544047478364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180646,"job_number":"JOB_180646","tr_customer_id":180664,"tr_customer_product_id":180654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:25.000Z","modified_at":"2026-02-08T14:27:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18450364582926","imei1":"18450364582926","imei2":"18450364582926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180648,"job_number":"JOB_180648","tr_customer_id":180666,"tr_customer_product_id":180656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:26.000Z","modified_at":"2026-02-08T14:27:26.000Z","name":"Alexys Wehner","mobile_number":"201-524-4387","email_id":"Vicky47@hotmail.com","dop":"2025-04-06","serial_number":"17661960058004280","imei1":"17661960058004280","imei2":"17661960058004280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180649,"job_number":"JOB_180649","tr_customer_id":180667,"tr_customer_product_id":180657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:46.000Z","modified_at":"2026-02-08T14:27:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14626811347729","imei1":"14626811347729","imei2":"14626811347729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180651,"job_number":"JOB_180651","tr_customer_id":180669,"tr_customer_product_id":180659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:47.000Z","modified_at":"2026-02-08T14:27:47.000Z","name":"Elmer Prosacco","mobile_number":"855-963-1155","email_id":"Shaun.Batz36@hotmail.com","dop":"2025-04-06","serial_number":"15180123192468258","imei1":"15180123192468258","imei2":"15180123192468258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180653,"job_number":"JOB_180653","tr_customer_id":180671,"tr_customer_product_id":180661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:09.000Z","modified_at":"2026-02-08T14:28:09.000Z","name":"Hannah Schowalter","mobile_number":"919-942-1015","email_id":"Rebekah.Adams71@gmail.com","dop":"2025-04-06","serial_number":"18309789408050932","imei1":"18309789408050932","imei2":"18309789408050932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180654,"job_number":"JOB_180654","tr_customer_id":180672,"tr_customer_product_id":180662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:10.000Z","modified_at":"2026-02-08T14:28:10.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19581167757173","imei1":"19581167757173","imei2":"19581167757173","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180656,"job_number":"JOB_180656","tr_customer_id":180674,"tr_customer_product_id":180664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:12.000Z","modified_at":"2026-02-08T14:28:12.000Z","name":"Moshe Leannon","mobile_number":"579-775-8631","email_id":"Caleigh.Klocko47@yahoo.com","dop":"2025-04-06","serial_number":"12318242200113064","imei1":"12318242200113064","imei2":"12318242200113064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180657,"job_number":"JOB_180657","tr_customer_id":180675,"tr_customer_product_id":180665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:25.000Z","modified_at":"2026-02-08T14:28:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10424478635803","imei1":"10424478635803","imei2":"10424478635803","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180659,"job_number":"JOB_180659","tr_customer_id":180677,"tr_customer_product_id":180667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:27.000Z","modified_at":"2026-02-08T14:28:27.000Z","name":"Mateo Will","mobile_number":"982-604-6780","email_id":"Sallie0@hotmail.com","dop":"2025-04-06","serial_number":"18996294927067980","imei1":"18996294927067980","imei2":"18996294927067980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180661,"job_number":"JOB_180661","tr_customer_id":180679,"tr_customer_product_id":180669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:32.000Z","modified_at":"2026-02-08T14:28:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17863105104038","imei1":"17863105104038","imei2":"17863105104038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180663,"job_number":"JOB_180663","tr_customer_id":180681,"tr_customer_product_id":180671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:34.000Z","modified_at":"2026-02-08T14:28:34.000Z","name":"Fleta McCullough","mobile_number":"690-739-9706","email_id":"Emmanuel8@gmail.com","dop":"2025-04-06","serial_number":"18344647786099756","imei1":"18344647786099756","imei2":"18344647786099756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180666,"job_number":"JOB_180666","tr_customer_id":180684,"tr_customer_product_id":180674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:15.000Z","modified_at":"2026-02-08T14:29:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18152327947782","imei1":"18152327947782","imei2":"18152327947782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180668,"job_number":"JOB_180668","tr_customer_id":180686,"tr_customer_product_id":180676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:16.000Z","modified_at":"2026-02-08T14:29:16.000Z","name":"Millie Bogisich","mobile_number":"791-979-1611","email_id":"Ray80@yahoo.com","dop":"2025-04-06","serial_number":"18113609060645676","imei1":"18113609060645676","imei2":"18113609060645676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:29:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180670,"job_number":"JOB_180670","tr_customer_id":180688,"tr_customer_product_id":180678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:28.000Z","modified_at":"2026-02-08T14:29:28.000Z","name":"Flo Ruecker","mobile_number":"389-221-9152","email_id":"Fanny.Schamberger@gmail.com","dop":"2025-04-06","serial_number":"11606743275147552","imei1":"11606743275147552","imei2":"11606743275147552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:29:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180671,"job_number":"JOB_180671","tr_customer_id":180689,"tr_customer_product_id":180679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:30:04.000Z","modified_at":"2026-02-08T14:30:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12200938957838","imei1":"12200938957838","imei2":"12200938957838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180673,"job_number":"JOB_180673","tr_customer_id":180691,"tr_customer_product_id":180681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:30:05.000Z","modified_at":"2026-02-08T14:30:05.000Z","name":"Celine Ziemann","mobile_number":"710-509-2062","email_id":"Grant.Pfannerstill@yahoo.com","dop":"2025-04-06","serial_number":"13205013139632332","imei1":"13205013139632332","imei2":"13205013139632332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180674,"job_number":"JOB_180674","tr_customer_id":180692,"tr_customer_product_id":180682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:19.000Z","modified_at":"2026-02-08T14:32:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16717530874995","imei1":"16717530874995","imei2":"16717530874995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180676,"job_number":"JOB_180676","tr_customer_id":180694,"tr_customer_product_id":180684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:21.000Z","modified_at":"2026-02-08T14:32:21.000Z","name":"Layla Breitenberg","mobile_number":"424-484-3411","email_id":"Brant_Wintheiser@gmail.com","dop":"2025-04-06","serial_number":"11891752915272896","imei1":"11891752915272896","imei2":"11891752915272896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180677,"job_number":"JOB_180677","tr_customer_id":180695,"tr_customer_product_id":180685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:22.000Z","modified_at":"2026-02-08T14:32:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19858425935583","imei1":"19858425935583","imei2":"19858425935583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180679,"job_number":"JOB_180679","tr_customer_id":180697,"tr_customer_product_id":180687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:23.000Z","modified_at":"2026-02-08T14:32:23.000Z","name":"Erna Homenick","mobile_number":"975-783-9655","email_id":"Raheem36@gmail.com","dop":"2025-04-06","serial_number":"19962081859507550","imei1":"19962081859507550","imei2":"19962081859507550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180681,"job_number":"JOB_180681","tr_customer_id":180699,"tr_customer_product_id":180689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:56.000Z","modified_at":"2026-02-08T14:32:56.000Z","name":"Gwendolyn Sipes","mobile_number":"872-238-2973","email_id":"Darius6@hotmail.com","dop":"2025-04-06","serial_number":"17049858834535136","imei1":"17049858834535136","imei2":"17049858834535136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180682,"job_number":"JOB_180682","tr_customer_id":180700,"tr_customer_product_id":180690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:05.000Z","modified_at":"2026-02-08T14:33:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11934818412011","imei1":"11934818412011","imei2":"11934818412011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180684,"job_number":"JOB_180684","tr_customer_id":180702,"tr_customer_product_id":180692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:06.000Z","modified_at":"2026-02-08T14:33:06.000Z","name":"Myrtis Schuppe","mobile_number":"695-904-7204","email_id":"Isaiah_Wyman75@yahoo.com","dop":"2025-04-06","serial_number":"15810137682561592","imei1":"15810137682561592","imei2":"15810137682561592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180685,"job_number":"JOB_180685","tr_customer_id":180703,"tr_customer_product_id":180693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:07.000Z","modified_at":"2026-02-08T14:33:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905184044381","imei1":"16905184044381","imei2":"16905184044381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180687,"job_number":"JOB_180687","tr_customer_id":180705,"tr_customer_product_id":180695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:09.000Z","modified_at":"2026-02-08T14:33:09.000Z","name":"Burley Schuppe","mobile_number":"776-398-5070","email_id":"Simeon26@gmail.com","dop":"2025-04-06","serial_number":"19789631832212188","imei1":"19789631832212188","imei2":"19789631832212188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180688,"job_number":"JOB_180688","tr_customer_id":180706,"tr_customer_product_id":180696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:27.000Z","modified_at":"2026-02-08T14:33:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11976293283832","imei1":"11976293283832","imei2":"11976293283832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180690,"job_number":"JOB_180690","tr_customer_id":180708,"tr_customer_product_id":180698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:29.000Z","modified_at":"2026-02-08T14:33:29.000Z","name":"Elouise Considine","mobile_number":"863-717-5561","email_id":"Claude.MacGyver14@gmail.com","dop":"2025-04-06","serial_number":"15878695079629820","imei1":"15878695079629820","imei2":"15878695079629820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180695,"job_number":"JOB_180695","tr_customer_id":180713,"tr_customer_product_id":180703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:41.000Z","modified_at":"2026-02-08T14:33:41.000Z","name":"Nash Kertzmann","mobile_number":"877-659-7671","email_id":"Cyril50@yahoo.com","dop":"2025-04-06","serial_number":"18145490695890990","imei1":"18145490695890990","imei2":"18145490695890990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180696,"job_number":"JOB_180696","tr_customer_id":180714,"tr_customer_product_id":180704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:48.000Z","modified_at":"2026-02-08T14:33:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14464513725479","imei1":"14464513725479","imei2":"14464513725479","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180698,"job_number":"JOB_180698","tr_customer_id":180716,"tr_customer_product_id":180706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:50.000Z","modified_at":"2026-02-08T14:33:50.000Z","name":"Lola Blick","mobile_number":"758-251-8141","email_id":"Ebony6@gmail.com","dop":"2025-04-06","serial_number":"12417856477188788","imei1":"12417856477188788","imei2":"12417856477188788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180699,"job_number":"JOB_180699","tr_customer_id":180717,"tr_customer_product_id":180707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:54.000Z","modified_at":"2026-02-08T14:33:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19853778081182","imei1":"19853778081182","imei2":"19853778081182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180704,"job_number":"JOB_180704","tr_customer_id":180722,"tr_customer_product_id":180712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:56.000Z","modified_at":"2026-02-08T14:33:56.000Z","name":"Brendon Greenholt","mobile_number":"956-812-2178","email_id":"Brigitte30@gmail.com","dop":"2025-04-06","serial_number":"15938994332419052","imei1":"15938994332419052","imei2":"15938994332419052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180708,"job_number":"JOB_180708","tr_customer_id":180726,"tr_customer_product_id":180716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:14.000Z","modified_at":"2026-02-08T14:34:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19513483333827","imei1":"19513483333827","imei2":"19513483333827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180710,"job_number":"JOB_180710","tr_customer_id":180728,"tr_customer_product_id":180718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:16.000Z","modified_at":"2026-02-08T14:34:16.000Z","name":"Aiyana O'Reilly","mobile_number":"521-671-2637","email_id":"Violet47@yahoo.com","dop":"2025-04-06","serial_number":"18836776955496480","imei1":"18836776955496480","imei2":"18836776955496480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180711,"job_number":"JOB_180711","tr_customer_id":180729,"tr_customer_product_id":180719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:00.000Z","modified_at":"2026-02-08T14:35:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037964723916","imei1":"16037964723916","imei2":"16037964723916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180713,"job_number":"JOB_180713","tr_customer_id":180731,"tr_customer_product_id":180721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:01.000Z","modified_at":"2026-02-08T14:35:01.000Z","name":"Jamar Harber","mobile_number":"444-945-6780","email_id":"Esther.Pfeffer@hotmail.com","dop":"2025-04-06","serial_number":"13491293098809334","imei1":"13491293098809334","imei2":"13491293098809334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180715,"job_number":"JOB_180715","tr_customer_id":180733,"tr_customer_product_id":180723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:18.000Z","modified_at":"2026-02-08T14:35:18.000Z","name":"Halie Schaden","mobile_number":"275-756-9529","email_id":"Rachel.Berge@hotmail.com","dop":"2025-04-06","serial_number":"12565054062744512","imei1":"12565054062744512","imei2":"12565054062744512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180716,"job_number":"JOB_180716","tr_customer_id":180734,"tr_customer_product_id":180724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:33.000Z","modified_at":"2026-02-08T14:35:33.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17768084464110","imei1":"17768084464110","imei2":"17768084464110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180718,"job_number":"JOB_180718","tr_customer_id":180736,"tr_customer_product_id":180726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:35.000Z","modified_at":"2026-02-08T14:35:35.000Z","name":"Keith Schaden","mobile_number":"211-388-1309","email_id":"Ally60@yahoo.com","dop":"2025-04-06","serial_number":"18026911207518310","imei1":"18026911207518310","imei2":"18026911207518310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180719,"job_number":"JOB_180719","tr_customer_id":180737,"tr_customer_product_id":180727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:37.000Z","modified_at":"2026-02-08T14:35:37.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"14660646192756","imei1":"14660646192756","imei2":"14660646192756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180721,"job_number":"JOB_180721","tr_customer_id":180739,"tr_customer_product_id":180729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:39.000Z","modified_at":"2026-02-08T14:35:39.000Z","name":"Vaughn Kozey","mobile_number":"510-876-7173","email_id":"Ezra_Ortiz@hotmail.com","dop":"2025-04-06","serial_number":"12458741410507062","imei1":"12458741410507062","imei2":"12458741410507062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180722,"job_number":"JOB_180722","tr_customer_id":180740,"tr_customer_product_id":180730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:40.000Z","modified_at":"2026-02-08T14:35:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12391076118317","imei1":"12391076118317","imei2":"12391076118317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180724,"job_number":"JOB_180724","tr_customer_id":180742,"tr_customer_product_id":180732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:41.000Z","modified_at":"2026-02-08T14:35:41.000Z","name":"Lucinda Bernier","mobile_number":"546-540-6250","email_id":"Sabryna90@yahoo.com","dop":"2025-04-06","serial_number":"16447982926946080","imei1":"16447982926946080","imei2":"16447982926946080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180725,"job_number":"JOB_180725","tr_customer_id":180743,"tr_customer_product_id":180733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:48.000Z","modified_at":"2026-02-08T14:35:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17047548559424","imei1":"17047548559424","imei2":"17047548559424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180727,"job_number":"JOB_180727","tr_customer_id":180745,"tr_customer_product_id":180735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:49.000Z","modified_at":"2026-02-08T14:35:49.000Z","name":"Josianne Lesch","mobile_number":"364-925-7156","email_id":"Rusty86@gmail.com","dop":"2025-04-06","serial_number":"19281679877217350","imei1":"19281679877217350","imei2":"19281679877217350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180728,"job_number":"JOB_180728","tr_customer_id":180746,"tr_customer_product_id":180736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:21.000Z","modified_at":"2026-02-08T14:36:21.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"18404818798930","imei1":"18404818798930","imei2":"18404818798930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180730,"job_number":"JOB_180730","tr_customer_id":180748,"tr_customer_product_id":180738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:23.000Z","modified_at":"2026-02-08T14:36:23.000Z","name":"Guy Konopelski","mobile_number":"219-546-1156","email_id":"Abdul_Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"15356096203591724","imei1":"15356096203591724","imei2":"15356096203591724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180731,"job_number":"JOB_180731","tr_customer_id":180749,"tr_customer_product_id":180739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:25.000Z","modified_at":"2026-02-08T14:36:25.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13595423384548","imei1":"13595423384548","imei2":"13595423384548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180733,"job_number":"JOB_180733","tr_customer_id":180751,"tr_customer_product_id":180741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:27.000Z","modified_at":"2026-02-08T14:36:27.000Z","name":"Donavon Kassulke","mobile_number":"665-265-4475","email_id":"Clotilde.Kozey46@hotmail.com","dop":"2025-04-06","serial_number":"15204485925510948","imei1":"15204485925510948","imei2":"15204485925510948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180734,"job_number":"JOB_180734","tr_customer_id":180752,"tr_customer_product_id":180742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:28.000Z","modified_at":"2026-02-08T14:36:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16061224841371","imei1":"16061224841371","imei2":"16061224841371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180736,"job_number":"JOB_180736","tr_customer_id":180754,"tr_customer_product_id":180744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:30.000Z","modified_at":"2026-02-08T14:36:30.000Z","name":"Verlie Rodriguez","mobile_number":"858-833-4488","email_id":"Barbara_Auer32@gmail.com","dop":"2025-04-06","serial_number":"19476574561770330","imei1":"19476574561770330","imei2":"19476574561770330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180738,"job_number":"JOB_180738","tr_customer_id":180756,"tr_customer_product_id":180746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:34.000Z","modified_at":"2026-02-08T14:36:34.000Z","name":"Jaylen Welch","mobile_number":"378-477-9961","email_id":"Audreanne45@gmail.com","dop":"2025-04-06","serial_number":"15547066284882464","imei1":"15547066284882464","imei2":"15547066284882464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180739,"job_number":"JOB_180739","tr_customer_id":180757,"tr_customer_product_id":180747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:35.000Z","modified_at":"2026-02-08T14:36:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14321346582165","imei1":"14321346582165","imei2":"14321346582165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180741,"job_number":"JOB_180741","tr_customer_id":180759,"tr_customer_product_id":180749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:37.000Z","modified_at":"2026-02-08T14:36:37.000Z","name":"Rylan Blick","mobile_number":"562-345-5886","email_id":"Laney35@gmail.com","dop":"2025-04-06","serial_number":"10985475123273000","imei1":"10985475123273000","imei2":"10985475123273000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180743,"job_number":"JOB_180743","tr_customer_id":180761,"tr_customer_product_id":180751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:09.000Z","modified_at":"2026-02-08T14:37:09.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"17076808923730","imei1":"17076808923730","imei2":"17076808923730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180745,"job_number":"JOB_180745","tr_customer_id":180763,"tr_customer_product_id":180753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:11.000Z","modified_at":"2026-02-08T14:37:11.000Z","name":"Jeff Stracke","mobile_number":"730-312-9968","email_id":"Maegan.Osinski81@hotmail.com","dop":"2025-04-06","serial_number":"19673669861498790","imei1":"19673669861498790","imei2":"19673669861498790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180746,"job_number":"JOB_180746","tr_customer_id":180764,"tr_customer_product_id":180754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:13.000Z","modified_at":"2026-02-08T14:37:13.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"15477076327019","imei1":"15477076327019","imei2":"15477076327019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180749,"job_number":"JOB_180749","tr_customer_id":180767,"tr_customer_product_id":180757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:14.000Z","modified_at":"2026-02-08T14:37:14.000Z","name":"Ebony Thompson","mobile_number":"517-870-6006","email_id":"Delaney96@yahoo.com","dop":"2025-04-06","serial_number":"11170731839033284","imei1":"11170731839033284","imei2":"11170731839033284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180750,"job_number":"JOB_180750","tr_customer_id":180768,"tr_customer_product_id":180758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:16.000Z","modified_at":"2026-02-08T14:37:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16917390416499","imei1":"16917390416499","imei2":"16917390416499","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180752,"job_number":"JOB_180752","tr_customer_id":180770,"tr_customer_product_id":180760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:17.000Z","modified_at":"2026-02-08T14:37:17.000Z","name":"John Donnelly","mobile_number":"396-849-1619","email_id":"Norberto.Brakus52@hotmail.com","dop":"2025-04-06","serial_number":"17087362191044928","imei1":"17087362191044928","imei2":"17087362191044928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180753,"job_number":"JOB_180753","tr_customer_id":180771,"tr_customer_product_id":180761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:22.000Z","modified_at":"2026-02-08T14:37:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16249413041942","imei1":"16249413041942","imei2":"16249413041942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180756,"job_number":"JOB_180756","tr_customer_id":180774,"tr_customer_product_id":180764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:23.000Z","modified_at":"2026-02-08T14:37:23.000Z","name":"Esther Emmerich","mobile_number":"880-870-0636","email_id":"Lempi.Prohaska65@hotmail.com","dop":"2025-04-06","serial_number":"15688931058627826","imei1":"15688931058627826","imei2":"15688931058627826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180757,"job_number":"JOB_180757","tr_customer_id":180775,"tr_customer_product_id":180765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:24.000Z","modified_at":"2026-02-08T14:37:24.000Z","name":"Dane Schaefer","mobile_number":"729-420-6726","email_id":"Julie.Ritchie@gmail.com","dop":"2025-04-06","serial_number":"15675454189262724","imei1":"15675454189262724","imei2":"15675454189262724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180759,"job_number":"JOB_180759","tr_customer_id":180777,"tr_customer_product_id":180767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:52:35.000Z","modified_at":"2026-02-08T14:52:35.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14924896553421","imei1":"14924896553421","imei2":"14924896553421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180761,"job_number":"JOB_180761","tr_customer_id":180779,"tr_customer_product_id":180769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:52:37.000Z","modified_at":"2026-02-08T14:52:37.000Z","name":"Geo Wiegand","mobile_number":"817-988-4259","email_id":"Jarod24@gmail.com","dop":"2025-04-06","serial_number":"16961173668522258","imei1":"16961173668522258","imei2":"16961173668522258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:52:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180762,"job_number":"JOB_180762","tr_customer_id":180780,"tr_customer_product_id":180770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:53:24.000Z","modified_at":"2026-02-08T14:53:24.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11207340519352","imei1":"11207340519352","imei2":"11207340519352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:53:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180764,"job_number":"JOB_180764","tr_customer_id":180782,"tr_customer_product_id":180772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:53:26.000Z","modified_at":"2026-02-08T14:53:26.000Z","name":"Annabell Schuppe","mobile_number":"771-256-4597","email_id":"Ludie63@gmail.com","dop":"2025-04-06","serial_number":"11624366701933092","imei1":"11624366701933092","imei2":"11624366701933092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:53:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180765,"job_number":"JOB_180765","tr_customer_id":180783,"tr_customer_product_id":180773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:52.000Z","modified_at":"2026-02-08T15:02:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11133901159190","imei1":"11133901159190","imei2":"11133901159190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180767,"job_number":"JOB_180767","tr_customer_id":180785,"tr_customer_product_id":180775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:53.000Z","modified_at":"2026-02-08T15:02:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15148797269718","imei1":"15148797269718","imei2":"15148797269718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180769,"job_number":"JOB_180769","tr_customer_id":180787,"tr_customer_product_id":180777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:54.000Z","modified_at":"2026-02-08T15:02:54.000Z","name":"Hiram Berge","mobile_number":"550-805-8996","email_id":"Ruthe.Bogisich72@gmail.com","dop":"2025-04-06","serial_number":"11066015573848562","imei1":"11066015573848562","imei2":"11066015573848562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180770,"job_number":"JOB_180770","tr_customer_id":180788,"tr_customer_product_id":180778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:55.000Z","modified_at":"2026-02-08T15:02:55.000Z","name":"Sophia Bauch","mobile_number":"977-638-4529","email_id":"Lindsay_White57@gmail.com","dop":"2025-04-06","serial_number":"18260999081498710","imei1":"18260999081498710","imei2":"18260999081498710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180771,"job_number":"JOB_180771","tr_customer_id":180789,"tr_customer_product_id":180779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:39.000Z","modified_at":"2026-02-08T15:03:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12160662861455","imei1":"12160662861455","imei2":"12160662861455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180773,"job_number":"JOB_180773","tr_customer_id":180791,"tr_customer_product_id":180781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:41.000Z","modified_at":"2026-02-08T15:03:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19374918658945","imei1":"19374918658945","imei2":"19374918658945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180774,"job_number":"JOB_180774","tr_customer_id":180792,"tr_customer_product_id":180782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:41.000Z","modified_at":"2026-02-08T15:03:41.000Z","name":"Joanie Blick","mobile_number":"551-991-0519","email_id":"Kelsi79@yahoo.com","dop":"2025-04-06","serial_number":"12291381528319444","imei1":"12291381528319444","imei2":"12291381528319444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180776,"job_number":"JOB_180776","tr_customer_id":180794,"tr_customer_product_id":180784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:42.000Z","modified_at":"2026-02-08T15:03:42.000Z","name":"Corbin Anderson","mobile_number":"344-949-0638","email_id":"Dalton45@gmail.com","dop":"2025-04-06","serial_number":"10869274553088056","imei1":"10869274553088056","imei2":"10869274553088056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180777,"job_number":"JOB_180777","tr_customer_id":180795,"tr_customer_product_id":180785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:25.000Z","modified_at":"2026-02-08T15:04:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16628558057965","imei1":"16628558057965","imei2":"16628558057965","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180779,"job_number":"JOB_180779","tr_customer_id":180797,"tr_customer_product_id":180787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:27.000Z","modified_at":"2026-02-08T15:04:27.000Z","name":"Mckenna Monahan","mobile_number":"955-279-3201","email_id":"Alfreda_Runte@yahoo.com","dop":"2025-04-06","serial_number":"14230962787026788","imei1":"14230962787026788","imei2":"14230962787026788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180780,"job_number":"JOB_180780","tr_customer_id":180798,"tr_customer_product_id":180788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:28.000Z","modified_at":"2026-02-08T15:04:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10265667320543","imei1":"10265667320543","imei2":"10265667320543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180782,"job_number":"JOB_180782","tr_customer_id":180800,"tr_customer_product_id":180790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:29.000Z","modified_at":"2026-02-08T15:04:29.000Z","name":"Javonte Moore","mobile_number":"771-566-1102","email_id":"Gabrielle.Casper@yahoo.com","dop":"2025-04-06","serial_number":"19996289464417770","imei1":"19996289464417770","imei2":"19996289464417770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180783,"job_number":"JOB_180783","tr_customer_id":180801,"tr_customer_product_id":180791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:13.000Z","modified_at":"2026-02-08T15:11:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13990148499993","imei1":"13990148499993","imei2":"13990148499993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180785,"job_number":"JOB_180785","tr_customer_id":180803,"tr_customer_product_id":180793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:15.000Z","modified_at":"2026-02-08T15:11:15.000Z","name":"Minerva Goyette","mobile_number":"715-801-4512","email_id":"Roderick_Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"19733054926736280","imei1":"19733054926736280","imei2":"19733054926736280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180786,"job_number":"JOB_180786","tr_customer_id":180804,"tr_customer_product_id":180794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:18.000Z","modified_at":"2026-02-08T15:11:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11410533021336","imei1":"11410533021336","imei2":"11410533021336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180788,"job_number":"JOB_180788","tr_customer_id":180806,"tr_customer_product_id":180796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:20.000Z","modified_at":"2026-02-08T15:11:20.000Z","name":"Arnulfo Sawayn","mobile_number":"379-489-3371","email_id":"Karlie_Lesch40@yahoo.com","dop":"2025-04-06","serial_number":"11918753439119884","imei1":"11918753439119884","imei2":"11918753439119884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180789,"job_number":"JOB_180789","tr_customer_id":180807,"tr_customer_product_id":180797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:01.000Z","modified_at":"2026-02-08T15:12:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249025009426","imei1":"11249025009426","imei2":"11249025009426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180791,"job_number":"JOB_180791","tr_customer_id":180809,"tr_customer_product_id":180799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:03.000Z","modified_at":"2026-02-08T15:12:03.000Z","name":"Pierce Barrows","mobile_number":"847-627-3541","email_id":"Ewell_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"13129032648553330","imei1":"13129032648553330","imei2":"13129032648553330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180792,"job_number":"JOB_180792","tr_customer_id":180810,"tr_customer_product_id":180800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:06.000Z","modified_at":"2026-02-08T15:12:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11391841210957","imei1":"11391841210957","imei2":"11391841210957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180794,"job_number":"JOB_180794","tr_customer_id":180812,"tr_customer_product_id":180802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:07.000Z","modified_at":"2026-02-08T15:12:07.000Z","name":"Lydia Crooks","mobile_number":"795-213-3564","email_id":"Osbaldo.Boehm1@yahoo.com","dop":"2025-04-06","serial_number":"19630726136623880","imei1":"19630726136623880","imei2":"19630726136623880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180795,"job_number":"JOB_180795","tr_customer_id":180813,"tr_customer_product_id":180803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:49.000Z","modified_at":"2026-02-08T15:12:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10863300173317","imei1":"10863300173317","imei2":"10863300173317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180797,"job_number":"JOB_180797","tr_customer_id":180815,"tr_customer_product_id":180805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:51.000Z","modified_at":"2026-02-08T15:12:51.000Z","name":"Irma Welch","mobile_number":"517-436-7225","email_id":"Breanne6@hotmail.com","dop":"2025-04-06","serial_number":"18810054358800550","imei1":"18810054358800550","imei2":"18810054358800550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180798,"job_number":"JOB_180798","tr_customer_id":180816,"tr_customer_product_id":180806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:53.000Z","modified_at":"2026-02-08T15:12:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15303254540494","imei1":"15303254540494","imei2":"15303254540494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180800,"job_number":"JOB_180800","tr_customer_id":180818,"tr_customer_product_id":180808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:54.000Z","modified_at":"2026-02-08T15:12:54.000Z","name":"Alaina Quitzon","mobile_number":"293-841-9187","email_id":"Dwight_Ernser@hotmail.com","dop":"2025-04-06","serial_number":"10982030288167952","imei1":"10982030288167952","imei2":"10982030288167952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180801,"job_number":"JOB_180801","tr_customer_id":180819,"tr_customer_product_id":180809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:46:43.000Z","modified_at":"2026-02-08T15:46:43.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"100111584672425","imei1":"100111584672425","imei2":"100111584672425","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180803,"job_number":"JOB_180803","tr_customer_id":180821,"tr_customer_product_id":180811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:46:57.000Z","modified_at":"2026-02-08T15:46:57.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103764242257100","imei1":"103764242257100","imei2":"103764242257100","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180826,"job_number":"JOB_180826","tr_customer_id":180844,"tr_customer_product_id":180834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:50.000Z","modified_at":"2026-02-08T16:11:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18157706948305","imei1":"18157706948305","imei2":"18157706948305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180828,"job_number":"JOB_180828","tr_customer_id":180846,"tr_customer_product_id":180836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:52.000Z","modified_at":"2026-02-08T16:11:52.000Z","name":"Thurman O'Connell","mobile_number":"342-983-7956","email_id":"Berenice89@hotmail.com","dop":"2025-04-06","serial_number":"10007094967604606","imei1":"10007094967604606","imei2":"10007094967604606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180829,"job_number":"JOB_180829","tr_customer_id":180847,"tr_customer_product_id":180837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:55.000Z","modified_at":"2026-02-08T16:11:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13207792215935","imei1":"13207792215935","imei2":"13207792215935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180831,"job_number":"JOB_180831","tr_customer_id":180849,"tr_customer_product_id":180839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:57.000Z","modified_at":"2026-02-08T16:11:57.000Z","name":"Keven Streich","mobile_number":"554-820-5032","email_id":"Cullen6@gmail.com","dop":"2025-04-06","serial_number":"11395998855744656","imei1":"11395998855744656","imei2":"11395998855744656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180832,"job_number":"JOB_180832","tr_customer_id":180850,"tr_customer_product_id":180840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:38.000Z","modified_at":"2026-02-08T16:12:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11362606797553","imei1":"11362606797553","imei2":"11362606797553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180834,"job_number":"JOB_180834","tr_customer_id":180852,"tr_customer_product_id":180842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:40.000Z","modified_at":"2026-02-08T16:12:40.000Z","name":"Mariela Bosco","mobile_number":"619-715-9816","email_id":"Timmothy.Gerhold36@hotmail.com","dop":"2025-04-06","serial_number":"14479995720853256","imei1":"14479995720853256","imei2":"14479995720853256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180835,"job_number":"JOB_180835","tr_customer_id":180853,"tr_customer_product_id":180843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:44.000Z","modified_at":"2026-02-08T16:12:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15031279793367","imei1":"15031279793367","imei2":"15031279793367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180837,"job_number":"JOB_180837","tr_customer_id":180855,"tr_customer_product_id":180845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:45.000Z","modified_at":"2026-02-08T16:12:45.000Z","name":"Elroy Mann","mobile_number":"372-451-0976","email_id":"Brad.Cronin@yahoo.com","dop":"2025-04-06","serial_number":"15741105492901846","imei1":"15741105492901846","imei2":"15741105492901846","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180838,"job_number":"JOB_180838","tr_customer_id":180856,"tr_customer_product_id":180846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:26.000Z","modified_at":"2026-02-08T16:13:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11204904011227","imei1":"11204904011227","imei2":"11204904011227","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180840,"job_number":"JOB_180840","tr_customer_id":180858,"tr_customer_product_id":180848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:27.000Z","modified_at":"2026-02-08T16:13:27.000Z","name":"Lon Leannon","mobile_number":"389-648-3625","email_id":"Eldred.Huels51@yahoo.com","dop":"2025-04-06","serial_number":"18135862648488684","imei1":"18135862648488684","imei2":"18135862648488684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180841,"job_number":"JOB_180841","tr_customer_id":180859,"tr_customer_product_id":180849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:31.000Z","modified_at":"2026-02-08T16:13:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14215163930751","imei1":"14215163930751","imei2":"14215163930751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180843,"job_number":"JOB_180843","tr_customer_id":180861,"tr_customer_product_id":180851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:33.000Z","modified_at":"2026-02-08T16:13:33.000Z","name":"Owen Schumm","mobile_number":"594-577-0370","email_id":"Brooke32@hotmail.com","dop":"2025-04-06","serial_number":"12945413451106522","imei1":"12945413451106522","imei2":"12945413451106522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180844,"job_number":"JOB_180844","tr_customer_id":180862,"tr_customer_product_id":180852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:57:20.000Z","modified_at":"2026-02-08T16:57:20.000Z","name":"Inder Kapoor","mobile_number":"7035545611","email_id":"sarla.sethi@gmail.com","dop":"2026-01-29","serial_number":"148217247700509","imei1":"148217247700509","imei2":"148217247700509","popurl":"www.kannan-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180848,"job_number":"JOB_180848","tr_customer_id":180866,"tr_customer_product_id":180856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:53:07.000Z","modified_at":"2026-02-08T17:53:07.000Z","name":"Lalita Banerjee","mobile_number":"7078071974","email_id":"aaryan.sharma@yahoo.co.in","dop":"2026-01-29","serial_number":"531409076997190","imei1":"531409076997190","imei2":"531409076997190","popurl":"www.kalinda-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180849,"job_number":"JOB_180849","tr_customer_id":180867,"tr_customer_product_id":180857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:53:15.000Z","modified_at":"2026-02-08T17:53:15.000Z","name":"Oormila Sharma","mobile_number":"7029766859","email_id":"archan.dhawan@hotmail.com","dop":"2026-01-29","serial_number":"518700488727931","imei1":"518700488727931","imei2":"518700488727931","popurl":"www.deepali-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180853,"job_number":"JOB_180853","tr_customer_id":180871,"tr_customer_product_id":180861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:53.000Z","modified_at":"2026-02-08T18:59:53.000Z","name":"Elsa Hackett","mobile_number":"691-513-3411","email_id":"Ron_Kihn@yahoo.com","dop":"2025-05-30","serial_number":"18452483002000","imei1":"18452483002000","imei2":"18452483002000","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180854,"job_number":"JOB_180854","tr_customer_id":180872,"tr_customer_product_id":180862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:54.000Z","modified_at":"2026-02-08T18:59:54.000Z","name":"Adele Douglas","mobile_number":"606-753-7779","email_id":"Jovanny65@gmail.com","dop":"2025-05-30","serial_number":"16987122576397","imei1":"16987122576397","imei2":"16987122576397","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:59:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180855,"job_number":"JOB_180855","tr_customer_id":180873,"tr_customer_product_id":180863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:55.000Z","modified_at":"2026-02-08T18:59:55.000Z","name":"Isai Hills","mobile_number":"543-644-5319","email_id":"Merl5@hotmail.com","dop":"2025-05-30","serial_number":"1135842262070348","imei1":"1135842262070348","imei2":"1135842262070348","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179467,"job_number":"JOB_179467","tr_customer_id":179485,"tr_customer_product_id":179475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:50.000Z","modified_at":"2026-02-07T04:17:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Daron7@hotmail.com","dop":"2025-07-02","serial_number":"19224148077773","imei1":"19224148077773","imei2":"19224148077773","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179485,"job_number":"JOB_179485","tr_customer_id":179503,"tr_customer_product_id":179493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:07.000Z","modified_at":"2026-02-07T04:18:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Greyson_Gislason89@yahoo.com","dop":"2025-07-02","serial_number":"17538822712525","imei1":"17538822712525","imei2":"17538822712525","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179526,"job_number":"JOB_179526","tr_customer_id":179544,"tr_customer_product_id":179534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:54.000Z","modified_at":"2026-02-07T04:18:54.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"164566520315244","imei1":"164566520315244","imei2":"164566520315244","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179527,"job_number":"JOB_179527","tr_customer_id":179545,"tr_customer_product_id":179535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:54.000Z","modified_at":"2026-02-07T04:18:54.000Z","name":"Alexandro Murazik","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167484833589014","imei1":"167484833589014","imei2":"167484833589014","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179530,"job_number":"JOB_179530","tr_customer_id":179548,"tr_customer_product_id":179538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:54.000Z","modified_at":"2026-02-07T04:18:54.000Z","name":"Morton Wolf","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"179459907975022","imei1":"179459907975022","imei2":"179459907975022","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179533,"job_number":"JOB_179533","tr_customer_id":179551,"tr_customer_product_id":179541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:55.000Z","modified_at":"2026-02-07T04:18:55.000Z","name":"Juston Trantow","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184634102128927","imei1":"184634102128927","imei2":"184634102128927","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179541,"job_number":"JOB_179541","tr_customer_id":179559,"tr_customer_product_id":179549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:58.000Z","modified_at":"2026-02-07T04:18:58.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"107632177058068","imei1":"107632177058068","imei2":"107632177058068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179545,"job_number":"JOB_179545","tr_customer_id":179563,"tr_customer_product_id":179553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:58.000Z","modified_at":"2026-02-07T04:18:59.000Z","name":"Delaney Murray","mobile_number":"484-455-3937","email_id":"Raymundo32@gmail.com","dop":"2025-06-09","serial_number":"102896752886875","imei1":"102896752886875","imei2":"102896752886875","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179559,"job_number":"JOB_179559","tr_customer_id":179577,"tr_customer_product_id":179567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:05.000Z","modified_at":"2026-02-07T04:19:05.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19962653008458","imei1":"19962653008458","imei2":"19962653008458","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179561,"job_number":"JOB_179561","tr_customer_id":179579,"tr_customer_product_id":179569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:06.000Z","modified_at":"2026-02-07T04:19:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"113409030148180","imei1":"113409030148180","imei2":"113409030148180","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179563,"job_number":"JOB_179563","tr_customer_id":179581,"tr_customer_product_id":179571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:06.000Z","modified_at":"2026-02-07T04:19:06.000Z","name":"Elmer Howell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"141810017215792","imei1":"141810017215792","imei2":"141810017215792","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179565,"job_number":"JOB_179565","tr_customer_id":179583,"tr_customer_product_id":179573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:06.000Z","modified_at":"2026-02-07T04:19:06.000Z","name":"Charley Wilkinson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"134671541968472","imei1":"134671541968472","imei2":"134671541968472","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179567,"job_number":"JOB_179567","tr_customer_id":179585,"tr_customer_product_id":179575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:06.000Z","modified_at":"2026-02-07T04:19:06.000Z","name":"Niko Crona","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"158962774808380","imei1":"158962774808380","imei2":"158962774808380","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179579,"job_number":"JOB_179579","tr_customer_id":179597,"tr_customer_product_id":179587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:14.000Z","modified_at":"2026-02-07T04:19:14.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102639196542479","imei1":"102639196542479","imei2":"102639196542479","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179582,"job_number":"JOB_179582","tr_customer_id":179600,"tr_customer_product_id":179590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:14.000Z","modified_at":"2026-02-07T04:19:14.000Z","name":"Emerald Streich","mobile_number":"878-556-4875","email_id":"Viviane61@gmail.com","dop":"2025-06-09","serial_number":"104278266568290","imei1":"104278266568290","imei2":"104278266568290","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179603,"job_number":"JOB_179603","tr_customer_id":179621,"tr_customer_product_id":179611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:29.000Z","modified_at":"2026-02-07T04:19:29.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103986679070778","imei1":"103986679070778","imei2":"103986679070778","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179605,"job_number":"JOB_179605","tr_customer_id":179623,"tr_customer_product_id":179613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:30.000Z","modified_at":"2026-02-07T04:19:30.000Z","name":"Emely Romaguera","mobile_number":"249-818-7676","email_id":"Mariano_Murazik@hotmail.com","dop":"2025-06-09","serial_number":"104083142227785","imei1":"104083142227785","imei2":"104083142227785","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179743,"job_number":"JOB_179743","tr_customer_id":179761,"tr_customer_product_id":179751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T08:47:48.000Z","modified_at":"2026-02-07T08:47:48.000Z","name":"Akshay J","mobile_number":"7687869869","email_id":"akshayjagadal10@gmail.com","dop":"2026-01-15","serial_number":"12345678909801111","imei1":"12345678909801111","imei2":"12345678909801111","popurl":"2026-01-15T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T08:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179744,"job_number":"JOB_179744","tr_customer_id":179762,"tr_customer_product_id":179752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T08:49:17.000Z","modified_at":"2026-02-07T08:49:17.000Z","name":"Akshay J","mobile_number":"7687869869","email_id":"akshayjagadal10@gmail.com","dop":"2026-01-15","serial_number":"12345678909801112","imei1":"12345678909801112","imei2":"12345678909801112","popurl":"2026-01-15T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T08:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179819,"job_number":"JOB_179819","tr_customer_id":179837,"tr_customer_product_id":179827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:06.000Z","modified_at":"2026-02-07T14:15:06.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"163662301868237","imei1":"163662301868237","imei2":"163662301868237","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179820,"job_number":"JOB_179820","tr_customer_id":179838,"tr_customer_product_id":179828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:06.000Z","modified_at":"2026-02-07T14:15:06.000Z","name":"Irving Ondricka","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172777713762496","imei1":"172777713762496","imei2":"172777713762496","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179821,"job_number":"JOB_179821","tr_customer_id":179839,"tr_customer_product_id":179829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:07.000Z","modified_at":"2026-02-07T14:15:07.000Z","name":"Isac Denesik","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129116970821575","imei1":"129116970821575","imei2":"129116970821575","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179822,"job_number":"JOB_179822","tr_customer_id":179840,"tr_customer_product_id":179830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:07.000Z","modified_at":"2026-02-07T14:15:07.000Z","name":"Hudson Zieme","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172235461627173","imei1":"172235461627173","imei2":"172235461627173","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179824,"job_number":"JOB_179824","tr_customer_id":179842,"tr_customer_product_id":179832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:18.000Z","modified_at":"2026-02-07T14:15:18.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"186984490746719","imei1":"186984490746719","imei2":"186984490746719","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179825,"job_number":"JOB_179825","tr_customer_id":179843,"tr_customer_product_id":179833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:19.000Z","modified_at":"2026-02-07T14:15:19.000Z","name":"Raheem Anderson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"168172748122722","imei1":"168172748122722","imei2":"168172748122722","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179826,"job_number":"JOB_179826","tr_customer_id":179844,"tr_customer_product_id":179834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:19.000Z","modified_at":"2026-02-07T14:15:19.000Z","name":"Richie Boehm","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129353518488292","imei1":"129353518488292","imei2":"129353518488292","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179827,"job_number":"JOB_179827","tr_customer_id":179845,"tr_customer_product_id":179835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:19.000Z","modified_at":"2026-02-07T14:15:19.000Z","name":"Raoul Hand","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167725860694115","imei1":"167725860694115","imei2":"167725860694115","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179936,"job_number":"JOB_179936","tr_customer_id":179954,"tr_customer_product_id":179944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:35.000Z","modified_at":"2026-02-07T14:31:35.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104831893624365","imei1":"104831893624365","imei2":"104831893624365","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179938,"job_number":"JOB_179938","tr_customer_id":179956,"tr_customer_product_id":179946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:35.000Z","modified_at":"2026-02-07T14:31:35.000Z","name":"Willow Armstrong","mobile_number":"942-201-7661","email_id":"Ericka_Watsica@yahoo.com","dop":"2025-06-09","serial_number":"106962716132764","imei1":"106962716132764","imei2":"106962716132764","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179944,"job_number":"JOB_179944","tr_customer_id":179962,"tr_customer_product_id":179952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:51.000Z","modified_at":"2026-02-07T14:31:51.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108198379646781","imei1":"108198379646781","imei2":"108198379646781","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179947,"job_number":"JOB_179947","tr_customer_id":179965,"tr_customer_product_id":179955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:52.000Z","modified_at":"2026-02-07T14:31:52.000Z","name":"Cameron Wintheiser","mobile_number":"372-306-6818","email_id":"Lyda.Johnson@yahoo.com","dop":"2025-06-09","serial_number":"102351486961727","imei1":"102351486961727","imei2":"102351486961727","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179953,"job_number":"JOB_179953","tr_customer_id":179971,"tr_customer_product_id":179961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:32:07.000Z","modified_at":"2026-02-07T14:32:07.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"104712855064962","imei1":"104712855064962","imei2":"104712855064962","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179955,"job_number":"JOB_179955","tr_customer_id":179973,"tr_customer_product_id":179963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:32:08.000Z","modified_at":"2026-02-07T14:32:08.000Z","name":"Humberto Tromp","mobile_number":"553-711-9075","email_id":"Candelario75@gmail.com","dop":"2025-06-09","serial_number":"105174568461042","imei1":"105174568461042","imei2":"105174568461042","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:32:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180046,"job_number":"JOB_180046","tr_customer_id":180064,"tr_customer_product_id":180054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:53:53.000Z","modified_at":"2026-02-07T17:53:53.000Z","name":"Bhuvanesh Bhat","mobile_number":"8244352558","email_id":"chetanaanand.desai@gmail.com","dop":"2026-01-28","serial_number":"812326139913681","imei1":"479818623497693","imei2":"510123340894807","popurl":"www.tapan-pothuvaal.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:53:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180053,"job_number":"JOB_180053","tr_customer_id":180071,"tr_customer_product_id":180061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:01:09.000Z","modified_at":"2026-02-07T19:01:09.000Z","name":"Dwaipayan Butt","mobile_number":"8245781425","email_id":"adripathi.ahluwalia@hotmail.com","dop":"2026-01-28","serial_number":"981745373625055","imei1":"864438023376361","imei2":"908262334375515","popurl":"www.ajit-chopra.name","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180094,"job_number":"JOB_180094","tr_customer_id":180112,"tr_customer_product_id":180102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:55.000Z","modified_at":"2026-02-08T04:40:55.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Yolanda_Jast@yahoo.com","dop":"2025-07-02","serial_number":"16905922709528","imei1":"16905922709528","imei2":"16905922709528","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180116,"job_number":"JOB_180116","tr_customer_id":180134,"tr_customer_product_id":180124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:13.000Z","modified_at":"2026-02-08T04:41:13.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Madelynn80@gmail.com","dop":"2025-07-02","serial_number":"15380672833839","imei1":"15380672833839","imei2":"15380672833839","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180128,"job_number":"JOB_180128","tr_customer_id":180146,"tr_customer_product_id":180136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:30.000Z","modified_at":"2026-02-08T04:41:30.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Zella_Torp@hotmail.com","dop":"2025-07-02","serial_number":"17277512889913","imei1":"17277512889913","imei2":"17277512889913","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180171,"job_number":"JOB_180171","tr_customer_id":180189,"tr_customer_product_id":180179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:14.000Z","modified_at":"2026-02-08T04:42:14.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"148309841508316","imei1":"148309841508316","imei2":"148309841508316","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180172,"job_number":"JOB_180172","tr_customer_id":180190,"tr_customer_product_id":180180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Wilhelmine Kerluke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"178733686274171","imei1":"178733686274171","imei2":"178733686274171","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180173,"job_number":"JOB_180173","tr_customer_id":180191,"tr_customer_product_id":180181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Katharina Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118147245855336","imei1":"118147245855336","imei2":"118147245855336","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180175,"job_number":"JOB_180175","tr_customer_id":180193,"tr_customer_product_id":180183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Federico Schoen","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181155631035143","imei1":"181155631035143","imei2":"181155631035143","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180200,"job_number":"JOB_180200","tr_customer_id":180218,"tr_customer_product_id":180208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:24.000Z","modified_at":"2026-02-08T04:42:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15583576544120","imei1":"15583576544120","imei2":"15583576544120","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180201,"job_number":"JOB_180201","tr_customer_id":180219,"tr_customer_product_id":180209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:26.000Z","modified_at":"2026-02-08T04:42:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109311885658148","imei1":"109311885658148","imei2":"109311885658148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180205,"job_number":"JOB_180205","tr_customer_id":180223,"tr_customer_product_id":180213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:42:27.000Z","name":"Deshawn Cole","mobile_number":"633-927-0253","email_id":"Aileen_Legros@yahoo.com","dop":"2025-06-09","serial_number":"109279303100716","imei1":"109279303100716","imei2":"109279303100716","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180208,"job_number":"JOB_180208","tr_customer_id":180226,"tr_customer_product_id":180216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:42:27.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"122387890253284","imei1":"122387890253284","imei2":"122387890253284","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180210,"job_number":"JOB_180210","tr_customer_id":180227,"tr_customer_product_id":180217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Manley Berge","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"163974713488912","imei1":"163974713488912","imei2":"163974713488912","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180211,"job_number":"JOB_180211","tr_customer_id":180229,"tr_customer_product_id":180219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Wade Bergstrom","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"122165519313932","imei1":"122165519313932","imei2":"122165519313932","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180213,"job_number":"JOB_180213","tr_customer_id":180231,"tr_customer_product_id":180221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:29.000Z","modified_at":"2026-02-08T04:42:29.000Z","name":"Otha Wiza","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"156484779616465","imei1":"156484779616465","imei2":"156484779616465","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180226,"job_number":"JOB_180226","tr_customer_id":180244,"tr_customer_product_id":180234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:44.000Z","modified_at":"2026-02-08T04:42:44.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102026413376017","imei1":"102026413376017","imei2":"102026413376017","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180230,"job_number":"JOB_180230","tr_customer_id":180248,"tr_customer_product_id":180238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"Carissa Adams","mobile_number":"300-215-7749","email_id":"Jewell_Adams@hotmail.com","dop":"2025-06-09","serial_number":"102062397802103","imei1":"102062397802103","imei2":"102062397802103","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180250,"job_number":"JOB_180250","tr_customer_id":180268,"tr_customer_product_id":180258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:02.000Z","modified_at":"2026-02-08T04:43:02.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108488359909532","imei1":"108488359909532","imei2":"108488359909532","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180252,"job_number":"JOB_180252","tr_customer_id":180270,"tr_customer_product_id":180260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:03.000Z","modified_at":"2026-02-08T04:43:03.000Z","name":"Kurtis Gleichner","mobile_number":"741-579-3959","email_id":"Julia_Frami28@gmail.com","dop":"2025-06-09","serial_number":"103945543768578","imei1":"103945543768578","imei2":"103945543768578","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180253,"job_number":"JOB_180253","tr_customer_id":180271,"tr_customer_product_id":180261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:04.000Z","modified_at":"2026-02-08T04:43:04.000Z","name":"Wyatt Kuvalis","mobile_number":"681-237-9660","email_id":"Lavonne92@hotmail.com","dop":"2025-06-09","serial_number":"94525752576196020","imei1":"94525752576196020","imei2":"94525752576196020","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180568,"job_number":"JOB_180568","tr_customer_id":180586,"tr_customer_product_id":180576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:02.000Z","modified_at":"2026-02-08T14:17:02.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"137573470788336","imei1":"137573470788336","imei2":"137573470788336","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180569,"job_number":"JOB_180569","tr_customer_id":180587,"tr_customer_product_id":180577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:02.000Z","modified_at":"2026-02-08T14:17:02.000Z","name":"Lacy Kihn","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"138106632299125","imei1":"138106632299125","imei2":"138106632299125","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180570,"job_number":"JOB_180570","tr_customer_id":180588,"tr_customer_product_id":180578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:03.000Z","modified_at":"2026-02-08T14:17:03.000Z","name":"Wilmer Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181537802743977","imei1":"181537802743977","imei2":"181537802743977","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180571,"job_number":"JOB_180571","tr_customer_id":180589,"tr_customer_product_id":180579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:03.000Z","modified_at":"2026-02-08T14:17:03.000Z","name":"Javier Corwin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162079871726923","imei1":"162079871726923","imei2":"162079871726923","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180572,"job_number":"JOB_180572","tr_customer_id":180590,"tr_customer_product_id":180580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:14.000Z","modified_at":"2026-02-08T14:17:14.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"124191678376841","imei1":"124191678376841","imei2":"124191678376841","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180573,"job_number":"JOB_180573","tr_customer_id":180591,"tr_customer_product_id":180581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:15.000Z","modified_at":"2026-02-08T14:17:15.000Z","name":"Adrain Bartell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"164288872588444","imei1":"164288872588444","imei2":"164288872588444","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180574,"job_number":"JOB_180574","tr_customer_id":180592,"tr_customer_product_id":180582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:15.000Z","modified_at":"2026-02-08T14:17:15.000Z","name":"Bailey Goodwin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185823970529272","imei1":"185823970529272","imei2":"185823970529272","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180575,"job_number":"JOB_180575","tr_customer_id":180593,"tr_customer_product_id":180583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:15.000Z","modified_at":"2026-02-08T14:17:15.000Z","name":"Javon Stark","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197643069338891","imei1":"197643069338891","imei2":"197643069338891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180691,"job_number":"JOB_180691","tr_customer_id":180709,"tr_customer_product_id":180699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:37.000Z","modified_at":"2026-02-08T14:33:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102803116078401","imei1":"102803116078401","imei2":"102803116078401","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180693,"job_number":"JOB_180693","tr_customer_id":180711,"tr_customer_product_id":180701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:37.000Z","modified_at":"2026-02-08T14:33:38.000Z","name":"Darron Stiedemann","mobile_number":"793-764-8595","email_id":"Bradley65@hotmail.com","dop":"2025-06-09","serial_number":"100111909843517","imei1":"100111909843517","imei2":"100111909843517","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180700,"job_number":"JOB_180700","tr_customer_id":180718,"tr_customer_product_id":180708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:54.000Z","modified_at":"2026-02-08T14:33:54.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102888873783267","imei1":"102888873783267","imei2":"102888873783267","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180703,"job_number":"JOB_180703","tr_customer_id":180721,"tr_customer_product_id":180711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:55.000Z","modified_at":"2026-02-08T14:33:55.000Z","name":"Juana Corkery","mobile_number":"745-279-0070","email_id":"Roxanne.Lakin@yahoo.com","dop":"2025-06-09","serial_number":"100422290171834","imei1":"100422290171834","imei2":"100422290171834","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180705,"job_number":"JOB_180705","tr_customer_id":180723,"tr_customer_product_id":180713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:12.000Z","modified_at":"2026-02-08T14:34:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100993145364416","imei1":"100993145364416","imei2":"100993145364416","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180707,"job_number":"JOB_180707","tr_customer_id":180725,"tr_customer_product_id":180715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:12.000Z","modified_at":"2026-02-08T14:34:12.000Z","name":"Electa Jacobi","mobile_number":"347-365-1006","email_id":"Giovani27@hotmail.com","dop":"2025-06-09","serial_number":"109517777326243","imei1":"109517777326243","imei2":"109517777326243","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180805,"job_number":"JOB_180805","tr_customer_id":180823,"tr_customer_product_id":180813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:55:37.000Z","modified_at":"2026-02-08T15:55:37.000Z","name":"Anish Acharya","mobile_number":"8243391103","email_id":"bela.khatri@gmail.com","dop":"2026-01-29","serial_number":"149760331488797","imei1":"946494008521517","imei2":"365828832880931","popurl":"www.ekaksh-malik.name","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180806,"job_number":"JOB_180806","tr_customer_id":180824,"tr_customer_product_id":180814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:56:11.000Z","modified_at":"2026-02-08T15:56:11.000Z","name":"Gauraang Dutta","mobile_number":"8244649209","email_id":"avantika.kocchar@gmail.com","dop":"2026-01-29","serial_number":"304490570458327","imei1":"347545208922329","imei2":"638546567866292","popurl":"www.pramila-nehru.net","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180807,"job_number":"JOB_180807","tr_customer_id":180825,"tr_customer_product_id":180815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:58:54.000Z","modified_at":"2026-02-08T15:58:54.000Z","name":"Dhanu Ganaka","mobile_number":"8245749153","email_id":"anala.agarwal@hotmail.com","dop":"2026-01-29","serial_number":"078297285824736","imei1":"247353909152874","imei2":"338387624115573","popurl":"www.aditeya-kocchar.net","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180808,"job_number":"JOB_180808","tr_customer_id":180826,"tr_customer_product_id":180816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957148162011","imei1":"15957148162011","imei2":"15957148162011","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180809,"job_number":"JOB_180809","tr_customer_id":180827,"tr_customer_product_id":180817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150162010","imei1":"15957150162010","imei2":"15957150162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180810,"job_number":"JOB_180810","tr_customer_id":180828,"tr_customer_product_id":180818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957138162010","imei1":"15957138162010","imei2":"15957138162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180811,"job_number":"JOB_180811","tr_customer_id":180829,"tr_customer_product_id":180819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957152165010","imei1":"15957152165010","imei2":"15957152165010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180812,"job_number":"JOB_180812","tr_customer_id":180830,"tr_customer_product_id":180820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957151162010","imei1":"15957151162010","imei2":"15957151162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180813,"job_number":"JOB_180813","tr_customer_id":180831,"tr_customer_product_id":180821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Chidaakaash Naik","mobile_number":"8248969863","email_id":"dwaipayan.butt@yahoo.co.in","dop":"2026-01-29","serial_number":"214062992747448","imei1":"215003475613399","imei2":"897741573911549","popurl":"www.vaidehi-bhattathiri.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180814,"job_number":"JOB_180814","tr_customer_id":180832,"tr_customer_product_id":180822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Vaijayanthi Gowda","mobile_number":"8247988806","email_id":"gajabahu.patel@gmail.com","dop":"2026-01-29","serial_number":"844360233031038","imei1":"730165766498934","imei2":"649857148511442","popurl":"www.siddarth-nair.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180815,"job_number":"JOB_180815","tr_customer_id":180833,"tr_customer_product_id":180823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Bankim Bandopadhyay","mobile_number":"8241648948","email_id":"diptendu.talwar@yahoo.co.in","dop":"2026-01-29","serial_number":"419427476541981","imei1":"506440561634857","imei2":"602418853850006","popurl":"www.chitramala-somayaji.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180816,"job_number":"JOB_180816","tr_customer_id":180834,"tr_customer_product_id":180824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Chandan Mehra","mobile_number":"8245166088","email_id":"tara.achari@yahoo.co.in","dop":"2026-01-29","serial_number":"892353512382023","imei1":"282348848813259","imei2":"487533185470997","popurl":"www.bhavani-bhattacharya.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180817,"job_number":"JOB_180817","tr_customer_id":180835,"tr_customer_product_id":180825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Chanda Mehra","mobile_number":"8244240963","email_id":"lai.namboothiri@hotmail.com","dop":"2026-01-29","serial_number":"192895532109612","imei1":"191699580673175","imei2":"947473872856144","popurl":"www.jaimini-kapoor.org","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180818,"job_number":"JOB_180818","tr_customer_id":180836,"tr_customer_product_id":180826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:37.000Z","modified_at":"2026-02-08T16:00:37.000Z","name":"Emmalee Schuppe","mobile_number":"291-469-4657","email_id":"Layne.Trantow@yahoo.com","dop":"2025-10-01","serial_number":"13354340646002","imei1":"13354340646002","imei2":"13354340646002","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180819,"job_number":"JOB_180819","tr_customer_id":180837,"tr_customer_product_id":180827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:37.000Z","modified_at":"2026-02-08T16:00:37.000Z","name":"Emmalee Schuppe","mobile_number":"291-469-4657","email_id":"Layne.Trantow@yahoo.com","dop":"2025-10-01","serial_number":"13354340646007","imei1":"13354340646007","imei2":"13354340646007","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180820,"job_number":"JOB_180820","tr_customer_id":180838,"tr_customer_product_id":180828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:37.000Z","modified_at":"2026-02-08T16:00:37.000Z","name":"Emmalee Schuppe","mobile_number":"291-469-4657","email_id":"Layne.Trantow@yahoo.com","dop":"2025-10-01","serial_number":"13354340646003","imei1":"13354340646003","imei2":"13354340646003","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180821,"job_number":"JOB_180821","tr_customer_id":180839,"tr_customer_product_id":180829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163091","imei1":"15957150163091","imei2":"15957150163091","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180822,"job_number":"JOB_180822","tr_customer_id":180840,"tr_customer_product_id":180830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163093","imei1":"15957150163093","imei2":"15957150163093","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180823,"job_number":"JOB_180823","tr_customer_id":180841,"tr_customer_product_id":180831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163094","imei1":"15957150163094","imei2":"15957150163094","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180824,"job_number":"JOB_180824","tr_customer_id":180842,"tr_customer_product_id":180832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163092","imei1":"15957150163092","imei2":"15957150163092","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180825,"job_number":"JOB_180825","tr_customer_id":180843,"tr_customer_product_id":180833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163095","imei1":"15957150163095","imei2":"15957150163095","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180845,"job_number":"JOB_180845","tr_customer_id":180863,"tr_customer_product_id":180853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:10:28.000Z","modified_at":"2026-02-08T17:10:28.000Z","name":"Akshayakumar Jagadal","mobile_number":"8660356784","email_id":"akshay.rajendra26@gmail.com","dop":"2026-01-15","serial_number":"14524537368586352","imei1":"14524537368586352","imei2":"14524537368586352","popurl":"2026-01-15T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180846,"job_number":"JOB_180846","tr_customer_id":180864,"tr_customer_product_id":180854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:12:17.000Z","modified_at":"2026-02-08T17:12:17.000Z","name":"Akshayakumar Jagadal","mobile_number":"8660356784","email_id":"akshay.rajendra26@gmail.com","dop":"2026-01-15","serial_number":"14524537368586353","imei1":"14524537368586353","imei2":"14524537368586353","popurl":"2026-01-15T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:12:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180850,"job_number":"JOB_180850","tr_customer_id":180868,"tr_customer_product_id":180858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:54:33.000Z","modified_at":"2026-02-08T17:54:33.000Z","name":"Agnimitra Pillai","mobile_number":"8241774020","email_id":"baijayanti.asan@hotmail.com","dop":"2026-01-29","serial_number":"730351514430375","imei1":"893456216169829","imei2":"505956338211645","popurl":"www.goutam-kocchar.net","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180851,"job_number":"JOB_180851","tr_customer_id":180869,"tr_customer_product_id":180859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:00:00.000Z","modified_at":"2026-02-08T18:00:00.000Z","name":"Bandhu Khan","mobile_number":"8245233430","email_id":"girja.gandhi@yahoo.co.in","dop":"2026-01-29","serial_number":"516243168137310","imei1":"570851347174144","imei2":"210729426629446","popurl":"www.gajaadhar-chopra.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180852,"job_number":"JOB_180852","tr_customer_id":180870,"tr_customer_product_id":180860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:00:25.000Z","modified_at":"2026-02-08T18:00:25.000Z","name":"Achalesvara Bharadwaj","mobile_number":"8246692328","email_id":"bhupen.embranthiri@hotmail.com","dop":"2026-01-29","serial_number":"904068736920276","imei1":"470598392306737","imei2":"654937835869000","popurl":"www.annapurna-marar.co.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179516,"job_number":"JOB_179516","tr_customer_id":179534,"tr_customer_product_id":179524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:37.000Z","modified_at":"2026-02-07T04:18:37.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10911403121579","imei1":"10911403121579","imei2":"10911403121579","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179521,"job_number":"JOB_179521","tr_customer_id":179539,"tr_customer_product_id":179529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:38.000Z","modified_at":"2026-02-07T04:18:38.000Z","name":"Kaela Ledner","mobile_number":"317-515-9448","email_id":"Leilani.Leannon7@hotmail.com","dop":"2000-01-31","serial_number":"1034386392967583","imei1":"1034386392967583","imei2":"1034386392967583","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179590,"job_number":"JOB_179590","tr_customer_id":179608,"tr_customer_product_id":179598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:19.000Z","modified_at":"2026-02-07T04:19:19.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10634337244073","imei1":"10634337244073","imei2":"10634337244073","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179593,"job_number":"JOB_179593","tr_customer_id":179611,"tr_customer_product_id":179601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:21.000Z","modified_at":"2026-02-07T04:19:21.000Z","name":"Genevieve Kautzer","mobile_number":"290-827-9278","email_id":"Dandre_Cassin@hotmail.com","dop":"2000-01-31","serial_number":"1071896958829579","imei1":"1071896958829579","imei2":"1071896958829579","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179636,"job_number":"JOB_179636","tr_customer_id":179654,"tr_customer_product_id":179644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:02.000Z","modified_at":"2026-02-07T04:20:02.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10546226662227","imei1":"10546226662227","imei2":"10546226662227","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179639,"job_number":"JOB_179639","tr_customer_id":179657,"tr_customer_product_id":179647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:04.000Z","modified_at":"2026-02-07T04:20:04.000Z","name":"Henry Luettgen","mobile_number":"661-769-0679","email_id":"Fanny53@hotmail.com","dop":"2000-01-31","serial_number":"1056470447355532","imei1":"1056470447355532","imei2":"1056470447355532","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179661,"job_number":"JOB_179661","tr_customer_id":179679,"tr_customer_product_id":179669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:44.000Z","modified_at":"2026-02-07T04:20:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10889946920000","imei1":"10889946920000","imei2":"10889946920000","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179663,"job_number":"JOB_179663","tr_customer_id":179681,"tr_customer_product_id":179671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:46.000Z","modified_at":"2026-02-07T04:20:46.000Z","name":"Andy Stracke","mobile_number":"824-513-4565","email_id":"Malachi_Bartell@hotmail.com","dop":"2000-01-31","serial_number":"1086408174404995","imei1":"1086408174404995","imei2":"1086408174404995","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179863,"job_number":"JOB_179863","tr_customer_id":179881,"tr_customer_product_id":179871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:21:38.000Z","modified_at":"2026-02-07T14:21:38.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10179817055260","imei1":"10179817055260","imei2":"10179817055260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179865,"job_number":"JOB_179865","tr_customer_id":179883,"tr_customer_product_id":179873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:21:40.000Z","modified_at":"2026-02-07T14:21:40.000Z","name":"Christina Tromp","mobile_number":"605-858-8231","email_id":"Emmitt.Boehm@hotmail.com","dop":"2000-01-31","serial_number":"1076515399978724","imei1":"1076515399978724","imei2":"1076515399978724","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:21:40.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179866,"job_number":"JOB_179866","tr_customer_id":179884,"tr_customer_product_id":179874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:22:21.000Z","modified_at":"2026-02-07T14:22:21.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10880309173056","imei1":"10880309173056","imei2":"10880309173056","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:22:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179868,"job_number":"JOB_179868","tr_customer_id":179886,"tr_customer_product_id":179876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:22:22.000Z","modified_at":"2026-02-07T14:22:22.000Z","name":"Haylie Orn","mobile_number":"454-658-0515","email_id":"Rossie30@yahoo.com","dop":"2000-01-31","serial_number":"1013700938702216","imei1":"1013700938702216","imei2":"1013700938702216","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:22:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179869,"job_number":"JOB_179869","tr_customer_id":179887,"tr_customer_product_id":179877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:04.000Z","modified_at":"2026-02-07T14:23:04.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10003076383893","imei1":"10003076383893","imei2":"10003076383893","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179871,"job_number":"JOB_179871","tr_customer_id":179889,"tr_customer_product_id":179879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:05.000Z","modified_at":"2026-02-07T14:23:05.000Z","name":"Kaley Osinski","mobile_number":"337-204-2544","email_id":"Antonietta63@gmail.com","dop":"2000-01-31","serial_number":"1048896400828966","imei1":"1048896400828966","imei2":"1048896400828966","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179878,"job_number":"JOB_179878","tr_customer_id":179896,"tr_customer_product_id":179886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:46.000Z","modified_at":"2026-02-07T14:23:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10567946839171","imei1":"10567946839171","imei2":"10567946839171","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179880,"job_number":"JOB_179880","tr_customer_id":179898,"tr_customer_product_id":179888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:48.000Z","modified_at":"2026-02-07T14:23:48.000Z","name":"Kaley Pacocha","mobile_number":"790-431-6978","email_id":"Gregoria.Davis27@hotmail.com","dop":"2000-01-31","serial_number":"1032060703006045","imei1":"1032060703006045","imei2":"1032060703006045","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180165,"job_number":"JOB_180165","tr_customer_id":180183,"tr_customer_product_id":180173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:11.000Z","modified_at":"2026-02-08T04:42:11.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10034134207945","imei1":"10034134207945","imei2":"10034134207945","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180167,"job_number":"JOB_180167","tr_customer_id":180185,"tr_customer_product_id":180175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:12.000Z","modified_at":"2026-02-08T04:42:12.000Z","name":"Danial Schamberger","mobile_number":"410-923-5182","email_id":"Parker_Reichel3@yahoo.com","dop":"2000-01-31","serial_number":"1016989699074860","imei1":"1016989699074860","imei2":"1016989699074860","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180243,"job_number":"JOB_180243","tr_customer_id":180261,"tr_customer_product_id":180251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:57.000Z","modified_at":"2026-02-08T04:42:57.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10546286900557","imei1":"10546286900557","imei2":"10546286900557","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180245,"job_number":"JOB_180245","tr_customer_id":180263,"tr_customer_product_id":180253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:59.000Z","modified_at":"2026-02-08T04:42:59.000Z","name":"Reginald Prosacco","mobile_number":"640-764-0028","email_id":"Jada.Frami77@hotmail.com","dop":"2000-01-31","serial_number":"1011404885578644","imei1":"1011404885578644","imei2":"1011404885578644","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180280,"job_number":"JOB_180280","tr_customer_id":180298,"tr_customer_product_id":180288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:42.000Z","modified_at":"2026-02-08T04:43:42.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10506199487943","imei1":"10506199487943","imei2":"10506199487943","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180283,"job_number":"JOB_180283","tr_customer_id":180301,"tr_customer_product_id":180291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:44.000Z","modified_at":"2026-02-08T04:43:44.000Z","name":"Vincenza Welch","mobile_number":"868-731-0367","email_id":"Sammie80@gmail.com","dop":"2000-01-31","serial_number":"1003984999846201","imei1":"1003984999846201","imei2":"1003984999846201","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180303,"job_number":"JOB_180303","tr_customer_id":180321,"tr_customer_product_id":180311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:27.000Z","modified_at":"2026-02-08T04:44:27.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10281306637136","imei1":"10281306637136","imei2":"10281306637136","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180305,"job_number":"JOB_180305","tr_customer_id":180323,"tr_customer_product_id":180313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:29.000Z","modified_at":"2026-02-08T04:44:29.000Z","name":"Abby Goldner","mobile_number":"205-777-8289","email_id":"Abigail.Barrows25@hotmail.com","dop":"2000-01-31","serial_number":"1078513277998318","imei1":"1078513277998318","imei2":"1078513277998318","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180607,"job_number":"JOB_180607","tr_customer_id":180625,"tr_customer_product_id":180615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:51.000Z","modified_at":"2026-02-08T14:22:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10568626597782","imei1":"10568626597782","imei2":"10568626597782","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180609,"job_number":"JOB_180609","tr_customer_id":180627,"tr_customer_product_id":180617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:53.000Z","modified_at":"2026-02-08T14:22:53.000Z","name":"Keith Mayert","mobile_number":"530-680-6957","email_id":"Lou34@hotmail.com","dop":"2000-01-31","serial_number":"1044723349267084","imei1":"1044723349267084","imei2":"1044723349267084","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180613,"job_number":"JOB_180613","tr_customer_id":180631,"tr_customer_product_id":180621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:37.000Z","modified_at":"2026-02-08T14:23:37.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10928996089537","imei1":"10928996089537","imei2":"10928996089537","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180615,"job_number":"JOB_180615","tr_customer_id":180633,"tr_customer_product_id":180623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:39.000Z","modified_at":"2026-02-08T14:23:39.000Z","name":"Jabari Cassin","mobile_number":"999-346-4776","email_id":"Vernice85@hotmail.com","dop":"2000-01-31","serial_number":"1032806216352742","imei1":"1032806216352742","imei2":"1032806216352742","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180616,"job_number":"JOB_180616","tr_customer_id":180634,"tr_customer_product_id":180624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:24:22.000Z","modified_at":"2026-02-08T14:24:22.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10637842429587","imei1":"10637842429587","imei2":"10637842429587","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:24:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180618,"job_number":"JOB_180618","tr_customer_id":180636,"tr_customer_product_id":180626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:24:24.000Z","modified_at":"2026-02-08T14:24:24.000Z","name":"Llewellyn Walter","mobile_number":"613-509-3948","email_id":"Joesph2@hotmail.com","dop":"2000-01-31","serial_number":"1014885793920558","imei1":"1014885793920558","imei2":"1014885793920558","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180619,"job_number":"JOB_180619","tr_customer_id":180637,"tr_customer_product_id":180627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:07.000Z","modified_at":"2026-02-08T14:25:07.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10330201824798","imei1":"10330201824798","imei2":"10330201824798","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180621,"job_number":"JOB_180621","tr_customer_id":180639,"tr_customer_product_id":180629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:09.000Z","modified_at":"2026-02-08T14:25:09.000Z","name":"Anthony Mayert","mobile_number":"493-753-6919","email_id":"Horacio91@yahoo.com","dop":"2000-01-31","serial_number":"1058792055802275","imei1":"1058792055802275","imei2":"1058792055802275","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 137ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDB9.FhBAeSDjBMlTlZX3EaG10ZeKz8W4_neLnOIifzlCgeA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 330c98d7-0db9-4520-99e6-fec972699187
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":68105,"engineer_id":2}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 152ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDB9.FhBAeSDjBMlTlZX3EaG10ZeKz8W4_neLnOIifzlCgeA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4798fee1-e2ef-47b9-9318-4faa61906924
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 180853,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1f66f7-gVdVNYzsbtArQeNVbvrpUvuD5ig"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 401ms
Mean size per request: 925.44KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDB9.FhBAeSDjBMlTlZX3EaG10ZeKz8W4_neLnOIifzlCgeA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aa3c7fc4-a415-4893-9044-dde840fcc507
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"e75c1-Om0ekADgUKArVl6l1XnOZ1CluWs"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 19:00:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":179432,"job_number":"JOB_179432","tr_customer_id":179450,"tr_customer_product_id":179440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T23:46:18.000Z","modified_at":"2026-02-06T23:46:18.000Z","name":"Archan Khatri","mobile_number":"7005545634","email_id":"girija.kaul@yahoo.co.in","dop":"2026-01-27","serial_number":"485073609796851","imei1":"485073609796851","imei2":"485073609796851","popurl":"www.susheel-banerjee.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T23:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179433,"job_number":"JOB_179433","tr_customer_id":179451,"tr_customer_product_id":179441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T23:48:43.000Z","modified_at":"2026-02-06T23:48:43.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-27","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-27T23:48:42.666683998Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T23:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179435,"job_number":"JOB_179435","tr_customer_id":179453,"tr_customer_product_id":179443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T03:07:52.000Z","modified_at":"2026-02-07T03:07:52.000Z","name":"Hershel Mraz","mobile_number":"699-860-4928","email_id":"Niko_Cole18@yahoo.com","dop":"2025-05-30","serial_number":"16777482303083","imei1":"16777482303083","imei2":"16777482303083","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T03:07:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179436,"job_number":"JOB_179436","tr_customer_id":179454,"tr_customer_product_id":179444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T03:07:54.000Z","modified_at":"2026-02-07T03:07:54.000Z","name":"Percy Emard","mobile_number":"741-551-4229","email_id":"Oral.Hackett99@hotmail.com","dop":"2025-05-30","serial_number":"1675795504723601","imei1":"1675795504723601","imei2":"1675795504723601","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T03:07:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179438,"job_number":"JOB_179438","tr_customer_id":179456,"tr_customer_product_id":179446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:20.000Z","modified_at":"2026-02-07T04:17:20.000Z","name":"Velda Kulas","mobile_number":"449-475-4374","email_id":"Larue.Koelpin79@gmail.com","dop":"2025-04-06","serial_number":"18520179025516260","imei1":"18520179025516260","imei2":"18520179025516260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179439,"job_number":"JOB_179439","tr_customer_id":179457,"tr_customer_product_id":179447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:31.000Z","modified_at":"2026-02-07T04:17:31.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"17966039303643","imei1":"17966039303643","imei2":"17966039303643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179441,"job_number":"JOB_179441","tr_customer_id":179459,"tr_customer_product_id":179449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:33.000Z","modified_at":"2026-02-07T04:17:33.000Z","name":"Estelle Rutherford","mobile_number":"257-372-5282","email_id":"Dane.Halvorson36@yahoo.com","dop":"2025-04-06","serial_number":"19310667274202004","imei1":"19310667274202004","imei2":"19310667274202004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179442,"job_number":"JOB_179442","tr_customer_id":179460,"tr_customer_product_id":179450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:33.000Z","modified_at":"2026-02-07T04:17:33.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10558495831971","imei1":"10558495831971","imei2":"10558495831971","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179445,"job_number":"JOB_179445","tr_customer_id":179463,"tr_customer_product_id":179453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:34.000Z","modified_at":"2026-02-07T04:17:34.000Z","name":"Anastacio Batz","mobile_number":"760-550-8723","email_id":"Erich48@gmail.com","dop":"2025-06-18","serial_number":"1051471158010766","imei1":"1051471158010766","imei2":"1051471158010766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179447,"job_number":"JOB_179447","tr_customer_id":179465,"tr_customer_product_id":179455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:37.000Z","modified_at":"2026-02-07T04:17:37.000Z","name":"Devon Crooks","mobile_number":"368-710-1359","email_id":"Phoebe88@gmail.com","dop":"2025-04-06","serial_number":"13533683721401218","imei1":"13533683721401218","imei2":"13533683721401218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179448,"job_number":"JOB_179448","tr_customer_id":179466,"tr_customer_product_id":179456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:38.000Z","modified_at":"2026-02-07T04:17:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12404568473945","imei1":"12404568473945","imei2":"12404568473945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179451,"job_number":"JOB_179451","tr_customer_id":179469,"tr_customer_product_id":179459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:40.000Z","modified_at":"2026-02-07T04:17:40.000Z","name":"Marisa Simonis","mobile_number":"489-648-2700","email_id":"Marjory_Williamson67@yahoo.com","dop":"2025-04-06","serial_number":"16127571801953566","imei1":"16127571801953566","imei2":"16127571801953566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179452,"job_number":"JOB_179452","tr_customer_id":179470,"tr_customer_product_id":179460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:41.000Z","modified_at":"2026-02-07T04:17:41.000Z","name":"Naomi Hahn","mobile_number":"824-249-2918","email_id":"Susanna.Becker@hotmail.com","dop":"2025-04-06","serial_number":"19627915421536400","imei1":"19627915421536400","imei2":"19627915421536400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179454,"job_number":"JOB_179454","tr_customer_id":179472,"tr_customer_product_id":179462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:43.000Z","modified_at":"2026-02-07T04:17:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17510381671553","imei1":"17510381671553","imei2":"17510381671553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179456,"job_number":"JOB_179456","tr_customer_id":179474,"tr_customer_product_id":179464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:44.000Z","modified_at":"2026-02-07T04:17:44.000Z","name":"Ophelia Murphy","mobile_number":"317-992-2399","email_id":"Louisa.Frami@hotmail.com","dop":"2025-04-06","serial_number":"13113677698220888","imei1":"13113677698220888","imei2":"13113677698220888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179457,"job_number":"JOB_179457","tr_customer_id":179475,"tr_customer_product_id":179465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:45.000Z","modified_at":"2026-02-07T04:17:45.000Z","name":"Chris Wisoky","mobile_number":"391-718-2954","email_id":"Timmy.Muller7@yahoo.com","dop":"2025-04-06","serial_number":"13166299762653040","imei1":"13166299762653040","imei2":"13166299762653040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179459,"job_number":"JOB_179459","tr_customer_id":179477,"tr_customer_product_id":179467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:48.000Z","modified_at":"2026-02-07T04:17:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14903884985645","imei1":"14903884985645","imei2":"14903884985645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179461,"job_number":"JOB_179461","tr_customer_id":179479,"tr_customer_product_id":179469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:49.000Z","modified_at":"2026-02-07T04:17:49.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"95508911548755","imei1":"95508911548755","imei2":"95508911548755","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179462,"job_number":"JOB_179462","tr_customer_id":179480,"tr_customer_product_id":179470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:49.000Z","modified_at":"2026-02-07T04:17:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12688238741203","imei1":"12688238741203","imei2":"12688238741203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179463,"job_number":"JOB_179463","tr_customer_id":179481,"tr_customer_product_id":179471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:49.000Z","modified_at":"2026-02-07T04:17:49.000Z","name":"Jacinto Larkin","mobile_number":"454-514-1420","email_id":"Annamae_Brown58@gmail.com","dop":"2025-02-01","serial_number":"47517385990442","imei1":"47517385990442","imei2":"47517385990442","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179465,"job_number":"JOB_179465","tr_customer_id":179483,"tr_customer_product_id":179473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:49.000Z","modified_at":"2026-02-07T04:17:49.000Z","name":"Ressie Roob","mobile_number":"482-768-3283","email_id":"Eloisa35@gmail.com","dop":"2025-04-06","serial_number":"17542380101632692","imei1":"17542380101632692","imei2":"17542380101632692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179470,"job_number":"JOB_179470","tr_customer_id":179488,"tr_customer_product_id":179478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:51.000Z","modified_at":"2026-02-07T04:17:51.000Z","name":"Jamir Schuppe","mobile_number":"588-635-8214","email_id":"Era30@gmail.com","dop":"2025-04-06","serial_number":"11408963954809608","imei1":"11408963954809608","imei2":"11408963954809608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179471,"job_number":"JOB_179471","tr_customer_id":179489,"tr_customer_product_id":179479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:51.000Z","modified_at":"2026-02-07T04:17:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11902092960980","imei1":"11902092960980","imei2":"11902092960980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179472,"job_number":"JOB_179472","tr_customer_id":179490,"tr_customer_product_id":179480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:51.000Z","modified_at":"2026-02-07T04:17:51.000Z","name":"Gonzalo Romaguera","mobile_number":"591-921-7351","email_id":"Karlie50@hotmail.com","dop":"2025-04-06","serial_number":"10298084892064602","imei1":"10298084892064602","imei2":"10298084892064602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179474,"job_number":"JOB_179474","tr_customer_id":179492,"tr_customer_product_id":179482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:52.000Z","modified_at":"2026-02-07T04:17:52.000Z","name":"Michale Erdman","mobile_number":"369-749-7120","email_id":"Kenneth_McClure@yahoo.com","dop":"2025-04-06","serial_number":"19150937232804350","imei1":"19150937232804350","imei2":"19150937232804350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179475,"job_number":"JOB_179475","tr_customer_id":179493,"tr_customer_product_id":179483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:53.000Z","modified_at":"2026-02-07T04:17:53.000Z","name":"Rosie Bergnaum","mobile_number":"443-534-5293","email_id":"Scottie_Considine@yahoo.com","dop":"2025-04-06","serial_number":"17210200515818170","imei1":"17210200515818170","imei2":"17210200515818170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179477,"job_number":"JOB_179477","tr_customer_id":179495,"tr_customer_product_id":179485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:53.000Z","modified_at":"2026-02-07T04:17:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18551327706588","imei1":"18551327706588","imei2":"18551327706588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179479,"job_number":"JOB_179479","tr_customer_id":179497,"tr_customer_product_id":179487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:55.000Z","modified_at":"2026-02-07T04:17:55.000Z","name":"Kenneth Purdy","mobile_number":"508-450-1508","email_id":"Zora.Aufderhar@yahoo.com","dop":"2025-04-06","serial_number":"14192922143667884","imei1":"14192922143667884","imei2":"14192922143667884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179480,"job_number":"JOB_179480","tr_customer_id":179498,"tr_customer_product_id":179488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:55.000Z","modified_at":"2026-02-07T04:17:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17434607259702","imei1":"17434607259702","imei2":"17434607259702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179482,"job_number":"JOB_179482","tr_customer_id":179500,"tr_customer_product_id":179490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:57.000Z","modified_at":"2026-02-07T04:17:57.000Z","name":"Romaine Hoppe","mobile_number":"508-961-1982","email_id":"Celestine54@yahoo.com","dop":"2025-04-06","serial_number":"14278981421709964","imei1":"14278981421709964","imei2":"14278981421709964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179487,"job_number":"JOB_179487","tr_customer_id":179505,"tr_customer_product_id":179495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:14.000Z","modified_at":"2026-02-07T04:18:14.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11991466984029","imei1":"11991466984029","imei2":"11991466984029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179489,"job_number":"JOB_179489","tr_customer_id":179507,"tr_customer_product_id":179497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:15.000Z","modified_at":"2026-02-07T04:18:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10174884837956","imei1":"10174884837956","imei2":"10174884837956","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179491,"job_number":"JOB_179491","tr_customer_id":179509,"tr_customer_product_id":179499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:16.000Z","modified_at":"2026-02-07T04:18:16.000Z","name":"Maybelle Hoppe","mobile_number":"629-323-3776","email_id":"Ahmad55@hotmail.com","dop":"2025-04-06","serial_number":"17295733378177284","imei1":"17295733378177284","imei2":"17295733378177284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179492,"job_number":"JOB_179492","tr_customer_id":179510,"tr_customer_product_id":179500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:16.000Z","modified_at":"2026-02-07T04:18:16.000Z","name":"Mia Bernhard","mobile_number":"327-265-4116","email_id":"Ronaldo.Schneider93@gmail.com","dop":"2025-06-18","serial_number":"1014533804285344","imei1":"1014533804285344","imei2":"1014533804285344","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179493,"job_number":"JOB_179493","tr_customer_id":179511,"tr_customer_product_id":179501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:19.000Z","modified_at":"2026-02-07T04:18:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13181087499767","imei1":"13181087499767","imei2":"13181087499767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179495,"job_number":"JOB_179495","tr_customer_id":179513,"tr_customer_product_id":179503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:20.000Z","modified_at":"2026-02-07T04:18:20.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"105627425950864","imei1":"105627425950864","imei2":"105627425950864","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179497,"job_number":"JOB_179497","tr_customer_id":179515,"tr_customer_product_id":179505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:20.000Z","modified_at":"2026-02-07T04:18:20.000Z","name":"Arvel Emard","mobile_number":"506-506-5267","email_id":"Abigail.Prohaska@hotmail.com","dop":"2025-04-06","serial_number":"13106043429551784","imei1":"13106043429551784","imei2":"13106043429551784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179498,"job_number":"JOB_179498","tr_customer_id":179516,"tr_customer_product_id":179506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:27.000Z","modified_at":"2026-02-07T04:18:27.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179499,"job_number":"JOB_179499","tr_customer_id":179517,"tr_customer_product_id":179507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:28.000Z","modified_at":"2026-02-07T04:18:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17894423705348","imei1":"17894423705348","imei2":"17894423705348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179501,"job_number":"JOB_179501","tr_customer_id":179519,"tr_customer_product_id":179509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:30.000Z","modified_at":"2026-02-07T04:18:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14979452625950","imei1":"14979452625950","imei2":"14979452625950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179502,"job_number":"JOB_179502","tr_customer_id":179520,"tr_customer_product_id":179510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:30.000Z","modified_at":"2026-02-07T04:18:30.000Z","name":"Jordyn Pollich","mobile_number":"481-649-0830","email_id":"Stefanie.Kutch@hotmail.com","dop":"2025-04-06","serial_number":"18199088633283320","imei1":"18199088633283320","imei2":"18199088633283320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179503,"job_number":"JOB_179503","tr_customer_id":179521,"tr_customer_product_id":179511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:30.000Z","modified_at":"2026-02-07T04:18:30.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"25131942240444","imei1":"25131942240444","imei2":"25131942240444","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179505,"job_number":"JOB_179505","tr_customer_id":179523,"tr_customer_product_id":179513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:30.000Z","modified_at":"2026-02-07T04:18:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14319076041057","imei1":"14319076041057","imei2":"14319076041057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179506,"job_number":"JOB_179506","tr_customer_id":179524,"tr_customer_product_id":179514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:30.000Z","modified_at":"2026-02-07T04:18:30.000Z","name":"Alek Mann","mobile_number":"304-793-2305","email_id":"Brandyn93@gmail.com","dop":"2025-02-01","serial_number":"77270758442541","imei1":"77270758442541","imei2":"77270758442541","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179508,"job_number":"JOB_179508","tr_customer_id":179526,"tr_customer_product_id":179516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:32.000Z","modified_at":"2026-02-07T04:18:32.000Z","name":"Noel Kunde","mobile_number":"233-375-5697","email_id":"Ashly.Schulist@hotmail.com","dop":"2025-04-06","serial_number":"10480765035139130","imei1":"10480765035139130","imei2":"10480765035139130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179510,"job_number":"JOB_179510","tr_customer_id":179528,"tr_customer_product_id":179518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:32.000Z","modified_at":"2026-02-07T04:18:32.000Z","name":"Damien Hansen","mobile_number":"819-789-8848","email_id":"Rupert_Hahn@yahoo.com","dop":"2025-04-06","serial_number":"12068801834790732","imei1":"12068801834790732","imei2":"12068801834790732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179511,"job_number":"JOB_179511","tr_customer_id":179529,"tr_customer_product_id":179519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:33.000Z","modified_at":"2026-02-07T04:18:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10864711539790","imei1":"10864711539790","imei2":"10864711539790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179513,"job_number":"JOB_179513","tr_customer_id":179531,"tr_customer_product_id":179521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:35.000Z","modified_at":"2026-02-07T04:18:35.000Z","name":"Loma Rempel","mobile_number":"958-833-1752","email_id":"Pearlie68@hotmail.com","dop":"2025-04-06","serial_number":"13236797073749444","imei1":"13236797073749444","imei2":"13236797073749444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179514,"job_number":"JOB_179514","tr_customer_id":179532,"tr_customer_product_id":179522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:36.000Z","modified_at":"2026-02-07T04:18:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11083831146113","imei1":"11083831146113","imei2":"11083831146113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179517,"job_number":"JOB_179517","tr_customer_id":179535,"tr_customer_product_id":179525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:37.000Z","modified_at":"2026-02-07T04:18:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13211074813170","imei1":"13211074813170","imei2":"13211074813170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179520,"job_number":"JOB_179520","tr_customer_id":179538,"tr_customer_product_id":179528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:38.000Z","modified_at":"2026-02-07T04:18:38.000Z","name":"Brant Rau","mobile_number":"555-684-2765","email_id":"Garret10@gmail.com","dop":"2025-04-06","serial_number":"19864364513391696","imei1":"19864364513391696","imei2":"19864364513391696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179522,"job_number":"JOB_179522","tr_customer_id":179540,"tr_customer_product_id":179530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:39.000Z","modified_at":"2026-02-07T04:18:39.000Z","name":"Sedrick Yost","mobile_number":"867-937-9070","email_id":"Haylie.Murazik@hotmail.com","dop":"2025-04-06","serial_number":"15640899121374368","imei1":"15640899121374368","imei2":"15640899121374368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179523,"job_number":"JOB_179523","tr_customer_id":179541,"tr_customer_product_id":179531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:40.000Z","modified_at":"2026-02-07T04:18:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13689992483118","imei1":"13689992483118","imei2":"13689992483118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179525,"job_number":"JOB_179525","tr_customer_id":179543,"tr_customer_product_id":179533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:42.000Z","modified_at":"2026-02-07T04:18:42.000Z","name":"Rasheed Bernhard","mobile_number":"365-400-6999","email_id":"Newton.Rempel@gmail.com","dop":"2025-04-06","serial_number":"18254844457718216","imei1":"18254844457718216","imei2":"18254844457718216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179528,"job_number":"JOB_179528","tr_customer_id":179546,"tr_customer_product_id":179536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:54.000Z","modified_at":"2026-02-07T04:18:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18393915729008","imei1":"18393915729008","imei2":"18393915729008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179529,"job_number":"JOB_179529","tr_customer_id":179547,"tr_customer_product_id":179537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:54.000Z","modified_at":"2026-02-07T04:18:54.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"14730168390646","imei1":"14730168390646","imei2":"14730168390646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179534,"job_number":"JOB_179534","tr_customer_id":179552,"tr_customer_product_id":179542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:56.000Z","modified_at":"2026-02-07T04:18:56.000Z","name":"Jake Bogisich","mobile_number":"648-417-4748","email_id":"Laurel_Bogan78@yahoo.com","dop":"2025-04-06","serial_number":"18142421536680056","imei1":"18142421536680056","imei2":"18142421536680056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179535,"job_number":"JOB_179535","tr_customer_id":179553,"tr_customer_product_id":179543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:56.000Z","modified_at":"2026-02-07T04:18:56.000Z","name":"Krystal Turcotte","mobile_number":"232-250-1047","email_id":"Alaina6@hotmail.com","dop":"2025-04-06","serial_number":"17310977010039850","imei1":"17310977010039850","imei2":"17310977010039850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179536,"job_number":"JOB_179536","tr_customer_id":179554,"tr_customer_product_id":179544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:56.000Z","modified_at":"2026-02-07T04:18:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17614541609779","imei1":"17614541609779","imei2":"17614541609779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179538,"job_number":"JOB_179538","tr_customer_id":179556,"tr_customer_product_id":179546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:57.000Z","modified_at":"2026-02-07T04:18:57.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"12936677790699","imei1":"12936677790699","imei2":"12936677790699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179540,"job_number":"JOB_179540","tr_customer_id":179558,"tr_customer_product_id":179548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:58.000Z","modified_at":"2026-02-07T04:18:58.000Z","name":"Mckenzie Robel","mobile_number":"511-925-9158","email_id":"Geo_OReilly9@hotmail.com","dop":"2025-04-06","serial_number":"16282008343713788","imei1":"16282008343713788","imei2":"16282008343713788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179543,"job_number":"JOB_179543","tr_customer_id":179561,"tr_customer_product_id":179551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:58.000Z","modified_at":"2026-02-07T04:18:58.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"12571609235860","imei1":"12571609235860","imei2":"12571609235860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179544,"job_number":"JOB_179544","tr_customer_id":179562,"tr_customer_product_id":179552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:58.000Z","modified_at":"2026-02-07T04:18:58.000Z","name":"Jessica Smith","mobile_number":"339-610-6597","email_id":"Rudolph.Jenkins60@gmail.com","dop":"2025-04-06","serial_number":"19069463646593056","imei1":"19069463646593056","imei2":"19069463646593056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179547,"job_number":"JOB_179547","tr_customer_id":179565,"tr_customer_product_id":179555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:59.000Z","modified_at":"2026-02-07T04:18:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15248687682677","imei1":"15248687682677","imei2":"15248687682677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179549,"job_number":"JOB_179549","tr_customer_id":179567,"tr_customer_product_id":179557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:00.000Z","modified_at":"2026-02-07T04:19:00.000Z","name":"Bettie Bednar","mobile_number":"552-339-5524","email_id":"Adelle61@yahoo.com","dop":"2025-04-06","serial_number":"17654851251225434","imei1":"17654851251225434","imei2":"17654851251225434","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179550,"job_number":"JOB_179550","tr_customer_id":179568,"tr_customer_product_id":179558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:01.000Z","modified_at":"2026-02-07T04:19:01.000Z","name":"Gene Haag","mobile_number":"296-263-9000","email_id":"Eleonore6@yahoo.com","dop":"2025-04-06","serial_number":"19205296374403956","imei1":"19205296374403956","imei2":"19205296374403956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179551,"job_number":"JOB_179551","tr_customer_id":179569,"tr_customer_product_id":179559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:02.000Z","modified_at":"2026-02-07T04:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13858974436081","imei1":"13858974436081","imei2":"13858974436081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179553,"job_number":"JOB_179553","tr_customer_id":179571,"tr_customer_product_id":179561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:03.000Z","modified_at":"2026-02-07T04:19:03.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105597402556956","imei1":"105597402556956","imei2":"105597402556956","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179555,"job_number":"JOB_179555","tr_customer_id":179573,"tr_customer_product_id":179563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:04.000Z","modified_at":"2026-02-07T04:19:04.000Z","name":"Elza Stark","mobile_number":"713-557-7487","email_id":"Josephine51@yahoo.com","dop":"2025-04-06","serial_number":"13902439265587632","imei1":"13902439265587632","imei2":"13902439265587632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179556,"job_number":"JOB_179556","tr_customer_id":179574,"tr_customer_product_id":179564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:04.000Z","modified_at":"2026-02-07T04:19:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18096149079485","imei1":"18096149079485","imei2":"18096149079485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179560,"job_number":"JOB_179560","tr_customer_id":179578,"tr_customer_product_id":179568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:05.000Z","modified_at":"2026-02-07T04:19:05.000Z","name":"Jonathan Swift","mobile_number":"861-696-5674","email_id":"Maxime.Hodkiewicz@hotmail.com","dop":"2025-04-06","serial_number":"16727137174788652","imei1":"16727137174788652","imei2":"16727137174788652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179562,"job_number":"JOB_179562","tr_customer_id":179580,"tr_customer_product_id":179570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:06.000Z","modified_at":"2026-02-07T04:19:06.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16772588878993","imei1":"16772588878993","imei2":"16772588878993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179568,"job_number":"JOB_179568","tr_customer_id":179586,"tr_customer_product_id":179576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:07.000Z","modified_at":"2026-02-07T04:19:07.000Z","name":"Ernesto Batz","mobile_number":"335-333-3832","email_id":"Trace.Franecki@hotmail.com","dop":"2025-04-06","serial_number":"16060468166172022","imei1":"16060468166172022","imei2":"16060468166172022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179569,"job_number":"JOB_179569","tr_customer_id":179587,"tr_customer_product_id":179577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:10.000Z","modified_at":"2026-02-07T04:19:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19567653547868","imei1":"19567653547868","imei2":"19567653547868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179571,"job_number":"JOB_179571","tr_customer_id":179589,"tr_customer_product_id":179579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:12.000Z","modified_at":"2026-02-07T04:19:12.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"86636567438042","imei1":"86636567438042","imei2":"86636567438042","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179572,"job_number":"JOB_179572","tr_customer_id":179590,"tr_customer_product_id":179580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:12.000Z","modified_at":"2026-02-07T04:19:12.000Z","name":"Braxton Mraz","mobile_number":"762-388-5913","email_id":"Rolando37@hotmail.com","dop":"2025-02-01","serial_number":"71836231605864","imei1":"71836231605864","imei2":"71836231605864","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179573,"job_number":"JOB_179573","tr_customer_id":179591,"tr_customer_product_id":179581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:12.000Z","modified_at":"2026-02-07T04:19:12.000Z","name":"Adaline Sawayn","mobile_number":"561-329-6353","email_id":"Rafaela.Torphy@gmail.com","dop":"2025-04-06","serial_number":"18760635310190870","imei1":"18760635310190870","imei2":"18760635310190870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179574,"job_number":"JOB_179574","tr_customer_id":179592,"tr_customer_product_id":179582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:13.000Z","modified_at":"2026-02-07T04:19:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15490296496223","imei1":"15490296496223","imei2":"15490296496223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179576,"job_number":"JOB_179576","tr_customer_id":179594,"tr_customer_product_id":179584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:13.000Z","modified_at":"2026-02-07T04:19:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12448143507934","imei1":"12448143507934","imei2":"12448143507934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179581,"job_number":"JOB_179581","tr_customer_id":179599,"tr_customer_product_id":179589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:14.000Z","modified_at":"2026-02-07T04:19:14.000Z","name":"Magdalena Schmitt","mobile_number":"310-201-9390","email_id":"Maxie77@yahoo.com","dop":"2025-04-06","serial_number":"13117432963801678","imei1":"13117432963801678","imei2":"13117432963801678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179583,"job_number":"JOB_179583","tr_customer_id":179601,"tr_customer_product_id":179591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:15.000Z","modified_at":"2026-02-07T04:19:15.000Z","name":"Joy Harber","mobile_number":"203-335-3314","email_id":"Janie16@yahoo.com","dop":"2025-04-06","serial_number":"17876602998407832","imei1":"17876602998407832","imei2":"17876602998407832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179584,"job_number":"JOB_179584","tr_customer_id":179602,"tr_customer_product_id":179592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:16.000Z","modified_at":"2026-02-07T04:19:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13559781598333","imei1":"13559781598333","imei2":"13559781598333","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179586,"job_number":"JOB_179586","tr_customer_id":179604,"tr_customer_product_id":179594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:17.000Z","modified_at":"2026-02-07T04:19:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10952392808046","imei1":"10952392808046","imei2":"10952392808046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179587,"job_number":"JOB_179587","tr_customer_id":179605,"tr_customer_product_id":179595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:17.000Z","modified_at":"2026-02-07T04:19:17.000Z","name":"Karen Kautzer","mobile_number":"546-276-3623","email_id":"Loren4@yahoo.com","dop":"2025-04-06","serial_number":"14934376139491884","imei1":"14934376139491884","imei2":"14934376139491884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179589,"job_number":"JOB_179589","tr_customer_id":179607,"tr_customer_product_id":179597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:19.000Z","modified_at":"2026-02-07T04:19:19.000Z","name":"Syble Moen","mobile_number":"627-956-1367","email_id":"Jody.Lynch@gmail.com","dop":"2025-04-06","serial_number":"10351875552001156","imei1":"10351875552001156","imei2":"10351875552001156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179592,"job_number":"JOB_179592","tr_customer_id":179610,"tr_customer_product_id":179600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:21.000Z","modified_at":"2026-02-07T04:19:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19108649311848","imei1":"19108649311848","imei2":"19108649311848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179595,"job_number":"JOB_179595","tr_customer_id":179613,"tr_customer_product_id":179603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:21.000Z","modified_at":"2026-02-07T04:19:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14538134124821","imei1":"14538134124821","imei2":"14538134124821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179598,"job_number":"JOB_179598","tr_customer_id":179616,"tr_customer_product_id":179606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:23.000Z","modified_at":"2026-02-07T04:19:23.000Z","name":"Carlos Emmerich","mobile_number":"999-740-6545","email_id":"Lynn_DuBuque19@hotmail.com","dop":"2025-04-06","serial_number":"15431195737875700","imei1":"15431195737875700","imei2":"15431195737875700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179599,"job_number":"JOB_179599","tr_customer_id":179617,"tr_customer_product_id":179607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:23.000Z","modified_at":"2026-02-07T04:19:23.000Z","name":"Telly Hoppe","mobile_number":"983-810-0285","email_id":"Nella_Gleason@yahoo.com","dop":"2025-04-06","serial_number":"17296492922624528","imei1":"17296492922624528","imei2":"17296492922624528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179600,"job_number":"JOB_179600","tr_customer_id":179618,"tr_customer_product_id":179608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:25.000Z","modified_at":"2026-02-07T04:19:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10765706239997","imei1":"10765706239997","imei2":"10765706239997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179602,"job_number":"JOB_179602","tr_customer_id":179620,"tr_customer_product_id":179610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:27.000Z","modified_at":"2026-02-07T04:19:27.000Z","name":"Naomie Swift","mobile_number":"397-989-9878","email_id":"Tara_Bosco47@gmail.com","dop":"2025-04-06","serial_number":"13488515711571136","imei1":"13488515711571136","imei2":"13488515711571136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179607,"job_number":"JOB_179607","tr_customer_id":179625,"tr_customer_product_id":179615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:39.000Z","modified_at":"2026-02-07T04:19:39.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13876919432618","imei1":"13876919432618","imei2":"13876919432618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179608,"job_number":"JOB_179608","tr_customer_id":179626,"tr_customer_product_id":179616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:40.000Z","modified_at":"2026-02-07T04:19:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19726597058360","imei1":"19726597058360","imei2":"19726597058360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179610,"job_number":"JOB_179610","tr_customer_id":179628,"tr_customer_product_id":179618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:40.000Z","modified_at":"2026-02-07T04:19:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"12685107271679","imei1":"12685107271679","imei2":"12685107271679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179613,"job_number":"JOB_179613","tr_customer_id":179631,"tr_customer_product_id":179621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:40.000Z","modified_at":"2026-02-07T04:19:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10421338915389","imei1":"10421338915389","imei2":"10421338915389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179615,"job_number":"JOB_179615","tr_customer_id":179633,"tr_customer_product_id":179623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:41.000Z","modified_at":"2026-02-07T04:19:41.000Z","name":"Frank Feil","mobile_number":"625-296-2979","email_id":"Coby34@hotmail.com","dop":"2025-04-06","serial_number":"19772819524515560","imei1":"19772819524515560","imei2":"19772819524515560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179616,"job_number":"JOB_179616","tr_customer_id":179634,"tr_customer_product_id":179624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:41.000Z","modified_at":"2026-02-07T04:19:41.000Z","name":"Richmond Macejkovic","mobile_number":"952-695-6697","email_id":"Terrence42@gmail.com","dop":"2025-04-06","serial_number":"11141308933258228","imei1":"11141308933258228","imei2":"11141308933258228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179617,"job_number":"JOB_179617","tr_customer_id":179635,"tr_customer_product_id":179625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:41.000Z","modified_at":"2026-02-07T04:19:41.000Z","name":"Antonetta Bashirian","mobile_number":"635-820-9445","email_id":"Johnny.Gerhold@hotmail.com","dop":"2025-04-06","serial_number":"15414262962498682","imei1":"15414262962498682","imei2":"15414262962498682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179618,"job_number":"JOB_179618","tr_customer_id":179636,"tr_customer_product_id":179626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:42.000Z","modified_at":"2026-02-07T04:19:42.000Z","name":"Lincoln Sanford","mobile_number":"557-589-9962","email_id":"Ebba_DuBuque@hotmail.com","dop":"2025-04-06","serial_number":"12210678512846424","imei1":"12210678512846424","imei2":"12210678512846424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179619,"job_number":"JOB_179619","tr_customer_id":179637,"tr_customer_product_id":179627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:46.000Z","modified_at":"2026-02-07T04:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13857564754127","imei1":"13857564754127","imei2":"13857564754127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179621,"job_number":"JOB_179621","tr_customer_id":179639,"tr_customer_product_id":179629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:47.000Z","modified_at":"2026-02-07T04:19:47.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"101063246823665","imei1":"101063246823665","imei2":"101063246823665","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179623,"job_number":"JOB_179623","tr_customer_id":179641,"tr_customer_product_id":179631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:48.000Z","modified_at":"2026-02-07T04:19:48.000Z","name":"Juanita Huels","mobile_number":"228-461-6929","email_id":"Jamel_Gutmann@hotmail.com","dop":"2025-04-06","serial_number":"18639437854737884","imei1":"18639437854737884","imei2":"18639437854737884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179624,"job_number":"JOB_179624","tr_customer_id":179642,"tr_customer_product_id":179632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:48.000Z","modified_at":"2026-02-07T04:19:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15567228229581","imei1":"15567228229581","imei2":"15567228229581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179627,"job_number":"JOB_179627","tr_customer_id":179645,"tr_customer_product_id":179635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:49.000Z","modified_at":"2026-02-07T04:19:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14656697548612","imei1":"14656697548612","imei2":"14656697548612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179629,"job_number":"JOB_179629","tr_customer_id":179647,"tr_customer_product_id":179637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:50.000Z","modified_at":"2026-02-07T04:19:50.000Z","name":"Juwan Wunsch","mobile_number":"571-877-5867","email_id":"Lorenz.Klocko@gmail.com","dop":"2025-04-06","serial_number":"19899175601668376","imei1":"19899175601668376","imei2":"19899175601668376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179630,"job_number":"JOB_179630","tr_customer_id":179648,"tr_customer_product_id":179638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:51.000Z","modified_at":"2026-02-07T04:19:51.000Z","name":"Ross Jones","mobile_number":"984-580-2272","email_id":"Melba4@yahoo.com","dop":"2025-04-06","serial_number":"17814786930063022","imei1":"17814786930063022","imei2":"17814786930063022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179631,"job_number":"JOB_179631","tr_customer_id":179649,"tr_customer_product_id":179639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:55.000Z","modified_at":"2026-02-07T04:19:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18562525876158","imei1":"18562525876158","imei2":"18562525876158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179633,"job_number":"JOB_179633","tr_customer_id":179651,"tr_customer_product_id":179641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:56.000Z","modified_at":"2026-02-07T04:19:56.000Z","name":"Roberto Hilpert","mobile_number":"207-538-0728","email_id":"Layne54@gmail.com","dop":"2025-04-06","serial_number":"12713521582902132","imei1":"12713521582902132","imei2":"12713521582902132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179634,"job_number":"JOB_179634","tr_customer_id":179652,"tr_customer_product_id":179642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:01.000Z","modified_at":"2026-02-07T04:20:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13265594661218","imei1":"13265594661218","imei2":"13265594661218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179638,"job_number":"JOB_179638","tr_customer_id":179656,"tr_customer_product_id":179646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:03.000Z","modified_at":"2026-02-07T04:20:03.000Z","name":"Alayna Fay","mobile_number":"326-401-2530","email_id":"Kiley.Windler35@gmail.com","dop":"2025-04-06","serial_number":"18472713118942664","imei1":"18472713118942664","imei2":"18472713118942664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179640,"job_number":"JOB_179640","tr_customer_id":179658,"tr_customer_product_id":179648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:20.000Z","modified_at":"2026-02-07T04:20:20.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"12654071301703","imei1":"12654071301703","imei2":"12654071301703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179642,"job_number":"JOB_179642","tr_customer_id":179660,"tr_customer_product_id":179650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:22.000Z","modified_at":"2026-02-07T04:20:22.000Z","name":"Lewis Breitenberg","mobile_number":"388-706-4218","email_id":"Alexandrea.Stark70@hotmail.com","dop":"2025-04-06","serial_number":"13983335394285428","imei1":"13983335394285428","imei2":"13983335394285428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179643,"job_number":"JOB_179643","tr_customer_id":179661,"tr_customer_product_id":179651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:25.000Z","modified_at":"2026-02-07T04:20:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18941893216802","imei1":"18941893216802","imei2":"18941893216802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179645,"job_number":"JOB_179645","tr_customer_id":179663,"tr_customer_product_id":179653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:25.000Z","modified_at":"2026-02-07T04:20:25.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15349026646679","imei1":"15349026646679","imei2":"15349026646679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179646,"job_number":"JOB_179646","tr_customer_id":179664,"tr_customer_product_id":179654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:25.000Z","modified_at":"2026-02-07T04:20:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16683032434607","imei1":"16683032434607","imei2":"16683032434607","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179649,"job_number":"JOB_179649","tr_customer_id":179667,"tr_customer_product_id":179657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:26.000Z","modified_at":"2026-02-07T04:20:26.000Z","name":"Gloria Schoen","mobile_number":"953-370-7460","email_id":"Karina_Bayer34@gmail.com","dop":"2025-04-06","serial_number":"18106075790869764","imei1":"18106075790869764","imei2":"18106075790869764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179650,"job_number":"JOB_179650","tr_customer_id":179668,"tr_customer_product_id":179658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:27.000Z","modified_at":"2026-02-07T04:20:27.000Z","name":"King Kuhlman","mobile_number":"620-760-5285","email_id":"Zoie45@yahoo.com","dop":"2025-04-06","serial_number":"14464709123764780","imei1":"14464709123764780","imei2":"14464709123764780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179651,"job_number":"JOB_179651","tr_customer_id":179669,"tr_customer_product_id":179659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:27.000Z","modified_at":"2026-02-07T04:20:27.000Z","name":"Romaine Orn","mobile_number":"518-600-1924","email_id":"Levi78@yahoo.com","dop":"2025-04-06","serial_number":"12058215500540548","imei1":"12058215500540548","imei2":"12058215500540548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179652,"job_number":"JOB_179652","tr_customer_id":179670,"tr_customer_product_id":179660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:30.000Z","modified_at":"2026-02-07T04:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13722847002907","imei1":"13722847002907","imei2":"13722847002907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179654,"job_number":"JOB_179654","tr_customer_id":179672,"tr_customer_product_id":179662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:32.000Z","modified_at":"2026-02-07T04:20:32.000Z","name":"Cathy Lowe","mobile_number":"735-322-8464","email_id":"Rubie67@gmail.com","dop":"2025-04-06","serial_number":"13353756847969100","imei1":"13353756847969100","imei2":"13353756847969100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179655,"job_number":"JOB_179655","tr_customer_id":179673,"tr_customer_product_id":179663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:32.000Z","modified_at":"2026-02-07T04:20:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18548887916188","imei1":"18548887916188","imei2":"18548887916188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179657,"job_number":"JOB_179657","tr_customer_id":179675,"tr_customer_product_id":179665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:34.000Z","modified_at":"2026-02-07T04:20:34.000Z","name":"Johnson Heaney","mobile_number":"735-611-6271","email_id":"Zoie.Crist@hotmail.com","dop":"2025-04-06","serial_number":"15972247057099838","imei1":"15972247057099838","imei2":"15972247057099838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179658,"job_number":"JOB_179658","tr_customer_id":179676,"tr_customer_product_id":179666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:38.000Z","modified_at":"2026-02-07T04:20:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10689557725453","imei1":"10689557725453","imei2":"10689557725453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179660,"job_number":"JOB_179660","tr_customer_id":179678,"tr_customer_product_id":179668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:40.000Z","modified_at":"2026-02-07T04:20:40.000Z","name":"Buddy O'Conner","mobile_number":"273-300-1435","email_id":"Jaren.Doyle20@gmail.com","dop":"2025-04-06","serial_number":"19830794307973800","imei1":"19830794307973800","imei2":"19830794307973800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179664,"job_number":"JOB_179664","tr_customer_id":179682,"tr_customer_product_id":179672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:24.000Z","modified_at":"2026-02-07T04:24:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37289040663419","imei1":"37289040663419","imei2":"37289040663419","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179665,"job_number":"JOB_179665","tr_customer_id":179683,"tr_customer_product_id":179673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:24.000Z","modified_at":"2026-02-07T04:24:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58499863378051","imei1":"58499863378051","imei2":"58499863378051","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179666,"job_number":"JOB_179666","tr_customer_id":179684,"tr_customer_product_id":179674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:25.000Z","modified_at":"2026-02-07T04:24:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52100010753548","imei1":"52100010753548","imei2":"52100010753548","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179667,"job_number":"JOB_179667","tr_customer_id":179685,"tr_customer_product_id":179675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:25.000Z","modified_at":"2026-02-07T04:24:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26084308745447","imei1":"26084308745447","imei2":"26084308745447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179668,"job_number":"JOB_179668","tr_customer_id":179686,"tr_customer_product_id":179676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:25.000Z","modified_at":"2026-02-07T04:24:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31009402966317","imei1":"31009402966317","imei2":"31009402966317","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179669,"job_number":"JOB_179669","tr_customer_id":179687,"tr_customer_product_id":179677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:26.000Z","modified_at":"2026-02-07T04:24:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16747789742649","imei1":"16747789742649","imei2":"16747789742649","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179671,"job_number":"JOB_179671","tr_customer_id":179689,"tr_customer_product_id":179679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:55.000Z","modified_at":"2026-02-07T04:24:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64908324824604","imei1":"64908324824604","imei2":"64908324824604","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179672,"job_number":"JOB_179672","tr_customer_id":179690,"tr_customer_product_id":179680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:55.000Z","modified_at":"2026-02-07T04:24:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21148790074670","imei1":"21148790074670","imei2":"21148790074670","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179673,"job_number":"JOB_179673","tr_customer_id":179691,"tr_customer_product_id":179681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:55.000Z","modified_at":"2026-02-07T04:24:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22730413051260","imei1":"22730413051260","imei2":"22730413051260","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179674,"job_number":"JOB_179674","tr_customer_id":179692,"tr_customer_product_id":179682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:56.000Z","modified_at":"2026-02-07T04:24:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56789516858173","imei1":"56789516858173","imei2":"56789516858173","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179675,"job_number":"JOB_179675","tr_customer_id":179693,"tr_customer_product_id":179683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:56.000Z","modified_at":"2026-02-07T04:24:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54557028067929","imei1":"54557028067929","imei2":"54557028067929","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179676,"job_number":"JOB_179676","tr_customer_id":179694,"tr_customer_product_id":179684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:24:56.000Z","modified_at":"2026-02-07T04:24:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74300537086329","imei1":"74300537086329","imei2":"74300537086329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179678,"job_number":"JOB_179678","tr_customer_id":179696,"tr_customer_product_id":179686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:25:25.000Z","modified_at":"2026-02-07T04:25:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27902404042902","imei1":"27902404042902","imei2":"27902404042902","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179679,"job_number":"JOB_179679","tr_customer_id":179697,"tr_customer_product_id":179687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:25:25.000Z","modified_at":"2026-02-07T04:25:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86934668448576","imei1":"86934668448576","imei2":"86934668448576","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179680,"job_number":"JOB_179680","tr_customer_id":179698,"tr_customer_product_id":179688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:25:26.000Z","modified_at":"2026-02-07T04:25:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40690617497243","imei1":"40690617497243","imei2":"40690617497243","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179681,"job_number":"JOB_179681","tr_customer_id":179699,"tr_customer_product_id":179689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:25:26.000Z","modified_at":"2026-02-07T04:25:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60930627489368","imei1":"60930627489368","imei2":"60930627489368","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179682,"job_number":"JOB_179682","tr_customer_id":179700,"tr_customer_product_id":179690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:25:26.000Z","modified_at":"2026-02-07T04:25:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84839589797746","imei1":"84839589797746","imei2":"84839589797746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179683,"job_number":"JOB_179683","tr_customer_id":179701,"tr_customer_product_id":179691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:25:26.000Z","modified_at":"2026-02-07T04:25:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12156247360466","imei1":"12156247360466","imei2":"12156247360466","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179688,"job_number":"JOB_179688","tr_customer_id":179706,"tr_customer_product_id":179696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:03:19.000Z","modified_at":"2026-02-07T05:03:19.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-28","serial_number":"46863446472395","imei1":"46863446472395","imei2":"46863446472395","popurl":"2026-01-28T05:03:18.935181494Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:03:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179689,"job_number":"JOB_179689","tr_customer_id":179707,"tr_customer_product_id":179697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:03:29.000Z","modified_at":"2026-02-07T05:03:29.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-28","serial_number":"19883183511449","imei1":"19883183511449","imei2":"19883183511449","popurl":"2026-01-28T05:03:29.075163391Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:03:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179690,"job_number":"JOB_179690","tr_customer_id":179708,"tr_customer_product_id":179698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:08:07.000Z","modified_at":"2026-02-07T05:08:07.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109270803866950","imei1":"109270803866950","imei2":"109270803866950","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179692,"job_number":"JOB_179692","tr_customer_id":179710,"tr_customer_product_id":179700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:08:19.000Z","modified_at":"2026-02-07T05:08:19.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"102148937073432","imei1":"102148937073432","imei2":"102148937073432","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:08:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179698,"job_number":"JOB_179698","tr_customer_id":179716,"tr_customer_product_id":179706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:24:42.000Z","modified_at":"2026-02-07T05:24:42.000Z","name":"Aisha Berge","mobile_number":"652-582-7033","email_id":"Karianne22@yahoo.com","dop":"2025-04-06","serial_number":"10281098502836762","imei1":"10281098502836762","imei2":"10281098502836762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179700,"job_number":"JOB_179700","tr_customer_id":179718,"tr_customer_product_id":179708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:25:10.000Z","modified_at":"2026-02-07T05:25:10.000Z","name":"Ryann Kuphal","mobile_number":"624-967-3214","email_id":"Addison.Jakubowski59@yahoo.com","dop":"2025-04-06","serial_number":"17146221613877992","imei1":"17146221613877992","imei2":"17146221613877992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179701,"job_number":"JOB_179701","tr_customer_id":179719,"tr_customer_product_id":179709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:26:41.000Z","modified_at":"2026-02-07T05:26:41.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"19834621987604","imei1":"19834621987604","imei2":"19834621987604","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179702,"job_number":"JOB_179702","tr_customer_id":179720,"tr_customer_product_id":179710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:26:42.000Z","modified_at":"2026-02-07T05:26:42.000Z","name":"Rosemarie Baumbach","mobile_number":"616-532-1002","email_id":"Francis.Streich22@gmail.com","dop":"2025-02-01","serial_number":"86646900170477","imei1":"86646900170477","imei2":"86646900170477","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:26:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179704,"job_number":"JOB_179704","tr_customer_id":179722,"tr_customer_product_id":179712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:27:24.000Z","modified_at":"2026-02-07T05:27:24.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"98370451639905","imei1":"98370451639905","imei2":"98370451639905","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179705,"job_number":"JOB_179705","tr_customer_id":179723,"tr_customer_product_id":179713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:27:24.000Z","modified_at":"2026-02-07T05:27:24.000Z","name":"Zoie Roberts","mobile_number":"249-531-3782","email_id":"Zoe.VonRueden@yahoo.com","dop":"2025-02-01","serial_number":"82479107948143","imei1":"82479107948143","imei2":"82479107948143","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179707,"job_number":"JOB_179707","tr_customer_id":179725,"tr_customer_product_id":179715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:28:06.000Z","modified_at":"2026-02-07T05:28:06.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"102888556366647","imei1":"102888556366647","imei2":"102888556366647","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179708,"job_number":"JOB_179708","tr_customer_id":179726,"tr_customer_product_id":179716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:28:06.000Z","modified_at":"2026-02-07T05:28:06.000Z","name":"Kailee O'Hara","mobile_number":"750-291-3529","email_id":"Anastacio.Leffler40@yahoo.com","dop":"2025-02-01","serial_number":"24236573800086","imei1":"24236573800086","imei2":"24236573800086","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179710,"job_number":"JOB_179710","tr_customer_id":179728,"tr_customer_product_id":179718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T05:38:15.000Z","modified_at":"2026-02-07T05:38:15.000Z","name":"Kaylie Nader","mobile_number":"278-381-3484","email_id":"Jayme.Hoeger@hotmail.com","dop":"2026-01-24","serial_number":"16941654401404","imei1":"16941654401404","imei2":"16941654401404","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T05:38:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179711,"job_number":"JOB_179711","tr_customer_id":179729,"tr_customer_product_id":179719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T06:07:13.000Z","modified_at":"2026-02-07T06:07:13.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"11772378249268","imei1":"11772378249268","imei2":"11772378249268","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T06:07:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179713,"job_number":"JOB_179713","tr_customer_id":179731,"tr_customer_product_id":179721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T06:07:28.000Z","modified_at":"2026-02-07T06:07:28.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14546533907256","imei1":"14546533907256","imei2":"14546533907256","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T06:07:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179715,"job_number":"JOB_179715","tr_customer_id":179733,"tr_customer_product_id":179723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T06:07:44.000Z","modified_at":"2026-02-07T06:07:44.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"10185395659293","imei1":"10185395659293","imei2":"10185395659293","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T06:07:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179723,"job_number":"JOB_179723","tr_customer_id":179741,"tr_customer_product_id":179731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T07:24:05.000Z","modified_at":"2026-02-07T07:24:05.000Z","name":"abcd  efgh","mobile_number":"9812365498","email_id":"abcd@gmail.com","dop":"2026-02-03","serial_number":"12345678912345","imei1":"12345678912345","imei2":"12345678912345","popurl":"2026-02-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T07:24:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179724,"job_number":"JOB_179724","tr_customer_id":179742,"tr_customer_product_id":179732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T07:39:37.000Z","modified_at":"2026-02-07T07:39:37.000Z","name":"Kyra Gibson","mobile_number":"364-466-3757","email_id":"Justus_Sporer89@hotmail.com","dop":"2025-10-06","serial_number":"15165180407175","imei1":"15165180407175","imei2":"15165180407175","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T07:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179725,"job_number":"JOB_179725","tr_customer_id":179743,"tr_customer_product_id":179733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T07:43:39.000Z","modified_at":"2026-02-07T07:43:39.000Z","name":"Makenna Wisozk","mobile_number":"503-243-9309","email_id":"Maximillia9@hotmail.com","dop":"2025-10-06","serial_number":"13604239288127","imei1":"13604239288127","imei2":"13604239288127","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T07:43:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179726,"job_number":"JOB_179726","tr_customer_id":179744,"tr_customer_product_id":179734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T07:43:48.000Z","modified_at":"2026-02-07T07:43:48.000Z","name":"Mathilde Connelly","mobile_number":"638-521-6237","email_id":"Lisandro_Strosin18@yahoo.com","dop":"2025-10-06","serial_number":"17199975923627","imei1":"17199975923627","imei2":"17199975923627","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T07:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179727,"job_number":"JOB_179727","tr_customer_id":179745,"tr_customer_product_id":179735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T07:45:07.000Z","modified_at":"2026-02-07T07:45:07.000Z","name":"Angus Corwin","mobile_number":"635-494-0199","email_id":"Camryn.Wisozk49@gmail.com","dop":"2025-10-06","serial_number":"13344690353270","imei1":"13344690353270","imei2":"13344690353270","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T07:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179729,"job_number":"JOB_179729","tr_customer_id":179747,"tr_customer_product_id":179737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T07:48:41.000Z","modified_at":"2026-02-07T07:48:41.000Z","name":"Daphnee Purdy","mobile_number":"523-503-2736","email_id":"Janie_Moen32@yahoo.com","dop":"2025-04-06","serial_number":"15157633762758084","imei1":"15157633762758084","imei2":"15157633762758084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T07:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179734,"job_number":"JOB_179734","tr_customer_id":179752,"tr_customer_product_id":179742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T07:50:23.000Z","modified_at":"2026-02-07T07:50:23.000Z","name":"Daron Sawayn","mobile_number":"936-960-4637","email_id":"Glenna25@gmail.com","dop":"2025-04-06","serial_number":"11608594527318598","imei1":"11608594527318598","imei2":"11608594527318598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T07:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179735,"job_number":"JOB_179735","tr_customer_id":179753,"tr_customer_product_id":179743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T08:10:12.000Z","modified_at":"2026-02-07T08:10:12.000Z","name":"Lyric Koss","mobile_number":"250-841-4416","email_id":"Rusty1@hotmail.com","dop":"2025-10-06","serial_number":"13764800380255","imei1":"13764800380255","imei2":"13764800380255","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T08:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179736,"job_number":"JOB_179736","tr_customer_id":179754,"tr_customer_product_id":179744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T08:10:41.000Z","modified_at":"2026-02-07T08:10:41.000Z","name":"Vincenzo Trantow","mobile_number":"627-405-6569","email_id":"Judge_Bashirian@gmail.com","dop":"2025-10-06","serial_number":"18894835720073","imei1":"18894835720073","imei2":"18894835720073","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T08:10:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179737,"job_number":"JOB_179737","tr_customer_id":179755,"tr_customer_product_id":179745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T08:12:13.000Z","modified_at":"2026-02-07T08:12:13.000Z","name":"Colby Wuckert","mobile_number":"668-752-5147","email_id":"Fiona3@gmail.com","dop":"2025-10-06","serial_number":"18064196203236","imei1":"18064196203236","imei2":"18064196203236","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T08:12:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179738,"job_number":"JOB_179738","tr_customer_id":179756,"tr_customer_product_id":179746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T08:16:07.000Z","modified_at":"2026-02-07T08:16:07.000Z","name":"Carson Littel","mobile_number":"315-306-3051","email_id":"Henry_Boyle72@gmail.com","dop":"2025-10-06","serial_number":"15365999025453","imei1":"15365999025453","imei2":"15365999025453","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T08:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179739,"job_number":"JOB_179739","tr_customer_id":179757,"tr_customer_product_id":179747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T08:36:46.000Z","modified_at":"2026-02-07T08:36:46.000Z","name":"Kasandra Funk","mobile_number":"749-752-0707","email_id":"Pierce_Howell54@hotmail.com","dop":"2025-12-31","serial_number":"52751468118725","imei1":"52751468118725","imei2":"52751468118725","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T08:36:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179745,"job_number":"JOB_179745","tr_customer_id":179763,"tr_customer_product_id":179753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T09:40:32.000Z","modified_at":"2026-02-07T09:40:32.000Z","name":"Fred Dietrich","mobile_number":"774-923-3188","email_id":"Taryn_Leuschke@hotmail.com","dop":"2025-12-31","serial_number":"72713306816392","imei1":"72713306816392","imei2":"72713306816392","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T09:40:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179746,"job_number":"JOB_179746","tr_customer_id":179764,"tr_customer_product_id":179754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T09:48:47.000Z","modified_at":"2026-02-07T09:48:47.000Z","name":"Malcolm Osinski","mobile_number":"374-726-9007","email_id":"Jaiden95@yahoo.com","dop":"2025-10-06","serial_number":"10837300426542","imei1":"10837300426542","imei2":"10837300426542","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T09:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179747,"job_number":"JOB_179747","tr_customer_id":179765,"tr_customer_product_id":179755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:10:39.000Z","modified_at":"2026-02-07T10:10:39.000Z","name":"Jaunita Gorczany","mobile_number":"901-938-8478","email_id":"Fiona27@yahoo.com","dop":"2025-10-06","serial_number":"18990359592597","imei1":"18990359592597","imei2":"18990359592597","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:10:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179748,"job_number":"JOB_179748","tr_customer_id":179766,"tr_customer_product_id":179756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:11:18.000Z","modified_at":"2026-02-07T10:11:18.000Z","name":"Conor Muller","mobile_number":"205-978-0163","email_id":"Stefan_Prohaska@gmail.com","dop":"2025-10-06","serial_number":"11915085199272","imei1":"11915085199272","imei2":"11915085199272","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:11:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179749,"job_number":"JOB_179749","tr_customer_id":179767,"tr_customer_product_id":179757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:11:33.000Z","modified_at":"2026-02-07T10:11:33.000Z","name":"Hollis Schoen","mobile_number":"800-203-5652","email_id":"Alayna.Walker@yahoo.com","dop":"2025-10-06","serial_number":"15473237387585","imei1":"15473237387585","imei2":"15473237387585","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:11:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179750,"job_number":"JOB_179750","tr_customer_id":179768,"tr_customer_product_id":179758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:20:03.000Z","modified_at":"2026-02-07T10:20:03.000Z","name":"Stefan Bartell","mobile_number":"866-517-3379","email_id":"Brandyn.Rempel@hotmail.com","dop":"2025-10-06","serial_number":"13528851987417","imei1":"13528851987417","imei2":"13528851987417","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179751,"job_number":"JOB_179751","tr_customer_id":179769,"tr_customer_product_id":179759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:20:59.000Z","modified_at":"2026-02-07T10:20:59.000Z","name":"Abelardo Windler","mobile_number":"319-353-7338","email_id":"Chadd29@yahoo.com","dop":"2025-10-06","serial_number":"19150496485766","imei1":"19150496485766","imei2":"19150496485766","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179752,"job_number":"JOB_179752","tr_customer_id":179770,"tr_customer_product_id":179760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:23:03.000Z","modified_at":"2026-02-07T10:23:03.000Z","name":"Benjamin Satterfield","mobile_number":"638-545-6078","email_id":"Forrest_Pollich82@hotmail.com","dop":"2025-10-06","serial_number":"14973674249923","imei1":"14973674249923","imei2":"14973674249923","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:23:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179753,"job_number":"JOB_179753","tr_customer_id":179771,"tr_customer_product_id":179761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:25:35.000Z","modified_at":"2026-02-07T10:25:35.000Z","name":"Nicole Ritchie","mobile_number":"966-349-0591","email_id":"Kristofer.Zulauf35@yahoo.com","dop":"2025-10-06","serial_number":"16876955012304","imei1":"16876955012304","imei2":"16876955012304","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179755,"job_number":"JOB_179755","tr_customer_id":179773,"tr_customer_product_id":179763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:43:08.000Z","modified_at":"2026-02-07T10:43:08.000Z","name":"Keshaun Flatley","mobile_number":"363-351-5440","email_id":"Marcelle.Terry1@yahoo.com","dop":"2025-04-06","serial_number":"12243131680891916","imei1":"12243131680891916","imei2":"12243131680891916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179756,"job_number":"JOB_179756","tr_customer_id":179774,"tr_customer_product_id":179764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:46:40.000Z","modified_at":"2026-02-07T10:46:40.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-28","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-28T10:46:32.661952226Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:46:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179757,"job_number":"JOB_179757","tr_customer_id":179775,"tr_customer_product_id":179765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:46:41.000Z","modified_at":"2026-02-07T10:46:41.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-28","serial_number":"25855584692948","imei1":"25855584692948","imei2":"25855584692948","popurl":"2026-01-28T10:46:32.664242633Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179758,"job_number":"JOB_179758","tr_customer_id":179776,"tr_customer_product_id":179766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:46:53.000Z","modified_at":"2026-02-07T10:46:53.000Z","name":"Agrata Menon","mobile_number":"8648037786","email_id":"ganaka.pillai@gmail.com","dop":"2026-01-28","serial_number":"02395617858067","imei1":"02395617858067","imei2":"02395617858067","popurl":"www.poornima-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T10:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179759,"job_number":"JOB_179759","tr_customer_id":179777,"tr_customer_product_id":179767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:02:02.000Z","modified_at":"2026-02-07T11:02:02.000Z","name":"Laurel Boehm","mobile_number":"850-336-4293","email_id":"Harold.Williamson70@yahoo.com","dop":"2025-10-06","serial_number":"17744748222467764","imei1":"17744748222467764","imei2":"17744748222467764","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T11:02:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179760,"job_number":"JOB_179760","tr_customer_id":179778,"tr_customer_product_id":179768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:03:17.000Z","modified_at":"2026-02-07T11:03:18.000Z","name":"Anita Jacobi","mobile_number":"922-288-8508","email_id":"Cassandra.Hilll@gmail.com","dop":"2025-10-06","serial_number":"17584373940113454","imei1":"17584373940113454","imei2":"17584373940113454","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T11:03:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179761,"job_number":"JOB_179761","tr_customer_id":179779,"tr_customer_product_id":179769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:04:02.000Z","modified_at":"2026-02-07T11:04:02.000Z","name":"Jaylon Aufderhar","mobile_number":"277-782-4288","email_id":"Moses.Rau8@yahoo.com","dop":"2025-10-06","serial_number":"14895891230842764","imei1":"14895891230842764","imei2":"14895891230842764","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T11:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179762,"job_number":"JOB_179762","tr_customer_id":179780,"tr_customer_product_id":179770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:04:12.000Z","modified_at":"2026-02-07T11:04:12.000Z","name":"Malachi Ebert","mobile_number":"749-679-6784","email_id":"April88@hotmail.com","dop":"2025-10-06","serial_number":"15791718071361438","imei1":"15791718071361438","imei2":"15791718071361438","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T11:04:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179764,"job_number":"JOB_179764","tr_customer_id":179782,"tr_customer_product_id":179772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:25:05.000Z","modified_at":"2026-02-07T11:25:05.000Z","name":"Aniyah Parisian","mobile_number":"286-591-4472","email_id":"Maximillia_Kutch60@gmail.com","dop":"2025-10-06","serial_number":"17308320562618892","imei1":"17308320562618892","imei2":"17308320562618892","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T11:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179765,"job_number":"JOB_179765","tr_customer_id":179783,"tr_customer_product_id":179773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:42:43.000Z","modified_at":"2026-02-07T11:42:43.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-28","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-28T11:42:43.482387059Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T11:42:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179767,"job_number":"JOB_179767","tr_customer_id":179785,"tr_customer_product_id":179775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:44:33.000Z","modified_at":"2026-02-07T11:44:33.000Z","name":"Joel Hayes","mobile_number":"230-621-2511","email_id":"Stanford.Bradtke@yahoo.com","dop":"2025-04-06","serial_number":"19801763218124200","imei1":"19801763218124200","imei2":"19801763218124200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T11:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179768,"job_number":"JOB_179768","tr_customer_id":179786,"tr_customer_product_id":179776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T12:18:58.000Z","modified_at":"2026-02-07T12:18:58.000Z","name":"Jensen Krajcik","mobile_number":"461-596-0525","email_id":"Laverna.Kuhn@hotmail.com","dop":"2025-10-06","serial_number":"12377315243258","imei1":"12377315243258","imei2":"12377315243258","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T12:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179769,"job_number":"JOB_179769","tr_customer_id":179787,"tr_customer_product_id":179777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T12:32:32.000Z","modified_at":"2026-02-07T12:32:32.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"61316736434057","imei1":"61316736434057","imei2":"61316736434057","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T12:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179770,"job_number":"JOB_179770","tr_customer_id":179788,"tr_customer_product_id":179778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T12:38:37.000Z","modified_at":"2026-02-07T12:38:37.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"61316736434059","imei1":"61316736434059","imei2":"61316736434059","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T12:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179771,"job_number":"JOB_179771","tr_customer_id":179789,"tr_customer_product_id":179779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T12:39:36.000Z","modified_at":"2026-02-07T12:39:36.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-28","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-28T12:39:36.247524900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T12:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179772,"job_number":"JOB_179772","tr_customer_id":179790,"tr_customer_product_id":179780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T12:40:46.000Z","modified_at":"2026-02-07T12:40:46.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"61316736434051","imei1":"61316736434051","imei2":"61316736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T12:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179773,"job_number":"JOB_179773","tr_customer_id":179791,"tr_customer_product_id":179781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:25:23.000Z","modified_at":"2026-02-07T13:25:23.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-01-28","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-01-28T13:25:23.066979323Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:25:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179776,"job_number":"JOB_179776","tr_customer_id":179794,"tr_customer_product_id":179784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:37:45.000Z","modified_at":"2026-02-07T13:37:45.000Z","name":"Madelyn Powlowski","mobile_number":"766-908-8519","email_id":"Albertha28@gmail.com","dop":"2025-05-30","serial_number":"18243646010747","imei1":"18243646010747","imei2":"18243646010747","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179777,"job_number":"JOB_179777","tr_customer_id":179795,"tr_customer_product_id":179785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:37:46.000Z","modified_at":"2026-02-07T13:37:46.000Z","name":"Karelle Kuphal","mobile_number":"781-455-7951","email_id":"Marquis.Renner73@yahoo.com","dop":"2025-05-30","serial_number":"1480695618774731","imei1":"1480695618774731","imei2":"1480695618774731","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179778,"job_number":"JOB_179778","tr_customer_id":179796,"tr_customer_product_id":179786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:56:49.000Z","modified_at":"2026-02-07T13:56:49.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"105437494248890","imei1":"105437494248890","imei2":"105437494248890","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179780,"job_number":"JOB_179780","tr_customer_id":179798,"tr_customer_product_id":179788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:57:34.000Z","modified_at":"2026-02-07T13:57:34.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"101644197897408","imei1":"101644197897408","imei2":"101644197897408","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179782,"job_number":"JOB_179782","tr_customer_id":179800,"tr_customer_product_id":179790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:57:49.000Z","modified_at":"2026-02-07T13:57:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80197342314528","imei1":"80197342314528","imei2":"80197342314528","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179783,"job_number":"JOB_179783","tr_customer_id":179801,"tr_customer_product_id":179791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:57:50.000Z","modified_at":"2026-02-07T13:57:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74865510785288","imei1":"74865510785288","imei2":"74865510785288","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179784,"job_number":"JOB_179784","tr_customer_id":179802,"tr_customer_product_id":179792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:57:50.000Z","modified_at":"2026-02-07T13:57:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23879993314286","imei1":"23879993314286","imei2":"23879993314286","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179785,"job_number":"JOB_179785","tr_customer_id":179803,"tr_customer_product_id":179793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:57:50.000Z","modified_at":"2026-02-07T13:57:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90671915630309","imei1":"90671915630309","imei2":"90671915630309","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179786,"job_number":"JOB_179786","tr_customer_id":179804,"tr_customer_product_id":179794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:57:50.000Z","modified_at":"2026-02-07T13:57:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99651405795684","imei1":"99651405795684","imei2":"99651405795684","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179787,"job_number":"JOB_179787","tr_customer_id":179805,"tr_customer_product_id":179795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:57:51.000Z","modified_at":"2026-02-07T13:57:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75120866235680","imei1":"75120866235680","imei2":"75120866235680","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179790,"job_number":"JOB_179790","tr_customer_id":179808,"tr_customer_product_id":179798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:10.000Z","modified_at":"2026-02-07T13:58:10.000Z","name":"Erica Murphy","mobile_number":"474-301-4889","email_id":"Lindsey.Kunze@yahoo.com","dop":"2025-04-06","serial_number":"19382078984364150","imei1":"19382078984364150","imei2":"19382078984364150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179791,"job_number":"JOB_179791","tr_customer_id":179809,"tr_customer_product_id":179799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:19.000Z","modified_at":"2026-02-07T13:58:19.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"101095886854799","imei1":"101095886854799","imei2":"101095886854799","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179793,"job_number":"JOB_179793","tr_customer_id":179811,"tr_customer_product_id":179801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:21.000Z","modified_at":"2026-02-07T13:58:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61483953370915","imei1":"61483953370915","imei2":"61483953370915","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179794,"job_number":"JOB_179794","tr_customer_id":179812,"tr_customer_product_id":179802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:21.000Z","modified_at":"2026-02-07T13:58:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72465708230478","imei1":"72465708230478","imei2":"72465708230478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179795,"job_number":"JOB_179795","tr_customer_id":179813,"tr_customer_product_id":179803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:21.000Z","modified_at":"2026-02-07T13:58:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72036445300095","imei1":"72036445300095","imei2":"72036445300095","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179796,"job_number":"JOB_179796","tr_customer_id":179814,"tr_customer_product_id":179804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:21.000Z","modified_at":"2026-02-07T13:58:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27681940831746","imei1":"27681940831746","imei2":"27681940831746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179797,"job_number":"JOB_179797","tr_customer_id":179815,"tr_customer_product_id":179805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:22.000Z","modified_at":"2026-02-07T13:58:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44200937109396","imei1":"44200937109396","imei2":"44200937109396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179798,"job_number":"JOB_179798","tr_customer_id":179816,"tr_customer_product_id":179806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:22.000Z","modified_at":"2026-02-07T13:58:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53628638657337","imei1":"53628638657337","imei2":"53628638657337","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179800,"job_number":"JOB_179800","tr_customer_id":179818,"tr_customer_product_id":179808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:46.000Z","modified_at":"2026-02-07T13:58:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12491054265438","imei1":"12491054265438","imei2":"12491054265438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179802,"job_number":"JOB_179802","tr_customer_id":179820,"tr_customer_product_id":179810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:48.000Z","modified_at":"2026-02-07T13:58:48.000Z","name":"Alfreda Bode","mobile_number":"219-845-2959","email_id":"Dedrick38@gmail.com","dop":"2025-04-06","serial_number":"14991926659724624","imei1":"14991926659724624","imei2":"14991926659724624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179803,"job_number":"JOB_179803","tr_customer_id":179821,"tr_customer_product_id":179811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:52.000Z","modified_at":"2026-02-07T13:58:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78986230816917","imei1":"78986230816917","imei2":"78986230816917","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179804,"job_number":"JOB_179804","tr_customer_id":179822,"tr_customer_product_id":179812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:52.000Z","modified_at":"2026-02-07T13:58:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17567133662841","imei1":"17567133662841","imei2":"17567133662841","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179805,"job_number":"JOB_179805","tr_customer_id":179823,"tr_customer_product_id":179813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:52.000Z","modified_at":"2026-02-07T13:58:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75647471408227","imei1":"75647471408227","imei2":"75647471408227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179806,"job_number":"JOB_179806","tr_customer_id":179824,"tr_customer_product_id":179814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:53.000Z","modified_at":"2026-02-07T13:58:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47676785925660","imei1":"47676785925660","imei2":"47676785925660","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179807,"job_number":"JOB_179807","tr_customer_id":179825,"tr_customer_product_id":179815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:53.000Z","modified_at":"2026-02-07T13:58:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96124536369662","imei1":"96124536369662","imei2":"96124536369662","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179808,"job_number":"JOB_179808","tr_customer_id":179826,"tr_customer_product_id":179816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:58:53.000Z","modified_at":"2026-02-07T13:58:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84041227607680","imei1":"84041227607680","imei2":"84041227607680","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179811,"job_number":"JOB_179811","tr_customer_id":179829,"tr_customer_product_id":179819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:59:32.000Z","modified_at":"2026-02-07T13:59:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13891791021875","imei1":"13891791021875","imei2":"13891791021875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179813,"job_number":"JOB_179813","tr_customer_id":179831,"tr_customer_product_id":179821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:59:34.000Z","modified_at":"2026-02-07T13:59:34.000Z","name":"Josefina Kuphal","mobile_number":"480-293-7227","email_id":"Erna70@hotmail.com","dop":"2025-04-06","serial_number":"19684853209301836","imei1":"19684853209301836","imei2":"19684853209301836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T13:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179816,"job_number":"JOB_179816","tr_customer_id":179834,"tr_customer_product_id":179824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:00:17.000Z","modified_at":"2026-02-07T14:00:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18608847428354","imei1":"18608847428354","imei2":"18608847428354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179818,"job_number":"JOB_179818","tr_customer_id":179836,"tr_customer_product_id":179826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:00:19.000Z","modified_at":"2026-02-07T14:00:19.000Z","name":"Casper Lowe","mobile_number":"756-550-1903","email_id":"Lera.Turner@gmail.com","dop":"2025-04-06","serial_number":"12253186925813656","imei1":"12253186925813656","imei2":"12253186925813656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179828,"job_number":"JOB_179828","tr_customer_id":179846,"tr_customer_product_id":179836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:16:55.000Z","modified_at":"2026-02-07T14:16:55.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"69686298423837","imei1":"69686298423837","imei2":"69686298423837","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:16:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179829,"job_number":"JOB_179829","tr_customer_id":179847,"tr_customer_product_id":179837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:16:56.000Z","modified_at":"2026-02-07T14:16:56.000Z","name":"Brittany Hills","mobile_number":"646-931-0891","email_id":"Karelle_Paucek@gmail.com","dop":"2025-02-01","serial_number":"35193869516381","imei1":"35193869516381","imei2":"35193869516381","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:16:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179831,"job_number":"JOB_179831","tr_customer_id":179849,"tr_customer_product_id":179839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:17:37.000Z","modified_at":"2026-02-07T14:17:37.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"62636744085812","imei1":"62636744085812","imei2":"62636744085812","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179832,"job_number":"JOB_179832","tr_customer_id":179850,"tr_customer_product_id":179840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:17:38.000Z","modified_at":"2026-02-07T14:17:38.000Z","name":"Elton Skiles","mobile_number":"529-757-1111","email_id":"Robyn.Weber10@hotmail.com","dop":"2025-02-01","serial_number":"41908874477162","imei1":"41908874477162","imei2":"41908874477162","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179833,"job_number":"JOB_179833","tr_customer_id":179851,"tr_customer_product_id":179841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:17:39.000Z","modified_at":"2026-02-07T14:17:39.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"49812290296665496","imei1":"49812290296665496","imei2":"49812290296665496","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:17:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179835,"job_number":"JOB_179835","tr_customer_id":179853,"tr_customer_product_id":179843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:18:18.000Z","modified_at":"2026-02-07T14:18:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17669976368062","imei1":"17669976368062","imei2":"17669976368062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:18:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179837,"job_number":"JOB_179837","tr_customer_id":179855,"tr_customer_product_id":179845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:18:19.000Z","modified_at":"2026-02-07T14:18:19.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"76402392931279","imei1":"76402392931279","imei2":"76402392931279","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179838,"job_number":"JOB_179838","tr_customer_id":179856,"tr_customer_product_id":179846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:18:20.000Z","modified_at":"2026-02-07T14:18:20.000Z","name":"Abdiel O'Keefe","mobile_number":"370-491-0493","email_id":"Damian_Pouros32@hotmail.com","dop":"2025-02-01","serial_number":"44367161650304","imei1":"44367161650304","imei2":"44367161650304","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179839,"job_number":"JOB_179839","tr_customer_id":179857,"tr_customer_product_id":179847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:18:20.000Z","modified_at":"2026-02-07T14:18:20.000Z","name":"Annamae VonRueden","mobile_number":"757-671-2270","email_id":"Geoffrey89@hotmail.com","dop":"2025-04-06","serial_number":"15897574014852978","imei1":"15897574014852978","imei2":"15897574014852978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179841,"job_number":"JOB_179841","tr_customer_id":179859,"tr_customer_product_id":179849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:19:04.000Z","modified_at":"2026-02-07T14:19:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19841665199194","imei1":"19841665199194","imei2":"19841665199194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179843,"job_number":"JOB_179843","tr_customer_id":179861,"tr_customer_product_id":179851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:19:06.000Z","modified_at":"2026-02-07T14:19:06.000Z","name":"Macie Kuphal","mobile_number":"561-602-3776","email_id":"Araceli.Pouros@gmail.com","dop":"2025-04-06","serial_number":"13480254744012844","imei1":"13480254744012844","imei2":"13480254744012844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179844,"job_number":"JOB_179844","tr_customer_id":179862,"tr_customer_product_id":179852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:19:38.000Z","modified_at":"2026-02-07T14:19:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16344374818104","imei1":"16344374818104","imei2":"16344374818104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179846,"job_number":"JOB_179846","tr_customer_id":179864,"tr_customer_product_id":179854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:19:40.000Z","modified_at":"2026-02-07T14:19:40.000Z","name":"Velma Dooley","mobile_number":"843-648-5891","email_id":"Emiliano.Erdman82@hotmail.com","dop":"2025-04-06","serial_number":"16352594402596680","imei1":"16352594402596680","imei2":"16352594402596680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179847,"job_number":"JOB_179847","tr_customer_id":179865,"tr_customer_product_id":179855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:19:50.000Z","modified_at":"2026-02-07T14:19:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12453511560258","imei1":"12453511560258","imei2":"12453511560258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179849,"job_number":"JOB_179849","tr_customer_id":179867,"tr_customer_product_id":179857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:19:52.000Z","modified_at":"2026-02-07T14:19:52.000Z","name":"Eden Medhurst","mobile_number":"330-871-1765","email_id":"Charles46@yahoo.com","dop":"2025-04-06","serial_number":"12148713613684306","imei1":"12148713613684306","imei2":"12148713613684306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179850,"job_number":"JOB_179850","tr_customer_id":179868,"tr_customer_product_id":179858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:20:21.000Z","modified_at":"2026-02-07T14:20:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15131948662201","imei1":"15131948662201","imei2":"15131948662201","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179852,"job_number":"JOB_179852","tr_customer_id":179870,"tr_customer_product_id":179860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:20:22.000Z","modified_at":"2026-02-07T14:20:22.000Z","name":"Imelda Nolan","mobile_number":"828-326-7733","email_id":"Bradley_OReilly@gmail.com","dop":"2025-04-06","serial_number":"14351926079321682","imei1":"14351926079321682","imei2":"14351926079321682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179853,"job_number":"JOB_179853","tr_customer_id":179871,"tr_customer_product_id":179861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:20:36.000Z","modified_at":"2026-02-07T14:20:36.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10685825078408","imei1":"10685825078408","imei2":"10685825078408","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179855,"job_number":"JOB_179855","tr_customer_id":179873,"tr_customer_product_id":179863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:20:36.000Z","modified_at":"2026-02-07T14:20:36.000Z","name":"Osborne Stracke","mobile_number":"817-599-8884","email_id":"Rory_Leffler54@hotmail.com","dop":"2025-06-18","serial_number":"1086612149015004","imei1":"1086612149015004","imei2":"1086612149015004","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179856,"job_number":"JOB_179856","tr_customer_id":179874,"tr_customer_product_id":179864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:21:03.000Z","modified_at":"2026-02-07T14:21:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15596846481310","imei1":"15596846481310","imei2":"15596846481310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179858,"job_number":"JOB_179858","tr_customer_id":179876,"tr_customer_product_id":179866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:21:05.000Z","modified_at":"2026-02-07T14:21:05.000Z","name":"Eliane Dickens","mobile_number":"355-231-7577","email_id":"Darlene83@gmail.com","dop":"2025-04-06","serial_number":"19687423628870456","imei1":"19687423628870456","imei2":"19687423628870456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179859,"job_number":"JOB_179859","tr_customer_id":179877,"tr_customer_product_id":179867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:21:21.000Z","modified_at":"2026-02-07T14:21:21.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10724246016562","imei1":"10724246016562","imei2":"10724246016562","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179861,"job_number":"JOB_179861","tr_customer_id":179879,"tr_customer_product_id":179869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:21:22.000Z","modified_at":"2026-02-07T14:21:22.000Z","name":"Isai Hessel","mobile_number":"205-326-1253","email_id":"Susanna.Stroman@gmail.com","dop":"2025-06-18","serial_number":"1003279534527791","imei1":"1003279534527791","imei2":"1003279534527791","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179872,"job_number":"JOB_179872","tr_customer_id":179890,"tr_customer_product_id":179880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:27.000Z","modified_at":"2026-02-07T14:23:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13339336718566","imei1":"13339336718566","imei2":"13339336718566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179874,"job_number":"JOB_179874","tr_customer_id":179892,"tr_customer_product_id":179882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:29.000Z","modified_at":"2026-02-07T14:23:29.000Z","name":"Dorothy Langosh","mobile_number":"997-908-5833","email_id":"Norberto_Haley@yahoo.com","dop":"2025-04-06","serial_number":"16556055149962738","imei1":"16556055149962738","imei2":"16556055149962738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179875,"job_number":"JOB_179875","tr_customer_id":179893,"tr_customer_product_id":179883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:38.000Z","modified_at":"2026-02-07T14:23:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12978082268609","imei1":"12978082268609","imei2":"12978082268609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179877,"job_number":"JOB_179877","tr_customer_id":179895,"tr_customer_product_id":179885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:40.000Z","modified_at":"2026-02-07T14:23:40.000Z","name":"Myrtis Shanahan","mobile_number":"916-896-8571","email_id":"Vita33@yahoo.com","dop":"2025-04-06","serial_number":"12143421542966584","imei1":"12143421542966584","imei2":"12143421542966584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179881,"job_number":"JOB_179881","tr_customer_id":179899,"tr_customer_product_id":179889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:12.000Z","modified_at":"2026-02-07T14:24:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17262316571497","imei1":"17262316571497","imei2":"17262316571497","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179883,"job_number":"JOB_179883","tr_customer_id":179901,"tr_customer_product_id":179891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:13.000Z","modified_at":"2026-02-07T14:24:13.000Z","name":"Justyn Legros","mobile_number":"629-525-7289","email_id":"Kayli.Lynch@gmail.com","dop":"2025-04-06","serial_number":"13577300721050332","imei1":"13577300721050332","imei2":"13577300721050332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179884,"job_number":"JOB_179884","tr_customer_id":179902,"tr_customer_product_id":179892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:25.000Z","modified_at":"2026-02-07T14:24:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16353005958443","imei1":"16353005958443","imei2":"16353005958443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179886,"job_number":"JOB_179886","tr_customer_id":179904,"tr_customer_product_id":179894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:26.000Z","modified_at":"2026-02-07T14:24:26.000Z","name":"Tad Hermann","mobile_number":"711-873-9036","email_id":"Neva_Kerluke57@gmail.com","dop":"2025-04-06","serial_number":"14067378688247380","imei1":"14067378688247380","imei2":"14067378688247380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179887,"job_number":"JOB_179887","tr_customer_id":179905,"tr_customer_product_id":179895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:42.000Z","modified_at":"2026-02-07T14:24:42.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"17677032421116","imei1":"17677032421116","imei2":"17677032421116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179889,"job_number":"JOB_179889","tr_customer_id":179907,"tr_customer_product_id":179897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:44.000Z","modified_at":"2026-02-07T14:24:44.000Z","name":"Karelle Littel","mobile_number":"753-242-1579","email_id":"Louvenia.Gulgowski@yahoo.com","dop":"2025-04-06","serial_number":"14722440668384786","imei1":"14722440668384786","imei2":"14722440668384786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179890,"job_number":"JOB_179890","tr_customer_id":179908,"tr_customer_product_id":179898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:56.000Z","modified_at":"2026-02-07T14:24:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10282060018464","imei1":"10282060018464","imei2":"10282060018464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179892,"job_number":"JOB_179892","tr_customer_id":179910,"tr_customer_product_id":179900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:24:57.000Z","modified_at":"2026-02-07T14:24:57.000Z","name":"Branson Gulgowski","mobile_number":"443-324-7150","email_id":"Marshall.Gibson@gmail.com","dop":"2025-04-06","serial_number":"17965865995249696","imei1":"17965865995249696","imei2":"17965865995249696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:24:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179893,"job_number":"JOB_179893","tr_customer_id":179911,"tr_customer_product_id":179901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:01.000Z","modified_at":"2026-02-07T14:25:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17194438240124","imei1":"17194438240124","imei2":"17194438240124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179895,"job_number":"JOB_179895","tr_customer_id":179913,"tr_customer_product_id":179903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:03.000Z","modified_at":"2026-02-07T14:25:03.000Z","name":"Antonina Pollich","mobile_number":"723-557-2404","email_id":"Gillian_Sanford49@yahoo.com","dop":"2025-04-06","serial_number":"13202264638513286","imei1":"13202264638513286","imei2":"13202264638513286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179896,"job_number":"JOB_179896","tr_customer_id":179914,"tr_customer_product_id":179904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:11.000Z","modified_at":"2026-02-07T14:25:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13296011689171","imei1":"13296011689171","imei2":"13296011689171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179898,"job_number":"JOB_179898","tr_customer_id":179916,"tr_customer_product_id":179906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:13.000Z","modified_at":"2026-02-07T14:25:13.000Z","name":"Herminio Pollich","mobile_number":"484-798-5406","email_id":"Jamar_Moore59@yahoo.com","dop":"2025-04-06","serial_number":"17477339079513796","imei1":"17477339079513796","imei2":"17477339079513796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179899,"job_number":"JOB_179899","tr_customer_id":179917,"tr_customer_product_id":179907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:26.000Z","modified_at":"2026-02-07T14:25:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10498188361992","imei1":"10498188361992","imei2":"10498188361992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179901,"job_number":"JOB_179901","tr_customer_id":179919,"tr_customer_product_id":179909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:27.000Z","modified_at":"2026-02-07T14:25:27.000Z","name":"Deangelo Trantow","mobile_number":"281-207-2057","email_id":"Connor_Bergstrom55@gmail.com","dop":"2025-04-06","serial_number":"10903781831504018","imei1":"10903781831504018","imei2":"10903781831504018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179902,"job_number":"JOB_179902","tr_customer_id":179920,"tr_customer_product_id":179910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:45.000Z","modified_at":"2026-02-07T14:25:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10968880640962","imei1":"10968880640962","imei2":"10968880640962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179904,"job_number":"JOB_179904","tr_customer_id":179922,"tr_customer_product_id":179912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:25:47.000Z","modified_at":"2026-02-07T14:25:47.000Z","name":"Thelma Mante","mobile_number":"662-440-3870","email_id":"Elmira.Durgan40@gmail.com","dop":"2025-04-06","serial_number":"19777426392199464","imei1":"19777426392199464","imei2":"19777426392199464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179905,"job_number":"JOB_179905","tr_customer_id":179923,"tr_customer_product_id":179913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:26:09.000Z","modified_at":"2026-02-07T14:26:09.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19831076569840","imei1":"19831076569840","imei2":"19831076569840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179907,"job_number":"JOB_179907","tr_customer_id":179925,"tr_customer_product_id":179915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:26:11.000Z","modified_at":"2026-02-07T14:26:11.000Z","name":"Hunter Feest","mobile_number":"652-382-6937","email_id":"Leslie31@gmail.com","dop":"2025-04-06","serial_number":"18220027528791916","imei1":"18220027528791916","imei2":"18220027528791916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179908,"job_number":"JOB_179908","tr_customer_id":179926,"tr_customer_product_id":179916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:26:29.000Z","modified_at":"2026-02-07T14:26:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10557094603184","imei1":"10557094603184","imei2":"10557094603184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179910,"job_number":"JOB_179910","tr_customer_id":179928,"tr_customer_product_id":179918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:26:31.000Z","modified_at":"2026-02-07T14:26:31.000Z","name":"Kitty Corwin","mobile_number":"891-870-1578","email_id":"Furman29@gmail.com","dop":"2025-04-06","serial_number":"10191219237419784","imei1":"10191219237419784","imei2":"10191219237419784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179912,"job_number":"JOB_179912","tr_customer_id":179930,"tr_customer_product_id":179920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:26:41.000Z","modified_at":"2026-02-07T14:26:41.000Z","name":"Trisha Beer","mobile_number":"343-257-3781","email_id":"Jammie_Spencer88@hotmail.com","dop":"2025-04-06","serial_number":"13021824538298464","imei1":"13021824538298464","imei2":"13021824538298464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179914,"job_number":"JOB_179914","tr_customer_id":179932,"tr_customer_product_id":179922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:27:31.000Z","modified_at":"2026-02-07T14:27:31.000Z","name":"Mollie Wunsch","mobile_number":"760-887-7894","email_id":"Renee.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"18167121442323150","imei1":"18167121442323150","imei2":"18167121442323150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179918,"job_number":"JOB_179918","tr_customer_id":179936,"tr_customer_product_id":179926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:28:35.000Z","modified_at":"2026-02-07T14:28:35.000Z","name":"Chris Mraz","mobile_number":"511-595-7759","email_id":"Jaclyn64@yahoo.com","dop":"2025-12-31","serial_number":"54047967060051","imei1":"54047967060051","imei2":"54047967060051","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179919,"job_number":"JOB_179919","tr_customer_id":179937,"tr_customer_product_id":179927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:29:42.000Z","modified_at":"2026-02-07T14:29:42.000Z","name":"Chris Mraz","mobile_number":"511-595-7759","email_id":"Jaclyn64@yahoo.com","dop":"2025-12-31","serial_number":"31286052489919","imei1":"31286052489919","imei2":"31286052489919","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:29:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179921,"job_number":"JOB_179921","tr_customer_id":179939,"tr_customer_product_id":179929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:30:24.000Z","modified_at":"2026-02-07T14:30:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10028868335117","imei1":"10028868335117","imei2":"10028868335117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179923,"job_number":"JOB_179923","tr_customer_id":179941,"tr_customer_product_id":179931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:30:25.000Z","modified_at":"2026-02-07T14:30:25.000Z","name":"Sallie Murray","mobile_number":"418-943-5134","email_id":"Otho11@yahoo.com","dop":"2025-04-06","serial_number":"17570116585958636","imei1":"17570116585958636","imei2":"17570116585958636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179924,"job_number":"JOB_179924","tr_customer_id":179942,"tr_customer_product_id":179932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:30:25.000Z","modified_at":"2026-02-07T14:30:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10597829378533","imei1":"10597829378533","imei2":"10597829378533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179926,"job_number":"JOB_179926","tr_customer_id":179944,"tr_customer_product_id":179934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:30:27.000Z","modified_at":"2026-02-07T14:30:27.000Z","name":"Judah Reynolds","mobile_number":"650-410-7153","email_id":"Bradley_Rowe@yahoo.com","dop":"2025-04-06","serial_number":"18717348275784724","imei1":"18717348275784724","imei2":"18717348275784724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:30:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179927,"job_number":"JOB_179927","tr_customer_id":179945,"tr_customer_product_id":179935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:30:53.000Z","modified_at":"2026-02-07T14:30:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13087597905801","imei1":"13087597905801","imei2":"13087597905801","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:30:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179929,"job_number":"JOB_179929","tr_customer_id":179947,"tr_customer_product_id":179937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:30:55.000Z","modified_at":"2026-02-07T14:30:55.000Z","name":"Lukas Feeney","mobile_number":"793-913-5553","email_id":"Maxie.VonRueden81@yahoo.com","dop":"2025-04-06","serial_number":"11781449194715380","imei1":"11781449194715380","imei2":"11781449194715380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:30:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179930,"job_number":"JOB_179930","tr_customer_id":179948,"tr_customer_product_id":179938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:08.000Z","modified_at":"2026-02-07T14:31:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10638823989728","imei1":"10638823989728","imei2":"10638823989728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179932,"job_number":"JOB_179932","tr_customer_id":179950,"tr_customer_product_id":179940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:09.000Z","modified_at":"2026-02-07T14:31:09.000Z","name":"Ewell Kirlin","mobile_number":"947-789-8031","email_id":"Urban_Schmitt@hotmail.com","dop":"2025-04-06","serial_number":"17015083960993862","imei1":"17015083960993862","imei2":"17015083960993862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179933,"job_number":"JOB_179933","tr_customer_id":179951,"tr_customer_product_id":179941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:12.000Z","modified_at":"2026-02-07T14:31:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11201097543183","imei1":"11201097543183","imei2":"11201097543183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179935,"job_number":"JOB_179935","tr_customer_id":179953,"tr_customer_product_id":179943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:13.000Z","modified_at":"2026-02-07T14:31:13.000Z","name":"Mckenzie Cruickshank","mobile_number":"974-884-6589","email_id":"Joy.Sawayn@gmail.com","dop":"2025-04-06","serial_number":"11351553507756434","imei1":"11351553507756434","imei2":"11351553507756434","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179939,"job_number":"JOB_179939","tr_customer_id":179957,"tr_customer_product_id":179947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:37.000Z","modified_at":"2026-02-07T14:31:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17470234332150","imei1":"17470234332150","imei2":"17470234332150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179941,"job_number":"JOB_179941","tr_customer_id":179959,"tr_customer_product_id":179949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:39.000Z","modified_at":"2026-02-07T14:31:39.000Z","name":"Wilfred Hammes","mobile_number":"297-765-7722","email_id":"Jamaal1@hotmail.com","dop":"2025-04-06","serial_number":"15712596247253712","imei1":"15712596247253712","imei2":"15712596247253712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179943,"job_number":"JOB_179943","tr_customer_id":179961,"tr_customer_product_id":179951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:42.000Z","modified_at":"2026-02-07T14:31:42.000Z","name":"Ike Grant","mobile_number":"523-456-1908","email_id":"Ashley_Durgan32@gmail.com","dop":"2025-04-06","serial_number":"14843498387535196","imei1":"14843498387535196","imei2":"14843498387535196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179946,"job_number":"JOB_179946","tr_customer_id":179964,"tr_customer_product_id":179954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:52.000Z","modified_at":"2026-02-07T14:31:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16771628690020","imei1":"16771628690020","imei2":"16771628690020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179949,"job_number":"JOB_179949","tr_customer_id":179967,"tr_customer_product_id":179957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:53.000Z","modified_at":"2026-02-07T14:31:53.000Z","name":"Nolan Aufderhar","mobile_number":"767-571-6865","email_id":"Malika.Dicki@hotmail.com","dop":"2025-04-06","serial_number":"19289965423529750","imei1":"19289965423529750","imei2":"19289965423529750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179950,"job_number":"JOB_179950","tr_customer_id":179968,"tr_customer_product_id":179958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:58.000Z","modified_at":"2026-02-07T14:31:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15967046338331","imei1":"15967046338331","imei2":"15967046338331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179952,"job_number":"JOB_179952","tr_customer_id":179970,"tr_customer_product_id":179960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:59.000Z","modified_at":"2026-02-07T14:31:59.000Z","name":"Heidi Ledner","mobile_number":"528-349-8027","email_id":"Roderick57@hotmail.com","dop":"2025-04-06","serial_number":"10496183210670822","imei1":"10496183210670822","imei2":"10496183210670822","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179956,"job_number":"JOB_179956","tr_customer_id":179974,"tr_customer_product_id":179964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:32:22.000Z","modified_at":"2026-02-07T14:32:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10474229923489","imei1":"10474229923489","imei2":"10474229923489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179958,"job_number":"JOB_179958","tr_customer_id":179976,"tr_customer_product_id":179966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:32:23.000Z","modified_at":"2026-02-07T14:32:23.000Z","name":"Celine Gutmann","mobile_number":"476-938-3868","email_id":"Devon71@yahoo.com","dop":"2025-04-06","serial_number":"12585103844422848","imei1":"12585103844422848","imei2":"12585103844422848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:32:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179960,"job_number":"JOB_179960","tr_customer_id":179978,"tr_customer_product_id":179968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:33:07.000Z","modified_at":"2026-02-07T14:33:07.000Z","name":"Linnea Grimes","mobile_number":"831-732-2320","email_id":"Anahi_Boehm62@gmail.com","dop":"2025-04-06","serial_number":"14261160538611022","imei1":"14261160538611022","imei2":"14261160538611022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:33:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179961,"job_number":"JOB_179961","tr_customer_id":179979,"tr_customer_product_id":179969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:33:26.000Z","modified_at":"2026-02-07T14:33:26.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"14755942165979","imei1":"14755942165979","imei2":"14755942165979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179963,"job_number":"JOB_179963","tr_customer_id":179981,"tr_customer_product_id":179971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:33:28.000Z","modified_at":"2026-02-07T14:33:28.000Z","name":"Cleora Steuber","mobile_number":"880-842-5832","email_id":"John11@gmail.com","dop":"2025-04-06","serial_number":"11275240517500858","imei1":"11275240517500858","imei2":"11275240517500858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179964,"job_number":"JOB_179964","tr_customer_id":179982,"tr_customer_product_id":179972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:33:29.000Z","modified_at":"2026-02-07T14:33:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13191503912354","imei1":"13191503912354","imei2":"13191503912354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179966,"job_number":"JOB_179966","tr_customer_id":179984,"tr_customer_product_id":179974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:33:31.000Z","modified_at":"2026-02-07T14:33:31.000Z","name":"Domenic King","mobile_number":"999-446-5457","email_id":"Broderick.Mraz@gmail.com","dop":"2025-04-06","serial_number":"17846747714933244","imei1":"17846747714933244","imei2":"17846747714933244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:33:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179967,"job_number":"JOB_179967","tr_customer_id":179985,"tr_customer_product_id":179975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:33:34.000Z","modified_at":"2026-02-07T14:33:34.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19877067256788","imei1":"19877067256788","imei2":"19877067256788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179969,"job_number":"JOB_179969","tr_customer_id":179987,"tr_customer_product_id":179977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:33:36.000Z","modified_at":"2026-02-07T14:33:36.000Z","name":"Billy Dickinson","mobile_number":"579-587-4729","email_id":"Savanah.Ferry@hotmail.com","dop":"2025-04-06","serial_number":"13280507033572006","imei1":"13280507033572006","imei2":"13280507033572006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179970,"job_number":"JOB_179970","tr_customer_id":179988,"tr_customer_product_id":179978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:11.000Z","modified_at":"2026-02-07T14:34:11.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"17339693103664","imei1":"17339693103664","imei2":"17339693103664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179972,"job_number":"JOB_179972","tr_customer_id":179990,"tr_customer_product_id":179980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:13.000Z","modified_at":"2026-02-07T14:34:13.000Z","name":"Misael Green","mobile_number":"590-221-6859","email_id":"Sheridan_Wiegand29@gmail.com","dop":"2025-04-06","serial_number":"10657428343882878","imei1":"10657428343882878","imei2":"10657428343882878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179973,"job_number":"JOB_179973","tr_customer_id":179991,"tr_customer_product_id":179981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:13.000Z","modified_at":"2026-02-07T14:34:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18666875592540","imei1":"18666875592540","imei2":"18666875592540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179975,"job_number":"JOB_179975","tr_customer_id":179993,"tr_customer_product_id":179983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:15.000Z","modified_at":"2026-02-07T14:34:15.000Z","name":"Shyanne Schmidt","mobile_number":"497-785-5439","email_id":"Norwood.Wintheiser@gmail.com","dop":"2025-04-06","serial_number":"13119084697732956","imei1":"13119084697732956","imei2":"13119084697732956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179976,"job_number":"JOB_179976","tr_customer_id":179994,"tr_customer_product_id":179984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:18.000Z","modified_at":"2026-02-07T14:34:18.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10869083313235","imei1":"10869083313235","imei2":"10869083313235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179978,"job_number":"JOB_179978","tr_customer_id":179996,"tr_customer_product_id":179986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:20.000Z","modified_at":"2026-02-07T14:34:20.000Z","name":"Garrett Abshire","mobile_number":"589-939-0321","email_id":"Al.Torphy@yahoo.com","dop":"2025-04-06","serial_number":"19425684183535516","imei1":"19425684183535516","imei2":"19425684183535516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179980,"job_number":"JOB_179980","tr_customer_id":179998,"tr_customer_product_id":179988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:44.000Z","modified_at":"2026-02-07T14:34:44.000Z","name":"Loyce Gibson","mobile_number":"239-334-8213","email_id":"Ima.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"15971644494192478","imei1":"15971644494192478","imei2":"15971644494192478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179981,"job_number":"JOB_179981","tr_customer_id":179999,"tr_customer_product_id":179989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:47.000Z","modified_at":"2026-02-07T14:34:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12712294373902","imei1":"12712294373902","imei2":"12712294373902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179984,"job_number":"JOB_179984","tr_customer_id":180002,"tr_customer_product_id":179992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:49.000Z","modified_at":"2026-02-07T14:34:49.000Z","name":"Birdie Monahan","mobile_number":"836-274-7428","email_id":"Kyla.Kulas12@yahoo.com","dop":"2025-04-06","serial_number":"13659286019872754","imei1":"13659286019872754","imei2":"13659286019872754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179985,"job_number":"JOB_179985","tr_customer_id":180003,"tr_customer_product_id":179993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:55.000Z","modified_at":"2026-02-07T14:34:55.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"16089875177517","imei1":"16089875177517","imei2":"16089875177517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179987,"job_number":"JOB_179987","tr_customer_id":180005,"tr_customer_product_id":179995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:57.000Z","modified_at":"2026-02-07T14:34:57.000Z","name":"Vesta Koepp","mobile_number":"713-963-3553","email_id":"Tess_Lindgren65@gmail.com","dop":"2025-04-06","serial_number":"13483468307119410","imei1":"13483468307119410","imei2":"13483468307119410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179988,"job_number":"JOB_179988","tr_customer_id":180006,"tr_customer_product_id":179996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:57.000Z","modified_at":"2026-02-07T14:34:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15501906620958","imei1":"15501906620958","imei2":"15501906620958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179990,"job_number":"JOB_179990","tr_customer_id":180008,"tr_customer_product_id":179998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:34:59.000Z","modified_at":"2026-02-07T14:34:59.000Z","name":"Euna Hills","mobile_number":"850-216-4179","email_id":"Kaleigh_Kub40@gmail.com","dop":"2025-04-06","serial_number":"18176282408519720","imei1":"18176282408519720","imei2":"18176282408519720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179992,"job_number":"JOB_179992","tr_customer_id":180010,"tr_customer_product_id":180000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:35:03.000Z","modified_at":"2026-02-07T14:35:03.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"17931745927329","imei1":"17931745927329","imei2":"17931745927329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:35:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179994,"job_number":"JOB_179994","tr_customer_id":180012,"tr_customer_product_id":180002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:35:04.000Z","modified_at":"2026-02-07T14:35:04.000Z","name":"Leanne Kilback","mobile_number":"991-388-4949","email_id":"Kaycee_Ullrich74@yahoo.com","dop":"2025-04-06","serial_number":"18612269244048068","imei1":"18612269244048068","imei2":"18612269244048068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179996,"job_number":"JOB_179996","tr_customer_id":180014,"tr_customer_product_id":180004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:35:34.000Z","modified_at":"2026-02-07T14:35:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13107571381083","imei1":"13107571381083","imei2":"13107571381083","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:35:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179998,"job_number":"JOB_179998","tr_customer_id":180016,"tr_customer_product_id":180006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:35:36.000Z","modified_at":"2026-02-07T14:35:36.000Z","name":"Cassandra Beer","mobile_number":"520-813-4978","email_id":"Jonathon57@yahoo.com","dop":"2025-04-06","serial_number":"18235699858369040","imei1":"18235699858369040","imei2":"18235699858369040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:35:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179999,"job_number":"JOB_179999","tr_customer_id":180017,"tr_customer_product_id":180007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:36:21.000Z","modified_at":"2026-02-07T14:36:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19281630460404","imei1":"19281630460404","imei2":"19281630460404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180001,"job_number":"JOB_180001","tr_customer_id":180019,"tr_customer_product_id":180009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:36:23.000Z","modified_at":"2026-02-07T14:36:23.000Z","name":"Maxine Marquardt","mobile_number":"786-979-4982","email_id":"Dannie8@hotmail.com","dop":"2025-04-06","serial_number":"15756686813330044","imei1":"15756686813330044","imei2":"15756686813330044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180002,"job_number":"JOB_180002","tr_customer_id":180020,"tr_customer_product_id":180010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:39:10.000Z","modified_at":"2026-02-07T14:39:10.000Z","name":"Francisco Howell","mobile_number":"584-613-6947","email_id":"Danyka28@gmail.com","dop":"2025-12-31","serial_number":"39800882565467","imei1":"39800882565467","imei2":"39800882565467","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180003,"job_number":"JOB_180003","tr_customer_id":180021,"tr_customer_product_id":180011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:50:32.000Z","modified_at":"2026-02-07T14:50:32.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12174386357198","imei1":"12174386357198","imei2":"12174386357198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180005,"job_number":"JOB_180005","tr_customer_id":180023,"tr_customer_product_id":180013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:50:33.000Z","modified_at":"2026-02-07T14:50:33.000Z","name":"Boyd Sauer","mobile_number":"645-339-0561","email_id":"Maude_Herzog34@yahoo.com","dop":"2025-04-06","serial_number":"11669271952899258","imei1":"11669271952899258","imei2":"11669271952899258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180006,"job_number":"JOB_180006","tr_customer_id":180024,"tr_customer_product_id":180014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:51:16.000Z","modified_at":"2026-02-07T14:51:16.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16699540337421","imei1":"16699540337421","imei2":"16699540337421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180008,"job_number":"JOB_180008","tr_customer_id":180026,"tr_customer_product_id":180016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:51:18.000Z","modified_at":"2026-02-07T14:51:18.000Z","name":"Constantin Romaguera","mobile_number":"823-557-9266","email_id":"Gideon33@gmail.com","dop":"2025-04-06","serial_number":"17557954057313284","imei1":"17557954057313284","imei2":"17557954057313284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180009,"job_number":"JOB_180009","tr_customer_id":180027,"tr_customer_product_id":180017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T15:37:27.000Z","modified_at":"2026-02-07T15:37:27.000Z","name":"qwsad qawer","mobile_number":"1234567891","email_id":"qwsd@gmail.com","dop":"2026-02-01","serial_number":"12345678998765","imei1":"12345678998765","imei2":"12345678998765","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T15:37:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180011,"job_number":"JOB_180011","tr_customer_id":180029,"tr_customer_product_id":180019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T15:45:17.000Z","modified_at":"2026-02-07T15:45:17.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108315204092296","imei1":"108315204092296","imei2":"108315204092296","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T15:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180013,"job_number":"JOB_180013","tr_customer_id":180031,"tr_customer_product_id":180021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T15:45:29.000Z","modified_at":"2026-02-07T15:45:29.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"102080507517218","imei1":"102080507517218","imei2":"102080507517218","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T15:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180015,"job_number":"JOB_180015","tr_customer_id":180033,"tr_customer_product_id":180023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T15:48:01.000Z","modified_at":"2026-02-07T15:48:01.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-02-07","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-02-07T15:48:00.660Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T15:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180017,"job_number":"JOB_180017","tr_customer_id":180035,"tr_customer_product_id":180025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T15:58:55.000Z","modified_at":"2026-02-07T15:58:55.000Z","name":"Leatha Streich","mobile_number":"452-773-5968","email_id":"Jayden90@gmail.com","dop":"2025-10-06","serial_number":"14992574095008138","imei1":"14992574095008138","imei2":"14992574095008138","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T15:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180018,"job_number":"JOB_180018","tr_customer_id":180036,"tr_customer_product_id":180026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:48:49.000Z","modified_at":"2026-02-07T16:48:49.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2026-01-28","serial_number":"27700110461109","imei1":"27700110461109","imei2":"27700110461109","popurl":"2026-01-28T16:48:38.449166200Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180019,"job_number":"JOB_180019","tr_customer_id":180037,"tr_customer_product_id":180027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:53:14.000Z","modified_at":"2026-02-07T16:53:14.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2026-01-28","serial_number":"27700110461110","imei1":"27700110461110","imei2":"27700110461110","popurl":"2026-01-28T16:53:03.395594600Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180020,"job_number":"JOB_180020","tr_customer_id":180038,"tr_customer_product_id":180028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:54:40.000Z","modified_at":"2026-02-07T16:54:40.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-01-28","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-01-28T16:54:40.028662261Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180021,"job_number":"JOB_180021","tr_customer_id":180039,"tr_customer_product_id":180029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:55:54.000Z","modified_at":"2026-02-07T16:55:54.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-28","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-28T16:55:54.512746744Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180022,"job_number":"JOB_180022","tr_customer_id":180040,"tr_customer_product_id":180030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:56:17.000Z","modified_at":"2026-02-07T16:56:17.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-28","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-01-28T16:56:17.489191022Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180023,"job_number":"JOB_180023","tr_customer_id":180041,"tr_customer_product_id":180031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:56:18.000Z","modified_at":"2026-02-07T16:56:18.000Z","name":"Devdan Dhawan","mobile_number":"7056071378","email_id":"guru.gandhi@hotmail.com","dop":"2026-01-28","serial_number":"837471300831085","imei1":"837471300831085","imei2":"837471300831085","popurl":"www.ajeet-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180024,"job_number":"JOB_180024","tr_customer_id":180042,"tr_customer_product_id":180032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:56:19.000Z","modified_at":"2026-02-07T16:56:19.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-28","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-01-28T16:56:19.006873257Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180025,"job_number":"JOB_180025","tr_customer_id":180043,"tr_customer_product_id":180033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:56:20.000Z","modified_at":"2026-02-07T16:56:20.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-28","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-01-28T16:56:19.650453261Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180026,"job_number":"JOB_180026","tr_customer_id":180044,"tr_customer_product_id":180034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:57:32.000Z","modified_at":"2026-02-07T16:57:32.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-28","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-28T16:57:31.616676362Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180027,"job_number":"JOB_180027","tr_customer_id":180045,"tr_customer_product_id":180035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:57:44.000Z","modified_at":"2026-02-07T16:57:44.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-28","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-28T16:57:43.279591798Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180028,"job_number":"JOB_180028","tr_customer_id":180046,"tr_customer_product_id":180036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:57:49.000Z","modified_at":"2026-02-07T16:57:49.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-28","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-28T16:57:49.012377921Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180029,"job_number":"JOB_180029","tr_customer_id":180047,"tr_customer_product_id":180037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T16:59:27.000Z","modified_at":"2026-02-07T16:59:27.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"91316736434051","imei1":"91316736434051","imei2":"91316736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T16:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180030,"job_number":"JOB_180030","tr_customer_id":180048,"tr_customer_product_id":180038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:01:40.000Z","modified_at":"2026-02-07T17:01:40.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-01-28","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-01-28T17:01:39.927535244Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180031,"job_number":"JOB_180031","tr_customer_id":180049,"tr_customer_product_id":180039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:04:59.000Z","modified_at":"2026-02-07T17:04:59.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"21316736434051","imei1":"21316736434051","imei2":"21316736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180032,"job_number":"JOB_180032","tr_customer_id":180050,"tr_customer_product_id":180040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:07:42.000Z","modified_at":"2026-02-07T17:07:42.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"22316736434051","imei1":"22316736434051","imei2":"22316736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:07:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180033,"job_number":"JOB_180033","tr_customer_id":180051,"tr_customer_product_id":180041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:10:35.000Z","modified_at":"2026-02-07T17:10:35.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"22016736434051","imei1":"22016736434051","imei2":"22016736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:10:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180034,"job_number":"JOB_180034","tr_customer_id":180052,"tr_customer_product_id":180042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:13:45.000Z","modified_at":"2026-02-07T17:13:45.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"22006736434051","imei1":"22006736434051","imei2":"22006736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:13:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180035,"job_number":"JOB_180035","tr_customer_id":180053,"tr_customer_product_id":180043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:50:53.000Z","modified_at":"2026-02-07T17:50:53.000Z","name":"Rounit Sharma","mobile_number":"7000298282","email_id":"rounitsharma@gmail.com","dop":"2026-01-28","serial_number":"66269747447007","imei1":"66269747447007","imei2":"66269747447007","popurl":"2026-01-28T17:50:52.861771016Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:50:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180036,"job_number":"JOB_180036","tr_customer_id":180054,"tr_customer_product_id":180044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:50:58.000Z","modified_at":"2026-02-07T17:50:58.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-28","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-28T17:50:57.760071128Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180037,"job_number":"JOB_180037","tr_customer_id":180055,"tr_customer_product_id":180045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:51:03.000Z","modified_at":"2026-02-07T17:51:03.000Z","name":"Manasi Avachat","mobile_number":"9767145100","email_id":"manasiavachat14@gmail.com","dop":"2026-01-28","serial_number":"88118034553133","imei1":"88118034553133","imei2":"88118034553133","popurl":"2026-01-28T17:51:02.421225957Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180038,"job_number":"JOB_180038","tr_customer_id":180056,"tr_customer_product_id":180046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:51:24.000Z","modified_at":"2026-02-07T17:51:24.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-28","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-01-28T17:51:23.521382026Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180039,"job_number":"JOB_180039","tr_customer_id":180057,"tr_customer_product_id":180047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:51:50.000Z","modified_at":"2026-02-07T17:51:50.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-28","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2026-01-28T17:51:49.182497889Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:51:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180040,"job_number":"JOB_180040","tr_customer_id":180058,"tr_customer_product_id":180048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:51:51.000Z","modified_at":"2026-02-07T17:51:51.000Z","name":"Kannen Bandopadhyay","mobile_number":"7024402279","email_id":"padma.chattopadhyay@yahoo.co.in","dop":"2026-01-28","serial_number":"019155353603274","imei1":"019155353603274","imei2":"019155353603274","popurl":"www.gautam-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:51:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180041,"job_number":"JOB_180041","tr_customer_id":180059,"tr_customer_product_id":180049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:51:59.000Z","modified_at":"2026-02-07T17:51:59.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-28","serial_number":"5450598687484124","imei1":"5450598687484124","imei2":"5450598687484124","popurl":"2026-01-28T17:51:58.309648140Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:51:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180042,"job_number":"JOB_180042","tr_customer_id":180060,"tr_customer_product_id":180050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:52:08.000Z","modified_at":"2026-02-07T17:52:08.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-28","serial_number":"5449698687484024","imei1":"5449698687484024","imei2":"5449698687484024","popurl":"2026-01-28T17:52:07.881396626Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180043,"job_number":"JOB_180043","tr_customer_id":180061,"tr_customer_product_id":180051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:52:12.000Z","modified_at":"2026-02-07T17:52:12.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-28","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-01-28T17:52:11.734622235Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180044,"job_number":"JOB_180044","tr_customer_id":180062,"tr_customer_product_id":180052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:52:32.000Z","modified_at":"2026-02-07T17:52:32.000Z","name":"Satyen Rana","mobile_number":"7018983915","email_id":"chaten.embranthiri@yahoo.co.in","dop":"2026-01-28","serial_number":"050972730817940","imei1":"050972730817940","imei2":"050972730817940","popurl":"www.dipankar-embranthiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:52:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180045,"job_number":"JOB_180045","tr_customer_id":180063,"tr_customer_product_id":180053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:53:39.000Z","modified_at":"2026-02-07T17:53:39.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2026-01-28","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2026-01-28T17:53:38.682765509Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180047,"job_number":"JOB_180047","tr_customer_id":180065,"tr_customer_product_id":180055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:53:57.000Z","modified_at":"2026-02-07T17:53:57.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2026-01-28","serial_number":"27700110461009","imei1":"27700110461009","imei2":"27700110461009","popurl":"2026-01-28T17:53:56.389651616Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180048,"job_number":"JOB_180048","tr_customer_id":180066,"tr_customer_product_id":180056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T18:59:14.000Z","modified_at":"2026-02-07T18:59:14.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2026-01-28","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2026-01-28T18:59:13.738128110Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T18:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180049,"job_number":"JOB_180049","tr_customer_id":180067,"tr_customer_product_id":180057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:00:07.000Z","modified_at":"2026-02-07T19:00:07.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-02-06","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-02-06T19:00:06.569918258Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180050,"job_number":"JOB_180050","tr_customer_id":180068,"tr_customer_product_id":180058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:00:17.000Z","modified_at":"2026-02-07T19:00:17.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-28","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-28T19:00:17.491789824Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180051,"job_number":"JOB_180051","tr_customer_id":180069,"tr_customer_product_id":180059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:00:18.000Z","modified_at":"2026-02-07T19:00:18.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-28","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-28T19:00:18.076746010Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180052,"job_number":"JOB_180052","tr_customer_id":180070,"tr_customer_product_id":180060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:01:02.000Z","modified_at":"2026-02-07T19:01:02.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-28","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-28T19:01:01.970513476Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180054,"job_number":"JOB_180054","tr_customer_id":180072,"tr_customer_product_id":180062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:01:13.000Z","modified_at":"2026-02-07T19:01:13.000Z","name":"Mayoor Sethi","mobile_number":"7083439193","email_id":"shobhana.iyer@yahoo.co.in","dop":"2026-01-28","serial_number":"698126208697302","imei1":"698126208697302","imei2":"698126208697302","popurl":"www.daevi-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:01:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180055,"job_number":"JOB_180055","tr_customer_id":180073,"tr_customer_product_id":180063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:01:15.000Z","modified_at":"2026-02-07T19:01:15.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-28","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-28T19:01:14.848341525Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180056,"job_number":"JOB_180056","tr_customer_id":180074,"tr_customer_product_id":180064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:02:05.000Z","modified_at":"2026-02-07T19:02:05.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2026-02-02","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2026-02-02T19:02:05.079341787Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180057,"job_number":"JOB_180057","tr_customer_id":180075,"tr_customer_product_id":180065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:02:22.000Z","modified_at":"2026-02-07T19:02:22.000Z","name":"Samir Patel","mobile_number":"7050626154","email_id":"manikya.sharma@yahoo.co.in","dop":"2026-01-28","serial_number":"160746362069055","imei1":"160746362069055","imei2":"160746362069055","popurl":"www.anilaabh-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180059,"job_number":"JOB_180059","tr_customer_id":180077,"tr_customer_product_id":180067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:20:37.000Z","modified_at":"2026-02-07T19:20:37.000Z","name":"Sydney Miller","mobile_number":"483-464-3724","email_id":"Janis83@yahoo.com","dop":"2025-10-06","serial_number":"16719588182950888","imei1":"16719588182950888","imei2":"16719588182950888","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180061,"job_number":"JOB_180061","tr_customer_id":180079,"tr_customer_product_id":180069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:30:13.000Z","modified_at":"2026-02-07T19:30:13.000Z","name":"Alia Reinger","mobile_number":"716-810-5031","email_id":"Lesly.Goldner@yahoo.com","dop":"2025-10-06","serial_number":"11611286215020280","imei1":"11611286215020280","imei2":"11611286215020280","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180062,"job_number":"JOB_180062","tr_customer_id":180080,"tr_customer_product_id":180070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:44:00.000Z","modified_at":"2026-02-07T19:44:00.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-28","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-28T19:44:00.237144202Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180063,"job_number":"JOB_180063","tr_customer_id":180081,"tr_customer_product_id":180071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T23:52:17.000Z","modified_at":"2026-02-07T23:52:17.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-28","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-28T23:52:17.217675405Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T23:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180064,"job_number":"JOB_180064","tr_customer_id":180082,"tr_customer_product_id":180072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T23:52:18.000Z","modified_at":"2026-02-07T23:52:18.000Z","name":"Shrishti Banerjee","mobile_number":"7011402544","email_id":"bhagwanti.mahajan@hotmail.com","dop":"2026-01-28","serial_number":"114030245819012","imei1":"114030245819012","imei2":"114030245819012","popurl":"www.agnimitra-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T23:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180066,"job_number":"JOB_180066","tr_customer_id":180084,"tr_customer_product_id":180074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T03:41:50.000Z","modified_at":"2026-02-08T03:41:50.000Z","name":"Vella Lang","mobile_number":"470-209-9484","email_id":"Ross_Kutch97@gmail.com","dop":"2025-05-30","serial_number":"13640293374333","imei1":"13640293374333","imei2":"13640293374333","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T03:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180067,"job_number":"JOB_180067","tr_customer_id":180085,"tr_customer_product_id":180075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T03:41:51.000Z","modified_at":"2026-02-08T03:41:51.000Z","name":"King Hermiston","mobile_number":"368-788-9295","email_id":"Rodger_Daugherty@yahoo.com","dop":"2025-05-30","serial_number":"1186379211683591","imei1":"1186379211683591","imei2":"1186379211683591","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T03:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180068,"job_number":"JOB_180068","tr_customer_id":180086,"tr_customer_product_id":180076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:13.000Z","modified_at":"2026-02-08T04:04:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17557805831509","imei1":"17557805831509","imei2":"17557805831509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:04:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180070,"job_number":"JOB_180070","tr_customer_id":180088,"tr_customer_product_id":180078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:15.000Z","modified_at":"2026-02-08T04:04:15.000Z","name":"Fern Nitzsche","mobile_number":"321-579-2119","email_id":"Moises85@gmail.com","dop":"2025-04-06","serial_number":"16441782513459860","imei1":"16441782513459860","imei2":"16441782513459860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180071,"job_number":"JOB_180071","tr_customer_id":180089,"tr_customer_product_id":180079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:58.000Z","modified_at":"2026-02-08T04:04:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10186091395556","imei1":"10186091395556","imei2":"10186091395556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:04:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180073,"job_number":"JOB_180073","tr_customer_id":180091,"tr_customer_product_id":180081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:00.000Z","modified_at":"2026-02-08T04:05:00.000Z","name":"Oswald Rosenbaum","mobile_number":"211-962-0268","email_id":"Cooper_Hoppe38@hotmail.com","dop":"2025-04-06","serial_number":"17697131077041620","imei1":"17697131077041620","imei2":"17697131077041620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180074,"job_number":"JOB_180074","tr_customer_id":180092,"tr_customer_product_id":180082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:43.000Z","modified_at":"2026-02-08T04:05:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12823834787005","imei1":"12823834787005","imei2":"12823834787005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180076,"job_number":"JOB_180076","tr_customer_id":180094,"tr_customer_product_id":180084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:44.000Z","modified_at":"2026-02-08T04:05:44.000Z","name":"Imani Blanda","mobile_number":"318-966-9289","email_id":"Assunta38@gmail.com","dop":"2025-04-06","serial_number":"14822399163414900","imei1":"14822399163414900","imei2":"14822399163414900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180077,"job_number":"JOB_180077","tr_customer_id":180095,"tr_customer_product_id":180085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:40.000Z","modified_at":"2026-02-08T04:40:40.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10123896776989","imei1":"10123896776989","imei2":"10123896776989","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180079,"job_number":"JOB_180079","tr_customer_id":180097,"tr_customer_product_id":180087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:40.000Z","modified_at":"2026-02-08T04:40:40.000Z","name":"Rafaela Balistreri","mobile_number":"882-464-8879","email_id":"Elliot_Braun76@yahoo.com","dop":"2025-06-18","serial_number":"1054747602286364","imei1":"1054747602286364","imei2":"1054747602286364","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180081,"job_number":"JOB_180081","tr_customer_id":180099,"tr_customer_product_id":180089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:43.000Z","modified_at":"2026-02-08T04:40:43.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16453536177798","imei1":"16453536177798","imei2":"16453536177798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180083,"job_number":"JOB_180083","tr_customer_id":180101,"tr_customer_product_id":180091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:44.000Z","modified_at":"2026-02-08T04:40:44.000Z","name":"Yvette Schamberger","mobile_number":"700-474-7683","email_id":"Sophia79@yahoo.com","dop":"2025-04-06","serial_number":"16108681893233174","imei1":"16108681893233174","imei2":"16108681893233174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180085,"job_number":"JOB_180085","tr_customer_id":180103,"tr_customer_product_id":180093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:45.000Z","modified_at":"2026-02-08T04:40:45.000Z","name":"Trisha Nienow","mobile_number":"370-215-2519","email_id":"Abelardo_Simonis@gmail.com","dop":"2025-04-06","serial_number":"15984913567853614","imei1":"15984913567853614","imei2":"15984913567853614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180086,"job_number":"JOB_180086","tr_customer_id":180104,"tr_customer_product_id":180094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:45.000Z","modified_at":"2026-02-08T04:40:45.000Z","name":"Edmond Schinner","mobile_number":"552-535-0694","email_id":"Orin33@hotmail.com","dop":"2025-04-06","serial_number":"14794128601428796","imei1":"14794128601428796","imei2":"14794128601428796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180087,"job_number":"JOB_180087","tr_customer_id":180105,"tr_customer_product_id":180095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:50.000Z","modified_at":"2026-02-08T04:40:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11316771268473","imei1":"11316771268473","imei2":"11316771268473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180089,"job_number":"JOB_180089","tr_customer_id":180107,"tr_customer_product_id":180097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:51.000Z","modified_at":"2026-02-08T04:40:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16195522728573","imei1":"16195522728573","imei2":"16195522728573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180091,"job_number":"JOB_180091","tr_customer_id":180109,"tr_customer_product_id":180099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:52.000Z","modified_at":"2026-02-08T04:40:52.000Z","name":"Gerda Purdy","mobile_number":"390-832-7863","email_id":"Demarcus.Beatty46@gmail.com","dop":"2025-04-06","serial_number":"11030492127061812","imei1":"11030492127061812","imei2":"11030492127061812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180092,"job_number":"JOB_180092","tr_customer_id":180110,"tr_customer_product_id":180100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:53.000Z","modified_at":"2026-02-08T04:40:53.000Z","name":"Maurice Kassulke","mobile_number":"936-326-6529","email_id":"Lori42@gmail.com","dop":"2025-04-06","serial_number":"13509378877026930","imei1":"13509378877026930","imei2":"13509378877026930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180095,"job_number":"JOB_180095","tr_customer_id":180113,"tr_customer_product_id":180103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:57.000Z","modified_at":"2026-02-08T04:40:57.000Z","name":"Theron Hand","mobile_number":"309-438-3810","email_id":"Misael.Purdy20@hotmail.com","dop":"2025-04-06","serial_number":"12430893504905554","imei1":"12430893504905554","imei2":"12430893504905554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180097,"job_number":"JOB_180097","tr_customer_id":180115,"tr_customer_product_id":180105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:00.000Z","modified_at":"2026-02-08T04:41:00.000Z","name":"Gia Jast","mobile_number":"300-295-9358","email_id":"Daphney24@gmail.com","dop":"2025-04-06","serial_number":"17641851721124524","imei1":"17641851721124524","imei2":"17641851721124524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180099,"job_number":"JOB_180099","tr_customer_id":180117,"tr_customer_product_id":180107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:06.000Z","modified_at":"2026-02-08T04:41:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15844856874567","imei1":"15844856874567","imei2":"15844856874567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180101,"job_number":"JOB_180101","tr_customer_id":180119,"tr_customer_product_id":180109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:07.000Z","modified_at":"2026-02-08T04:41:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14228784351183","imei1":"14228784351183","imei2":"14228784351183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180102,"job_number":"JOB_180102","tr_customer_id":180120,"tr_customer_product_id":180110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:07.000Z","modified_at":"2026-02-08T04:41:07.000Z","name":"Liam Bruen","mobile_number":"908-794-9813","email_id":"Frank_Ward48@hotmail.com","dop":"2025-04-06","serial_number":"11734234412483752","imei1":"11734234412483752","imei2":"11734234412483752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180105,"job_number":"JOB_180105","tr_customer_id":180123,"tr_customer_product_id":180113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14173103674842","imei1":"14173103674842","imei2":"14173103674842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180106,"job_number":"JOB_180106","tr_customer_id":180124,"tr_customer_product_id":180114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:08.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"36463308863648","imei1":"36463308863648","imei2":"36463308863648","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180108,"job_number":"JOB_180108","tr_customer_id":180126,"tr_customer_product_id":180116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:08.000Z","name":"Muriel Wuckert","mobile_number":"240-411-5198","email_id":"Felix11@hotmail.com","dop":"2025-02-01","serial_number":"56612930161928","imei1":"56612930161928","imei2":"56612930161928","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180109,"job_number":"JOB_180109","tr_customer_id":180127,"tr_customer_product_id":180117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:09.000Z","modified_at":"2026-02-08T04:41:09.000Z","name":"Myrna Champlin","mobile_number":"454-260-8744","email_id":"Luella_Cassin79@gmail.com","dop":"2025-04-06","serial_number":"17681266076147402","imei1":"17681266076147402","imei2":"17681266076147402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180110,"job_number":"JOB_180110","tr_customer_id":180128,"tr_customer_product_id":180118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:09.000Z","modified_at":"2026-02-08T04:41:09.000Z","name":"Tristin Kemmer","mobile_number":"309-462-5095","email_id":"Brooke_Rodriguez@yahoo.com","dop":"2025-04-06","serial_number":"14900017952872946","imei1":"14900017952872946","imei2":"14900017952872946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180111,"job_number":"JOB_180111","tr_customer_id":180129,"tr_customer_product_id":180119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:10.000Z","modified_at":"2026-02-08T04:41:10.000Z","name":"Ruby Hodkiewicz","mobile_number":"602-576-5558","email_id":"Alexander89@hotmail.com","dop":"2025-04-06","serial_number":"11666174720751496","imei1":"11666174720751496","imei2":"11666174720751496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180113,"job_number":"JOB_180113","tr_customer_id":180131,"tr_customer_product_id":180121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:10.000Z","modified_at":"2026-02-08T04:41:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11869862555631","imei1":"11869862555631","imei2":"11869862555631","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180115,"job_number":"JOB_180115","tr_customer_id":180133,"tr_customer_product_id":180123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:12.000Z","modified_at":"2026-02-08T04:41:12.000Z","name":"Janick Mohr","mobile_number":"597-975-3709","email_id":"Leda.Hickle@hotmail.com","dop":"2025-04-06","serial_number":"18221635343638890","imei1":"18221635343638890","imei2":"18221635343638890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180118,"job_number":"JOB_180118","tr_customer_id":180136,"tr_customer_product_id":180126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:15.000Z","modified_at":"2026-02-08T04:41:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16090376686655","imei1":"16090376686655","imei2":"16090376686655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180121,"job_number":"JOB_180121","tr_customer_id":180139,"tr_customer_product_id":180129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:18.000Z","modified_at":"2026-02-08T04:41:18.000Z","name":"Keith Welch","mobile_number":"904-293-0329","email_id":"Emilie62@gmail.com","dop":"2025-04-06","serial_number":"13121738033499608","imei1":"13121738033499608","imei2":"13121738033499608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180122,"job_number":"JOB_180122","tr_customer_id":180140,"tr_customer_product_id":180130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:23.000Z","modified_at":"2026-02-08T04:41:23.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10709971306956","imei1":"10709971306956","imei2":"10709971306956","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180124,"job_number":"JOB_180124","tr_customer_id":180142,"tr_customer_product_id":180132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:24.000Z","modified_at":"2026-02-08T04:41:24.000Z","name":"Dortha Koepp","mobile_number":"991-718-2379","email_id":"Kyle87@gmail.com","dop":"2025-06-18","serial_number":"1046229907680032","imei1":"1046229907680032","imei2":"1046229907680032","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180126,"job_number":"JOB_180126","tr_customer_id":180144,"tr_customer_product_id":180134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:29.000Z","modified_at":"2026-02-08T04:41:29.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11778381702084","imei1":"11778381702084","imei2":"11778381702084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180130,"job_number":"JOB_180130","tr_customer_id":180148,"tr_customer_product_id":180138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:31.000Z","modified_at":"2026-02-08T04:41:31.000Z","name":"Melvina Okuneva","mobile_number":"537-907-1209","email_id":"Elouise89@yahoo.com","dop":"2025-04-06","serial_number":"11479599868452334","imei1":"11479599868452334","imei2":"11479599868452334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180131,"job_number":"JOB_180131","tr_customer_id":180149,"tr_customer_product_id":180139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:35.000Z","modified_at":"2026-02-08T04:41:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16356478529589","imei1":"16356478529589","imei2":"16356478529589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180133,"job_number":"JOB_180133","tr_customer_id":180151,"tr_customer_product_id":180141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:36.000Z","modified_at":"2026-02-08T04:41:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11750795564813","imei1":"11750795564813","imei2":"11750795564813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180135,"job_number":"JOB_180135","tr_customer_id":180153,"tr_customer_product_id":180143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:37.000Z","modified_at":"2026-02-08T04:41:37.000Z","name":"Velma Roob","mobile_number":"570-221-4365","email_id":"Carlo_Luettgen79@gmail.com","dop":"2025-12-01","serial_number":"15680132618641","imei1":"15680132618641","imei2":"15680132618641","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180136,"job_number":"JOB_180136","tr_customer_id":180154,"tr_customer_product_id":180144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:37.000Z","modified_at":"2026-02-08T04:41:37.000Z","name":"Mckayla Sauer","mobile_number":"864-727-2728","email_id":"Henry79@yahoo.com","dop":"2025-04-06","serial_number":"11379818748939814","imei1":"11379818748939814","imei2":"11379818748939814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180137,"job_number":"JOB_180137","tr_customer_id":180155,"tr_customer_product_id":180145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:38.000Z","modified_at":"2026-02-08T04:41:38.000Z","name":"Briana Lubowitz","mobile_number":"323-457-2336","email_id":"Kyle.Legros34@hotmail.com","dop":"2025-04-06","serial_number":"15238355143709570","imei1":"15238355143709570","imei2":"15238355143709570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180139,"job_number":"JOB_180139","tr_customer_id":180157,"tr_customer_product_id":180147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:51.000Z","modified_at":"2026-02-08T04:41:51.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"67114034857301","imei1":"67114034857301","imei2":"67114034857301","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180140,"job_number":"JOB_180140","tr_customer_id":180158,"tr_customer_product_id":180148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:51.000Z","modified_at":"2026-02-08T04:41:51.000Z","name":"Dee Greenfelder","mobile_number":"845-418-0111","email_id":"Frederik_Marks6@hotmail.com","dop":"2025-04-06","serial_number":"19954404216889080","imei1":"19954404216889080","imei2":"19954404216889080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180141,"job_number":"JOB_180141","tr_customer_id":180159,"tr_customer_product_id":180149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:52.000Z","modified_at":"2026-02-08T04:41:52.000Z","name":"Isaac Walsh","mobile_number":"983-516-5229","email_id":"Taryn68@gmail.com","dop":"2025-02-01","serial_number":"101444715544992","imei1":"101444715544992","imei2":"101444715544992","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180142,"job_number":"JOB_180142","tr_customer_id":180160,"tr_customer_product_id":180150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:52.000Z","modified_at":"2026-02-08T04:41:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11234637992264","imei1":"11234637992264","imei2":"11234637992264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180144,"job_number":"JOB_180144","tr_customer_id":180162,"tr_customer_product_id":180152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:53.000Z","modified_at":"2026-02-08T04:41:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15239522947911","imei1":"15239522947911","imei2":"15239522947911","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180147,"job_number":"JOB_180147","tr_customer_id":180165,"tr_customer_product_id":180155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:54.000Z","modified_at":"2026-02-08T04:41:54.000Z","name":"Esther Torp","mobile_number":"208-967-7849","email_id":"Era84@yahoo.com","dop":"2025-04-06","serial_number":"15921452049517432","imei1":"15921452049517432","imei2":"15921452049517432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180148,"job_number":"JOB_180148","tr_customer_id":180166,"tr_customer_product_id":180156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:55.000Z","modified_at":"2026-02-08T04:41:55.000Z","name":"Meredith Schultz","mobile_number":"980-740-6218","email_id":"Lisa20@hotmail.com","dop":"2025-04-06","serial_number":"12873284162309876","imei1":"12873284162309876","imei2":"12873284162309876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180149,"job_number":"JOB_180149","tr_customer_id":180167,"tr_customer_product_id":180157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:55.000Z","modified_at":"2026-02-08T04:41:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15514920570581","imei1":"15514920570581","imei2":"15514920570581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180151,"job_number":"JOB_180151","tr_customer_id":180169,"tr_customer_product_id":180159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:56.000Z","modified_at":"2026-02-08T04:41:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10419571813192","imei1":"10419571813192","imei2":"10419571813192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180153,"job_number":"JOB_180153","tr_customer_id":180171,"tr_customer_product_id":180161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:57.000Z","modified_at":"2026-02-08T04:41:57.000Z","name":"Mazie Jerde","mobile_number":"775-706-4657","email_id":"Marjory65@yahoo.com","dop":"2025-04-06","serial_number":"13084915425902006","imei1":"13084915425902006","imei2":"13084915425902006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180154,"job_number":"JOB_180154","tr_customer_id":180172,"tr_customer_product_id":180162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:58.000Z","modified_at":"2026-02-08T04:41:58.000Z","name":"Nathan Rice","mobile_number":"249-802-1986","email_id":"Broderick_Bins21@yahoo.com","dop":"2025-04-06","serial_number":"12105137466657932","imei1":"12105137466657932","imei2":"12105137466657932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180155,"job_number":"JOB_180155","tr_customer_id":180173,"tr_customer_product_id":180163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:58.000Z","modified_at":"2026-02-08T04:41:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18981519717281","imei1":"18981519717281","imei2":"18981519717281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180157,"job_number":"JOB_180157","tr_customer_id":180175,"tr_customer_product_id":180165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:00.000Z","modified_at":"2026-02-08T04:42:00.000Z","name":"Kay Fritsch","mobile_number":"742-921-6632","email_id":"Lacey.Marks@hotmail.com","dop":"2025-04-06","serial_number":"10024748711796454","imei1":"10024748711796454","imei2":"10024748711796454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180159,"job_number":"JOB_180159","tr_customer_id":180177,"tr_customer_product_id":180167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:03.000Z","modified_at":"2026-02-08T04:42:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16194466086292","imei1":"16194466086292","imei2":"16194466086292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180161,"job_number":"JOB_180161","tr_customer_id":180179,"tr_customer_product_id":180169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:05.000Z","modified_at":"2026-02-08T04:42:05.000Z","name":"Fern Bartoletti","mobile_number":"589-542-4757","email_id":"Noelia.Thiel68@gmail.com","dop":"2025-04-06","serial_number":"17629480633671770","imei1":"17629480633671770","imei2":"17629480633671770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180162,"job_number":"JOB_180162","tr_customer_id":180180,"tr_customer_product_id":180170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:08.000Z","modified_at":"2026-02-08T04:42:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10649993594295","imei1":"10649993594295","imei2":"10649993594295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180164,"job_number":"JOB_180164","tr_customer_id":180182,"tr_customer_product_id":180172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:10.000Z","modified_at":"2026-02-08T04:42:10.000Z","name":"Leanna Langosh","mobile_number":"993-829-1479","email_id":"Nya40@hotmail.com","dop":"2025-04-06","serial_number":"14931318844158274","imei1":"14931318844158274","imei2":"14931318844158274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180168,"job_number":"JOB_180168","tr_customer_id":180186,"tr_customer_product_id":180176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:12.000Z","modified_at":"2026-02-08T04:42:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15067771516831","imei1":"15067771516831","imei2":"15067771516831","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180170,"job_number":"JOB_180170","tr_customer_id":180188,"tr_customer_product_id":180178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:14.000Z","modified_at":"2026-02-08T04:42:14.000Z","name":"Demarco Lebsack","mobile_number":"734-604-1250","email_id":"Arthur4@gmail.com","dop":"2025-04-06","serial_number":"15367804566774832","imei1":"15367804566774832","imei2":"15367804566774832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180174,"job_number":"JOB_180174","tr_customer_id":180192,"tr_customer_product_id":180182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"11519666800457","imei1":"11519666800457","imei2":"11519666800457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180178,"job_number":"JOB_180178","tr_customer_id":180196,"tr_customer_product_id":180186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:17.000Z","modified_at":"2026-02-08T04:42:17.000Z","name":"Rogers Feil","mobile_number":"873-288-8161","email_id":"Shanon28@yahoo.com","dop":"2025-04-06","serial_number":"14027699707235420","imei1":"14027699707235420","imei2":"14027699707235420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180179,"job_number":"JOB_180179","tr_customer_id":180197,"tr_customer_product_id":180187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:18.000Z","modified_at":"2026-02-08T04:42:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104784962089527","imei1":"104784962089527","imei2":"104784962089527","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180181,"job_number":"JOB_180181","tr_customer_id":180199,"tr_customer_product_id":180189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:19.000Z","modified_at":"2026-02-08T04:42:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16077980801767","imei1":"16077980801767","imei2":"16077980801767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180183,"job_number":"JOB_180183","tr_customer_id":180201,"tr_customer_product_id":180191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:20.000Z","modified_at":"2026-02-08T04:42:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11185840566221","imei1":"11185840566221","imei2":"11185840566221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180185,"job_number":"JOB_180185","tr_customer_id":180203,"tr_customer_product_id":180193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"Sage Rohan","mobile_number":"580-287-9378","email_id":"Bo.Cremin66@hotmail.com","dop":"2025-04-06","serial_number":"15697470423796160","imei1":"15697470423796160","imei2":"15697470423796160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180186,"job_number":"JOB_180186","tr_customer_id":180204,"tr_customer_product_id":180194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15855620382718","imei1":"15855620382718","imei2":"15855620382718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180187,"job_number":"JOB_180187","tr_customer_id":180205,"tr_customer_product_id":180195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17596969873853","imei1":"17596969873853","imei2":"17596969873853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180188,"job_number":"JOB_180188","tr_customer_id":180206,"tr_customer_product_id":180196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:42:21.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"19056109337613","imei1":"19056109337613","imei2":"19056109337613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180192,"job_number":"JOB_180192","tr_customer_id":180210,"tr_customer_product_id":180200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:22.000Z","modified_at":"2026-02-08T04:42:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19826643089547","imei1":"19826643089547","imei2":"19826643089547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180193,"job_number":"JOB_180193","tr_customer_id":180211,"tr_customer_product_id":180201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:22.000Z","modified_at":"2026-02-08T04:42:22.000Z","name":"Janick Rosenbaum","mobile_number":"735-298-4306","email_id":"Alysha_Bruen80@gmail.com","dop":"2025-04-06","serial_number":"18722184806988144","imei1":"18722184806988144","imei2":"18722184806988144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180195,"job_number":"JOB_180195","tr_customer_id":180213,"tr_customer_product_id":180203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:23.000Z","name":"Raleigh Walter","mobile_number":"596-880-3780","email_id":"Brennon_Lakin@gmail.com","dop":"2025-04-06","serial_number":"11241462975844360","imei1":"11241462975844360","imei2":"11241462975844360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180196,"job_number":"JOB_180196","tr_customer_id":180214,"tr_customer_product_id":180204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:23.000Z","name":"Creola Quitzon","mobile_number":"495-380-5129","email_id":"Jamal_Hilpert80@gmail.com","dop":"2025-04-06","serial_number":"16051214158247592","imei1":"16051214158247592","imei2":"16051214158247592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180197,"job_number":"JOB_180197","tr_customer_id":180215,"tr_customer_product_id":180205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:23.000Z","name":"Leola Oberbrunner","mobile_number":"708-849-8053","email_id":"Stefanie_Ferry42@gmail.com","dop":"2025-04-06","serial_number":"11389419420392594","imei1":"11389419420392594","imei2":"11389419420392594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180198,"job_number":"JOB_180198","tr_customer_id":180216,"tr_customer_product_id":180206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:23.000Z","modified_at":"2026-02-08T04:42:24.000Z","name":"Bradford Gottlieb","mobile_number":"908-261-6204","email_id":"Efren_Nikolaus20@hotmail.com","dop":"2025-04-06","serial_number":"10888279324319130","imei1":"10888279324319130","imei2":"10888279324319130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180202,"job_number":"JOB_180202","tr_customer_id":180220,"tr_customer_product_id":180210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:26.000Z","modified_at":"2026-02-08T04:42:26.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17619510491231","imei1":"17619510491231","imei2":"17619510491231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180206,"job_number":"JOB_180206","tr_customer_id":180224,"tr_customer_product_id":180214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:42:27.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18378320087253","imei1":"18378320087253","imei2":"18378320087253","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180209,"job_number":"JOB_180209","tr_customer_id":180228,"tr_customer_product_id":180218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Jonathan Haley","mobile_number":"959-708-6167","email_id":"Destin26@gmail.com","dop":"2025-04-06","serial_number":"16540748902546964","imei1":"16540748902546964","imei2":"16540748902546964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180212,"job_number":"JOB_180212","tr_customer_id":180230,"tr_customer_product_id":180220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Verdie Hettinger","mobile_number":"891-426-8979","email_id":"Mathilde20@gmail.com","dop":"2025-04-06","serial_number":"11388785831504910","imei1":"11388785831504910","imei2":"11388785831504910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180215,"job_number":"JOB_180215","tr_customer_id":180233,"tr_customer_product_id":180223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:36.000Z","modified_at":"2026-02-08T04:42:36.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"71900620324011","imei1":"71900620324011","imei2":"71900620324011","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180216,"job_number":"JOB_180216","tr_customer_id":180234,"tr_customer_product_id":180224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:37.000Z","modified_at":"2026-02-08T04:42:37.000Z","name":"Desiree Johnson","mobile_number":"322-999-6726","email_id":"Halie_Beatty34@gmail.com","dop":"2025-02-01","serial_number":"84653065295239","imei1":"84653065295239","imei2":"84653065295239","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180218,"job_number":"JOB_180218","tr_customer_id":180236,"tr_customer_product_id":180226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:39.000Z","modified_at":"2026-02-08T04:42:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10300575170984","imei1":"10300575170984","imei2":"10300575170984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180220,"job_number":"JOB_180220","tr_customer_id":180238,"tr_customer_product_id":180228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:40.000Z","modified_at":"2026-02-08T04:42:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12684045639868","imei1":"12684045639868","imei2":"12684045639868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180222,"job_number":"JOB_180222","tr_customer_id":180240,"tr_customer_product_id":180230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:41.000Z","modified_at":"2026-02-08T04:42:41.000Z","name":"Christopher Kassulke","mobile_number":"442-300-0068","email_id":"Bernie55@gmail.com","dop":"2025-04-06","serial_number":"18963515714280756","imei1":"18963515714280756","imei2":"18963515714280756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180223,"job_number":"JOB_180223","tr_customer_id":180241,"tr_customer_product_id":180231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:42.000Z","modified_at":"2026-02-08T04:42:42.000Z","name":"Patsy Conroy","mobile_number":"830-505-4843","email_id":"Annabel_Hermiston13@gmail.com","dop":"2025-04-06","serial_number":"17605405925781340","imei1":"17605405925781340","imei2":"17605405925781340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180224,"job_number":"JOB_180224","tr_customer_id":180242,"tr_customer_product_id":180232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:44.000Z","modified_at":"2026-02-08T04:42:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19918943117243","imei1":"19918943117243","imei2":"19918943117243","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180228,"job_number":"JOB_180228","tr_customer_id":180246,"tr_customer_product_id":180236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18063204018263","imei1":"18063204018263","imei2":"18063204018263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180232,"job_number":"JOB_180232","tr_customer_id":180250,"tr_customer_product_id":180240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"Van Walker","mobile_number":"214-320-1236","email_id":"Levi.Turcotte31@gmail.com","dop":"2025-04-06","serial_number":"10155519757052578","imei1":"10155519757052578","imei2":"10155519757052578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180233,"job_number":"JOB_180233","tr_customer_id":180251,"tr_customer_product_id":180241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:46.000Z","modified_at":"2026-02-08T04:42:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11009676822779","imei1":"11009676822779","imei2":"11009676822779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180234,"job_number":"JOB_180234","tr_customer_id":180252,"tr_customer_product_id":180242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:46.000Z","modified_at":"2026-02-08T04:42:46.000Z","name":"Gonzalo Windler","mobile_number":"200-832-6983","email_id":"Audrey13@yahoo.com","dop":"2025-04-06","serial_number":"11263569801661888","imei1":"11263569801661888","imei2":"11263569801661888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180236,"job_number":"JOB_180236","tr_customer_id":180254,"tr_customer_product_id":180244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:48.000Z","modified_at":"2026-02-08T04:42:48.000Z","name":"Chauncey Koch","mobile_number":"850-966-4336","email_id":"Sister25@hotmail.com","dop":"2025-04-06","serial_number":"12582526034997268","imei1":"12582526034997268","imei2":"12582526034997268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180237,"job_number":"JOB_180237","tr_customer_id":180255,"tr_customer_product_id":180245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:52.000Z","modified_at":"2026-02-08T04:42:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15351909353939","imei1":"15351909353939","imei2":"15351909353939","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180238,"job_number":"JOB_180238","tr_customer_id":180256,"tr_customer_product_id":180246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:52.000Z","modified_at":"2026-02-08T04:42:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13989085259817","imei1":"13989085259817","imei2":"13989085259817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180241,"job_number":"JOB_180241","tr_customer_id":180259,"tr_customer_product_id":180249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:54.000Z","modified_at":"2026-02-08T04:42:54.000Z","name":"Quinton Shields","mobile_number":"603-612-6756","email_id":"Deontae7@gmail.com","dop":"2025-04-06","serial_number":"19195074576136156","imei1":"19195074576136156","imei2":"19195074576136156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180242,"job_number":"JOB_180242","tr_customer_id":180260,"tr_customer_product_id":180250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:54.000Z","modified_at":"2026-02-08T04:42:54.000Z","name":"Cora Torphy","mobile_number":"686-452-9095","email_id":"Dagmar_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"14162368793138114","imei1":"14162368793138114","imei2":"14162368793138114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180246,"job_number":"JOB_180246","tr_customer_id":180264,"tr_customer_product_id":180254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:59.000Z","modified_at":"2026-02-08T04:42:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16472858580199","imei1":"16472858580199","imei2":"16472858580199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180249,"job_number":"JOB_180249","tr_customer_id":180267,"tr_customer_product_id":180257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:01.000Z","modified_at":"2026-02-08T04:43:01.000Z","name":"Mattie Kreiger","mobile_number":"680-217-8417","email_id":"Libby28@gmail.com","dop":"2025-04-06","serial_number":"19717519843792344","imei1":"19717519843792344","imei2":"19717519843792344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180254,"job_number":"JOB_180254","tr_customer_id":180272,"tr_customer_product_id":180262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:06.000Z","modified_at":"2026-02-08T04:43:06.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105904117763053","imei1":"105904117763053","imei2":"105904117763053","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180256,"job_number":"JOB_180256","tr_customer_id":180274,"tr_customer_product_id":180264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:08.000Z","modified_at":"2026-02-08T04:43:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12233696108820","imei1":"12233696108820","imei2":"12233696108820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180258,"job_number":"JOB_180258","tr_customer_id":180276,"tr_customer_product_id":180266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:09.000Z","modified_at":"2026-02-08T04:43:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17813640214556","imei1":"17813640214556","imei2":"17813640214556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180260,"job_number":"JOB_180260","tr_customer_id":180278,"tr_customer_product_id":180268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"Payton Schultz","mobile_number":"259-578-3644","email_id":"Weldon.Schaden47@yahoo.com","dop":"2025-04-06","serial_number":"17068443835511782","imei1":"17068443835511782","imei2":"17068443835511782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180261,"job_number":"JOB_180261","tr_customer_id":180279,"tr_customer_product_id":180269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"18130052116984","imei1":"18130052116984","imei2":"18130052116984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180262,"job_number":"JOB_180262","tr_customer_id":180280,"tr_customer_product_id":180270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16525490691212","imei1":"16525490691212","imei2":"16525490691212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180265,"job_number":"JOB_180265","tr_customer_id":180283,"tr_customer_product_id":180273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:11.000Z","modified_at":"2026-02-08T04:43:11.000Z","name":"Rhoda Hackett","mobile_number":"871-372-0856","email_id":"Annetta58@hotmail.com","dop":"2025-04-06","serial_number":"11201830341309686","imei1":"11201830341309686","imei2":"11201830341309686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180266,"job_number":"JOB_180266","tr_customer_id":180284,"tr_customer_product_id":180274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:12.000Z","modified_at":"2026-02-08T04:43:12.000Z","name":"Una Bartell","mobile_number":"637-746-3168","email_id":"Chaim.Kuhic25@hotmail.com","dop":"2025-04-06","serial_number":"16748814290943840","imei1":"16748814290943840","imei2":"16748814290943840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180267,"job_number":"JOB_180267","tr_customer_id":180285,"tr_customer_product_id":180275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:12.000Z","modified_at":"2026-02-08T04:43:12.000Z","name":"Jena Hyatt","mobile_number":"284-823-4052","email_id":"Carrie76@hotmail.com","dop":"2025-04-06","serial_number":"14771951794762452","imei1":"14771951794762452","imei2":"14771951794762452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180268,"job_number":"JOB_180268","tr_customer_id":180286,"tr_customer_product_id":180276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:12.000Z","modified_at":"2026-02-08T04:43:12.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"15406574031364","imei1":"15406574031364","imei2":"15406574031364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180270,"job_number":"JOB_180270","tr_customer_id":180288,"tr_customer_product_id":180278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:14.000Z","modified_at":"2026-02-08T04:43:14.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"16138889956800","imei1":"16138889956800","imei2":"16138889956800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180271,"job_number":"JOB_180271","tr_customer_id":180289,"tr_customer_product_id":180279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:14.000Z","modified_at":"2026-02-08T04:43:14.000Z","name":"Makayla Little","mobile_number":"457-243-6077","email_id":"Gertrude49@yahoo.com","dop":"2025-04-06","serial_number":"17968178677859514","imei1":"17968178677859514","imei2":"17968178677859514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180273,"job_number":"JOB_180273","tr_customer_id":180291,"tr_customer_product_id":180281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:16.000Z","modified_at":"2026-02-08T04:43:16.000Z","name":"Kadin Gerlach","mobile_number":"857-526-2703","email_id":"Alfonzo_Huels3@gmail.com","dop":"2025-04-06","serial_number":"16534117712297004","imei1":"16534117712297004","imei2":"16534117712297004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180274,"job_number":"JOB_180274","tr_customer_id":180292,"tr_customer_product_id":180282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:28.000Z","modified_at":"2026-02-08T04:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10937386394014","imei1":"10937386394014","imei2":"10937386394014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180276,"job_number":"JOB_180276","tr_customer_id":180294,"tr_customer_product_id":180284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:30.000Z","modified_at":"2026-02-08T04:43:30.000Z","name":"Alena Kessler","mobile_number":"684-628-7794","email_id":"Foster.MacGyver45@yahoo.com","dop":"2025-04-06","serial_number":"10240876840792260","imei1":"10240876840792260","imei2":"10240876840792260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180277,"job_number":"JOB_180277","tr_customer_id":180295,"tr_customer_product_id":180285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:35.000Z","modified_at":"2026-02-08T04:43:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15786927147632","imei1":"15786927147632","imei2":"15786927147632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180279,"job_number":"JOB_180279","tr_customer_id":180297,"tr_customer_product_id":180287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:37.000Z","modified_at":"2026-02-08T04:43:37.000Z","name":"Elva Franecki","mobile_number":"606-599-7599","email_id":"Florida82@yahoo.com","dop":"2025-04-06","serial_number":"11076938985606158","imei1":"11076938985606158","imei2":"11076938985606158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180282,"job_number":"JOB_180282","tr_customer_id":180300,"tr_customer_product_id":180290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:44.000Z","modified_at":"2026-02-08T04:43:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11053565671116","imei1":"11053565671116","imei2":"11053565671116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180285,"job_number":"JOB_180285","tr_customer_id":180303,"tr_customer_product_id":180293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:45.000Z","modified_at":"2026-02-08T04:43:45.000Z","name":"Laverne Parisian","mobile_number":"662-797-2083","email_id":"Dessie_Nienow70@yahoo.com","dop":"2025-04-06","serial_number":"17340666432091848","imei1":"17340666432091848","imei2":"17340666432091848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180286,"job_number":"JOB_180286","tr_customer_id":180304,"tr_customer_product_id":180294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:51.000Z","modified_at":"2026-02-08T04:43:51.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"104567896296502","imei1":"104567896296502","imei2":"104567896296502","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180288,"job_number":"JOB_180288","tr_customer_id":180306,"tr_customer_product_id":180296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:54.000Z","modified_at":"2026-02-08T04:43:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13553718957328","imei1":"13553718957328","imei2":"13553718957328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180290,"job_number":"JOB_180290","tr_customer_id":180308,"tr_customer_product_id":180298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:55.000Z","modified_at":"2026-02-08T04:43:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12171502344764","imei1":"12171502344764","imei2":"12171502344764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180292,"job_number":"JOB_180292","tr_customer_id":180310,"tr_customer_product_id":180300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:56.000Z","modified_at":"2026-02-08T04:43:56.000Z","name":"Beth McKenzie","mobile_number":"588-528-4224","email_id":"Astrid31@yahoo.com","dop":"2025-04-06","serial_number":"15693276215360206","imei1":"15693276215360206","imei2":"15693276215360206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180293,"job_number":"JOB_180293","tr_customer_id":180311,"tr_customer_product_id":180301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:43:57.000Z","name":"Susie McDermott","mobile_number":"361-852-8135","email_id":"Fiona.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13369340585581312","imei1":"13369340585581312","imei2":"13369340585581312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180294,"job_number":"JOB_180294","tr_customer_id":180312,"tr_customer_product_id":180302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:43:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14224664014982","imei1":"14224664014982","imei2":"14224664014982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180296,"job_number":"JOB_180296","tr_customer_id":180314,"tr_customer_product_id":180304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:43:57.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"11922205460821","imei1":"11922205460821","imei2":"11922205460821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180298,"job_number":"JOB_180298","tr_customer_id":180316,"tr_customer_product_id":180306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:43:59.000Z","name":"Kristopher Pagac","mobile_number":"810-659-5390","email_id":"Modesto68@gmail.com","dop":"2025-04-06","serial_number":"10635018840976074","imei1":"10635018840976074","imei2":"10635018840976074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180299,"job_number":"JOB_180299","tr_customer_id":180317,"tr_customer_product_id":180307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:43:59.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"10717054637233","imei1":"10717054637233","imei2":"10717054637233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180301,"job_number":"JOB_180301","tr_customer_id":180319,"tr_customer_product_id":180309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:43:59.000Z","name":"Chadd Emard","mobile_number":"446-392-7561","email_id":"Haley.Collier91@yahoo.com","dop":"2025-04-06","serial_number":"10449400911834652","imei1":"10449400911834652","imei2":"10449400911834652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180302,"job_number":"JOB_180302","tr_customer_id":180320,"tr_customer_product_id":180310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:00.000Z","modified_at":"2026-02-08T04:44:00.000Z","name":"Selina Runolfsson","mobile_number":"414-317-1209","email_id":"Robert_Welch@gmail.com","dop":"2025-04-06","serial_number":"14098874199169466","imei1":"14098874199169466","imei2":"14098874199169466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180306,"job_number":"JOB_180306","tr_customer_id":180324,"tr_customer_product_id":180314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:46:11.000Z","modified_at":"2026-02-08T04:46:11.000Z","name":"Malinda Schoen","mobile_number":"921-636-3234","email_id":"Shirley37@gmail.com","dop":"2025-04-06","serial_number":"14865914542958","imei1":"14865914542958","imei2":"14865914542958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:46:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180307,"job_number":"JOB_180307","tr_customer_id":180325,"tr_customer_product_id":180315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:20.000Z","modified_at":"2026-02-08T04:57:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60258128366723","imei1":"60258128366723","imei2":"60258128366723","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180308,"job_number":"JOB_180308","tr_customer_id":180326,"tr_customer_product_id":180316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:21.000Z","modified_at":"2026-02-08T04:57:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61542036385508","imei1":"61542036385508","imei2":"61542036385508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180309,"job_number":"JOB_180309","tr_customer_id":180327,"tr_customer_product_id":180317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:21.000Z","modified_at":"2026-02-08T04:57:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38991164534076","imei1":"38991164534076","imei2":"38991164534076","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180310,"job_number":"JOB_180310","tr_customer_id":180328,"tr_customer_product_id":180318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:21.000Z","modified_at":"2026-02-08T04:57:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25251553440519","imei1":"25251553440519","imei2":"25251553440519","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180311,"job_number":"JOB_180311","tr_customer_id":180329,"tr_customer_product_id":180319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:22.000Z","modified_at":"2026-02-08T04:57:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26393312844990","imei1":"26393312844990","imei2":"26393312844990","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180312,"job_number":"JOB_180312","tr_customer_id":180330,"tr_customer_product_id":180320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:22.000Z","modified_at":"2026-02-08T04:57:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54643409454938","imei1":"54643409454938","imei2":"54643409454938","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180314,"job_number":"JOB_180314","tr_customer_id":180332,"tr_customer_product_id":180322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:54.000Z","modified_at":"2026-02-08T04:57:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48177652376250","imei1":"48177652376250","imei2":"48177652376250","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180315,"job_number":"JOB_180315","tr_customer_id":180333,"tr_customer_product_id":180323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:54.000Z","modified_at":"2026-02-08T04:57:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85092863703886","imei1":"85092863703886","imei2":"85092863703886","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180316,"job_number":"JOB_180316","tr_customer_id":180334,"tr_customer_product_id":180324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:55.000Z","modified_at":"2026-02-08T04:57:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70003488455213","imei1":"70003488455213","imei2":"70003488455213","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180317,"job_number":"JOB_180317","tr_customer_id":180335,"tr_customer_product_id":180325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:55.000Z","modified_at":"2026-02-08T04:57:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23479406253684","imei1":"23479406253684","imei2":"23479406253684","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180318,"job_number":"JOB_180318","tr_customer_id":180336,"tr_customer_product_id":180326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:55.000Z","modified_at":"2026-02-08T04:57:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88105060633280","imei1":"88105060633280","imei2":"88105060633280","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180319,"job_number":"JOB_180319","tr_customer_id":180337,"tr_customer_product_id":180327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:56.000Z","modified_at":"2026-02-08T04:57:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80665667937835","imei1":"80665667937835","imei2":"80665667937835","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180321,"job_number":"JOB_180321","tr_customer_id":180339,"tr_customer_product_id":180329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:28.000Z","modified_at":"2026-02-08T04:58:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63321360334216","imei1":"63321360334216","imei2":"63321360334216","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180322,"job_number":"JOB_180322","tr_customer_id":180340,"tr_customer_product_id":180330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:28.000Z","modified_at":"2026-02-08T04:58:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35257868210461","imei1":"35257868210461","imei2":"35257868210461","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180323,"job_number":"JOB_180323","tr_customer_id":180341,"tr_customer_product_id":180331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:28.000Z","modified_at":"2026-02-08T04:58:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90727902096679","imei1":"90727902096679","imei2":"90727902096679","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180324,"job_number":"JOB_180324","tr_customer_id":180342,"tr_customer_product_id":180332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:29.000Z","modified_at":"2026-02-08T04:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49305738051303","imei1":"49305738051303","imei2":"49305738051303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180325,"job_number":"JOB_180325","tr_customer_id":180343,"tr_customer_product_id":180333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:29.000Z","modified_at":"2026-02-08T04:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95349632401438","imei1":"95349632401438","imei2":"95349632401438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180326,"job_number":"JOB_180326","tr_customer_id":180344,"tr_customer_product_id":180334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:29.000Z","modified_at":"2026-02-08T04:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57850142512107","imei1":"57850142512107","imei2":"57850142512107","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180328,"job_number":"JOB_180328","tr_customer_id":180346,"tr_customer_product_id":180336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:21:46.000Z","modified_at":"2026-02-08T05:21:46.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-29","serial_number":"25210875048674","imei1":"25210875048674","imei2":"25210875048674","popurl":"2026-01-29T05:21:46.349363227Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180329,"job_number":"JOB_180329","tr_customer_id":180347,"tr_customer_product_id":180337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:21:54.000Z","modified_at":"2026-02-08T05:21:54.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-29","serial_number":"84257372069620","imei1":"84257372069620","imei2":"84257372069620","popurl":"2026-01-29T05:21:53.782872633Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180330,"job_number":"JOB_180330","tr_customer_id":180348,"tr_customer_product_id":180338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:25:38.000Z","modified_at":"2026-02-08T05:25:38.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"100292270839053","imei1":"100292270839053","imei2":"100292270839053","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180332,"job_number":"JOB_180332","tr_customer_id":180350,"tr_customer_product_id":180340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:25:52.000Z","modified_at":"2026-02-08T05:25:52.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103636967857211","imei1":"103636967857211","imei2":"103636967857211","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:25:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180335,"job_number":"JOB_180335","tr_customer_id":180353,"tr_customer_product_id":180343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:45:08.000Z","modified_at":"2026-02-08T05:45:08.000Z","name":"London Lynch","mobile_number":"223-431-0066","email_id":"Flavie_Frami@hotmail.com","dop":"2025-04-06","serial_number":"12698618606032450","imei1":"12698618606032450","imei2":"12698618606032450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180337,"job_number":"JOB_180337","tr_customer_id":180355,"tr_customer_product_id":180345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:45:18.000Z","modified_at":"2026-02-08T05:45:18.000Z","name":"Cecile Fahey","mobile_number":"236-803-7989","email_id":"Zack.Purdy@gmail.com","dop":"2025-04-06","serial_number":"14824354255662586","imei1":"14824354255662586","imei2":"14824354255662586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180338,"job_number":"JOB_180338","tr_customer_id":180356,"tr_customer_product_id":180346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:48:56.000Z","modified_at":"2026-02-08T05:48:56.000Z","name":"Billy Dooley","mobile_number":"299-253-4928","email_id":"Caroline.Turner@gmail.com","dop":"2025-12-01","serial_number":"10967899698655","imei1":"10967899698655","imei2":"10967899698655","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180339,"job_number":"JOB_180339","tr_customer_id":180357,"tr_customer_product_id":180347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:57:51.000Z","modified_at":"2026-02-08T05:57:51.000Z","name":"Eve Parker","mobile_number":"284-890-8640","email_id":"Dewitt.Hackett9@yahoo.com","dop":"2025-12-01","serial_number":"10074520245287","imei1":"10074520245287","imei2":"10074520245287","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T05:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180340,"job_number":"JOB_180340","tr_customer_id":180358,"tr_customer_product_id":180348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:27:27.000Z","modified_at":"2026-02-08T06:27:27.000Z","name":"Tom C","mobile_number":"9620455897","email_id":"bibhu.jitm2008@gmail.com","dop":"2025-11-05","serial_number":"10237002834025","imei1":"10237002834025","imei2":"10237002834025","popurl":"2025-11-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180348,"job_number":"JOB_180348","tr_customer_id":180366,"tr_customer_product_id":180356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:49:02.000Z","modified_at":"2026-02-08T06:49:02.000Z","name":"Susan Kiehn","mobile_number":"503-266-1251","email_id":"Elda95@hotmail.com","dop":"2025-04-06","serial_number":"18261093677071210","imei1":"18261093677071210","imei2":"18261093677071210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180350,"job_number":"JOB_180350","tr_customer_id":180368,"tr_customer_product_id":180358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:49:47.000Z","modified_at":"2026-02-08T06:49:47.000Z","name":"Clemens Heidenreich","mobile_number":"862-266-6877","email_id":"Webster68@gmail.com","dop":"2025-04-06","serial_number":"17782421261729192","imei1":"17782421261729192","imei2":"17782421261729192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180352,"job_number":"JOB_180352","tr_customer_id":180370,"tr_customer_product_id":180360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:50:31.000Z","modified_at":"2026-02-08T06:50:31.000Z","name":"Corrine Sawayn","mobile_number":"951-794-3342","email_id":"Scarlett_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"12876402730082190","imei1":"12876402730082190","imei2":"12876402730082190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T06:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180353,"job_number":"JOB_180353","tr_customer_id":180371,"tr_customer_product_id":180361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:01:16.000Z","modified_at":"2026-02-08T07:01:16.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"","imei1":"","imei2":"","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:01:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180354,"job_number":"JOB_180354","tr_customer_id":180372,"tr_customer_product_id":180362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:01.000Z","modified_at":"2026-02-08T07:11:01.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19070684554277","imei1":"19070684554277","imei2":"19070684554277","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180356,"job_number":"JOB_180356","tr_customer_id":180374,"tr_customer_product_id":180364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:18.000Z","modified_at":"2026-02-08T07:11:18.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10183536677257","imei1":"10183536677257","imei2":"10183536677257","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:11:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180358,"job_number":"JOB_180358","tr_customer_id":180376,"tr_customer_product_id":180366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:35.000Z","modified_at":"2026-02-08T07:11:35.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19059105419490","imei1":"19059105419490","imei2":"19059105419490","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:11:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180360,"job_number":"JOB_180360","tr_customer_id":180378,"tr_customer_product_id":180368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:12:09.000Z","modified_at":"2026-02-08T07:12:09.000Z","name":"Mike Robel","mobile_number":"577-759-1295","email_id":"Drew.Hettinger4@hotmail.com","dop":"2025-12-01","serial_number":"13518373317110","imei1":"13518373317110","imei2":"13518373317110","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:12:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180363,"job_number":"JOB_180363","tr_customer_id":180381,"tr_customer_product_id":180371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:29:34.000Z","modified_at":"2026-02-08T07:29:34.000Z","name":"Sigrid Gibson","mobile_number":"418-748-1640","email_id":"Maximillian_McLaughlin@hotmail.com","dop":"2025-12-01","serial_number":"14164967400191","imei1":"14164967400191","imei2":"14164967400191","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180364,"job_number":"JOB_180364","tr_customer_id":180382,"tr_customer_product_id":180372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:31:37.000Z","modified_at":"2026-02-08T07:31:37.000Z","name":"Abby Bednar","mobile_number":"911-744-6038","email_id":"Elenor.Kovacek@gmail.com","dop":"2025-12-31","serial_number":"45585213515438","imei1":"45585213515438","imei2":"45585213515438","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180366,"job_number":"JOB_180366","tr_customer_id":180384,"tr_customer_product_id":180374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:34:24.000Z","modified_at":"2026-02-08T07:34:24.000Z","name":"Felipa Greenfelder","mobile_number":"983-355-7487","email_id":"Concepcion_Mueller45@yahoo.com","dop":"2025-12-31","serial_number":"29750079310539","imei1":"29750079310539","imei2":"29750079310539","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180369,"job_number":"JOB_180369","tr_customer_id":180387,"tr_customer_product_id":180377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:46:20.000Z","modified_at":"2026-02-08T07:46:20.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2025-09-30","serial_number":"22000736434051","imei1":"22000736434051","imei2":"22000736434051","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180371,"job_number":"JOB_180371","tr_customer_id":180389,"tr_customer_product_id":180379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:03.000Z","modified_at":"2026-02-08T07:54:03.000Z","name":"Fritz O'Connell","mobile_number":"908-470-2092","email_id":"Herman_Roob@yahoo.com","dop":"2025-04-06","serial_number":"12059684823220216","imei1":"12059684823220216","imei2":"12059684823220216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180373,"job_number":"JOB_180373","tr_customer_id":180391,"tr_customer_product_id":180381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:31.000Z","modified_at":"2026-02-08T07:54:31.000Z","name":"Sydney Lindgren","mobile_number":"536-816-9570","email_id":"Jayden17@yahoo.com","dop":"2025-04-06","serial_number":"11009572995920926","imei1":"11009572995920926","imei2":"11009572995920926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T07:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180376,"job_number":"JOB_180376","tr_customer_id":180394,"tr_customer_product_id":180384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:08:20.000Z","modified_at":"2026-02-08T08:08:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17845039250836","imei1":"17845039250836","imei2":"17845039250836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180378,"job_number":"JOB_180378","tr_customer_id":180396,"tr_customer_product_id":180386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:08:21.000Z","modified_at":"2026-02-08T08:08:21.000Z","name":"Kiarra Flatley","mobile_number":"938-824-4429","email_id":"Keon15@yahoo.com","dop":"2025-04-06","serial_number":"10904959962650748","imei1":"10904959962650748","imei2":"10904959962650748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180379,"job_number":"JOB_180379","tr_customer_id":180397,"tr_customer_product_id":180387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:08.000Z","modified_at":"2026-02-08T08:09:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15419500969050","imei1":"15419500969050","imei2":"15419500969050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180381,"job_number":"JOB_180381","tr_customer_id":180399,"tr_customer_product_id":180389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:09.000Z","modified_at":"2026-02-08T08:09:09.000Z","name":"Sammie Ledner","mobile_number":"444-409-5986","email_id":"Luz_Lemke@hotmail.com","dop":"2025-04-06","serial_number":"13418824910768406","imei1":"13418824910768406","imei2":"13418824910768406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180382,"job_number":"JOB_180382","tr_customer_id":180400,"tr_customer_product_id":180390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:55.000Z","modified_at":"2026-02-08T08:09:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336180218794","imei1":"17336180218794","imei2":"17336180218794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180384,"job_number":"JOB_180384","tr_customer_id":180402,"tr_customer_product_id":180392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:57.000Z","modified_at":"2026-02-08T08:09:57.000Z","name":"Francisca Monahan","mobile_number":"936-288-0865","email_id":"Waylon_Pfannerstill@gmail.com","dop":"2025-04-06","serial_number":"12633359571850206","imei1":"12633359571850206","imei2":"12633359571850206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180385,"job_number":"JOB_180385","tr_customer_id":180403,"tr_customer_product_id":180393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:13:52.000Z","modified_at":"2026-02-08T08:13:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13523820461974","imei1":"13523820461974","imei2":"13523820461974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180387,"job_number":"JOB_180387","tr_customer_id":180405,"tr_customer_product_id":180395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:13:54.000Z","modified_at":"2026-02-08T08:13:54.000Z","name":"Elyse Gleason","mobile_number":"346-355-5136","email_id":"Elta.Auer@gmail.com","dop":"2025-04-06","serial_number":"16311468623419494","imei1":"16311468623419494","imei2":"16311468623419494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:13:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180388,"job_number":"JOB_180388","tr_customer_id":180406,"tr_customer_product_id":180396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:14:40.000Z","modified_at":"2026-02-08T08:14:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10780819994204","imei1":"10780819994204","imei2":"10780819994204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:14:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180390,"job_number":"JOB_180390","tr_customer_id":180408,"tr_customer_product_id":180398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:14:42.000Z","modified_at":"2026-02-08T08:14:42.000Z","name":"Dalton Marvin","mobile_number":"557-920-7785","email_id":"Mariano86@yahoo.com","dop":"2025-04-06","serial_number":"10776319090095608","imei1":"10776319090095608","imei2":"10776319090095608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180391,"job_number":"JOB_180391","tr_customer_id":180409,"tr_customer_product_id":180399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:15:28.000Z","modified_at":"2026-02-08T08:15:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18578344909355","imei1":"18578344909355","imei2":"18578344909355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:15:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180393,"job_number":"JOB_180393","tr_customer_id":180411,"tr_customer_product_id":180401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:15:29.000Z","modified_at":"2026-02-08T08:15:29.000Z","name":"Sigurd Goldner","mobile_number":"260-863-7865","email_id":"Darwin70@yahoo.com","dop":"2025-04-06","serial_number":"13566396338316338","imei1":"13566396338316338","imei2":"13566396338316338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:15:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180397,"job_number":"JOB_180397","tr_customer_id":180415,"tr_customer_product_id":180405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:52:32.000Z","modified_at":"2026-02-08T08:52:32.000Z","name":"Test Testng","mobile_number":"1234567890","email_id":"ty@gmail.com","dop":"2026-02-01","serial_number":"12346565656565656","imei1":"12346565656565656","imei2":"12346565656565656","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T08:52:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180398,"job_number":"JOB_180398","tr_customer_id":180416,"tr_customer_product_id":180406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:49:45.000Z","modified_at":"2026-02-08T09:49:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19966982250199","imei1":"19966982250199","imei2":"19966982250199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180400,"job_number":"JOB_180400","tr_customer_id":180418,"tr_customer_product_id":180408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:49:47.000Z","modified_at":"2026-02-08T09:49:47.000Z","name":"Narciso Rogahn","mobile_number":"549-478-5229","email_id":"Esmeralda.Williamson84@hotmail.com","dop":"2025-04-06","serial_number":"19117205773732960","imei1":"19117205773732960","imei2":"19117205773732960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180401,"job_number":"JOB_180401","tr_customer_id":180419,"tr_customer_product_id":180409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:50:33.000Z","modified_at":"2026-02-08T09:50:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12249084871671","imei1":"12249084871671","imei2":"12249084871671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180403,"job_number":"JOB_180403","tr_customer_id":180421,"tr_customer_product_id":180411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:50:35.000Z","modified_at":"2026-02-08T09:50:35.000Z","name":"Ally Haag","mobile_number":"781-422-4795","email_id":"Fausto_Ernser@gmail.com","dop":"2025-04-06","serial_number":"19763401138500616","imei1":"19763401138500616","imei2":"19763401138500616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180404,"job_number":"JOB_180404","tr_customer_id":180422,"tr_customer_product_id":180412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:51:20.000Z","modified_at":"2026-02-08T09:51:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10237859697455","imei1":"10237859697455","imei2":"10237859697455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180406,"job_number":"JOB_180406","tr_customer_id":180424,"tr_customer_product_id":180414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:51:22.000Z","modified_at":"2026-02-08T09:51:22.000Z","name":"Ramona Jaskolski","mobile_number":"673-642-8526","email_id":"Meda78@yahoo.com","dop":"2025-04-06","serial_number":"12502251686350558","imei1":"12502251686350558","imei2":"12502251686350558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180407,"job_number":"JOB_180407","tr_customer_id":180425,"tr_customer_product_id":180415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:56:22.000Z","modified_at":"2026-02-08T09:56:22.000Z","name":"Suman Gowda","mobile_number":"7076954458","email_id":"brahma.arora@hotmail.com","dop":"2025-11-04","serial_number":"34942046714317","imei1":"34942046714317","imei2":"34942046714317","popurl":"www.aditya-namboothiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T09:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180412,"job_number":"JOB_180412","tr_customer_id":180430,"tr_customer_product_id":180420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:11:06.000Z","modified_at":"2026-02-08T10:11:06.000Z","name":"Clinton Collier","mobile_number":"384-278-8289","email_id":"Henri45@gmail.com","dop":"2025-10-06","serial_number":"17879201515310536","imei1":"17879201515310536","imei2":"17879201515310536","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180413,"job_number":"JOB_180413","tr_customer_id":180431,"tr_customer_product_id":180421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:13:21.000Z","modified_at":"2026-02-08T10:13:21.000Z","name":"Deeptiman Menon","mobile_number":"7501911631","email_id":"sarala.mehra@yahoo.co.in","dop":"2025-07-23","serial_number":"97500677726553","imei1":"97500677726553","imei2":"97500677726553","popurl":"www.acharyasuta-ahuja.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180414,"job_number":"JOB_180414","tr_customer_id":180432,"tr_customer_product_id":180422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:13:21.000Z","modified_at":"2026-02-08T10:13:21.000Z","name":"Gautam Dwivedi","mobile_number":"7546580083","email_id":"rageswari.sethi@hotmail.com","dop":"2026-01-24","serial_number":"51604380631206","imei1":"51604380631206","imei2":"51604380631206","popurl":"www.anjaneya-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180415,"job_number":"JOB_180415","tr_customer_id":180434,"tr_customer_product_id":180423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:13:21.000Z","modified_at":"2026-02-08T10:13:21.000Z","name":"Surya Khatri","mobile_number":"7096531935","email_id":"aanand.gill@gmail.com","dop":"2025-07-07","serial_number":"41664343426442","imei1":"41664343426442","imei2":"41664343426442","popurl":"www.dron-gill.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180417,"job_number":"JOB_180417","tr_customer_id":180435,"tr_customer_product_id":180425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Vaidehi Gowda","mobile_number":"7221393002","email_id":"chandrabhan.chaturvedi@yahoo.co.in","dop":"2025-07-12","serial_number":"23912569091325","imei1":"23912569091325","imei2":"23912569091325","popurl":"www.gorakhanatha-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180418,"job_number":"JOB_180418","tr_customer_id":180436,"tr_customer_product_id":180426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Javas Trivedi","mobile_number":"7660691524","email_id":"ujjawal.shukla@gmail.com","dop":"2025-08-07","serial_number":"11488350202786","imei1":"11488350202786","imei2":"11488350202786","popurl":"www.mohini-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180419,"job_number":"JOB_180419","tr_customer_id":180437,"tr_customer_product_id":180427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Giriraj Sharma","mobile_number":"7059970083","email_id":"anamika.dwivedi@yahoo.co.in","dop":"2025-03-23","serial_number":"54151616863063","imei1":"54151616863063","imei2":"54151616863063","popurl":"www.asha-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180421,"job_number":"JOB_180421","tr_customer_id":180439,"tr_customer_product_id":180429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:14:31.000Z","modified_at":"2026-02-08T10:14:31.000Z","name":"Meenakshi Menon","mobile_number":"7653350158","email_id":"ekaling.talwar@gmail.com","dop":"2025-11-21","serial_number":"97929802734046","imei1":"97929802734046","imei2":"97929802734046","popurl":"www.aaryan-saini.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180426,"job_number":"JOB_180426","tr_customer_id":180444,"tr_customer_product_id":180434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:18:10.000Z","modified_at":"2026-02-08T10:18:10.000Z","name":"Coby Kovacek","mobile_number":"419-774-8808","email_id":"Brayan.Swift@hotmail.com","dop":"2025-10-06","serial_number":"18875859046142060","imei1":"18875859046142060","imei2":"18875859046142060","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180430,"job_number":"JOB_180430","tr_customer_id":180448,"tr_customer_product_id":180438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:22:45.000Z","modified_at":"2026-02-08T10:22:45.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147332","imei1":"45147707147332","imei2":"45147707147332","popurl":"2026-01-29T10:22:43.235660Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180434,"job_number":"JOB_180434","tr_customer_id":180452,"tr_customer_product_id":180442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:24:42.000Z","modified_at":"2026-02-08T10:24:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147312","imei1":"45147707147312","imei2":"45147707147312","popurl":"2026-01-29T10:24:40.732916500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180436,"job_number":"JOB_180436","tr_customer_id":180454,"tr_customer_product_id":180444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:27:59.000Z","modified_at":"2026-02-08T10:27:59.000Z","name":"Marina Roberts","mobile_number":"394-879-6406","email_id":"Camden.Gerhold39@hotmail.com","dop":"2025-10-06","serial_number":"16013752338461256","imei1":"16013752338461256","imei2":"16013752338461256","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180437,"job_number":"JOB_180437","tr_customer_id":180455,"tr_customer_product_id":180445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:31:37.000Z","modified_at":"2026-02-08T10:31:37.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147112","imei1":"45147707147112","imei2":"45147707147112","popurl":"2026-01-29T10:31:35.515661200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180438,"job_number":"JOB_180438","tr_customer_id":180456,"tr_customer_product_id":180446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:35:22.000Z","modified_at":"2026-02-08T10:35:22.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-29","serial_number":"45147707147162","imei1":"45147707147162","imei2":"45147707147162","popurl":"2026-01-29T10:35:20.573138300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180439,"job_number":"JOB_180439","tr_customer_id":180457,"tr_customer_product_id":180447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:38:03.000Z","modified_at":"2026-02-08T10:38:03.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"12345678903457","imei2":"12345678903457","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180440,"job_number":"JOB_180440","tr_customer_id":180458,"tr_customer_product_id":180448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:42:52.000Z","modified_at":"2026-02-08T10:42:52.000Z","name":"Chinmayananda Chaturvedi","mobile_number":"707335497707","email_id":"archan.sethi@yahoo.co.in","dop":"2026-01-29","serial_number":"43645656623488","imei1":"43645656623488","imei2":"43645656623488","popurl":"www.bhoopat-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180441,"job_number":"JOB_180441","tr_customer_id":180459,"tr_customer_product_id":180449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:16.000Z","modified_at":"2026-02-08T10:47:16.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"10902329612541","imei2":"10902329612541","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:47:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180442,"job_number":"JOB_180442","tr_customer_id":180460,"tr_customer_product_id":180450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:55.000Z","modified_at":"2026-02-08T10:47:55.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"10269752935412","imei2":"10269752935412","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180443,"job_number":"JOB_180443","tr_customer_id":180461,"tr_customer_product_id":180451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:58.000Z","modified_at":"2026-02-08T10:47:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16585753474045","imei1":"16585753474045","imei2":"16585753474045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:47:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180445,"job_number":"JOB_180445","tr_customer_id":180463,"tr_customer_product_id":180453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:00.000Z","modified_at":"2026-02-08T10:48:00.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-29","serial_number":"39821259782184","imei1":"39821259782184","imei2":"39821259782184","popurl":"2026-01-29T10:47:50.264172289Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180446,"job_number":"JOB_180446","tr_customer_id":180464,"tr_customer_product_id":180454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:00.000Z","modified_at":"2026-02-08T10:48:00.000Z","name":"Neha Lang","mobile_number":"684-820-8565","email_id":"Jeramy50@yahoo.com","dop":"2025-04-06","serial_number":"17916300346536964","imei1":"17916300346536964","imei2":"17916300346536964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180447,"job_number":"JOB_180447","tr_customer_id":180465,"tr_customer_product_id":180455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:12.000Z","modified_at":"2026-02-08T10:48:12.000Z","name":"Aaratrika Singh","mobile_number":"8631625390","email_id":"raj.arora@gmail.com","dop":"2026-01-29","serial_number":"81436053959528","imei1":"81436053959528","imei2":"81436053959528","popurl":"www.kiran-kocchar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180448,"job_number":"JOB_180448","tr_customer_id":180466,"tr_customer_product_id":180456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:45.000Z","modified_at":"2026-02-08T10:48:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17273610913968","imei1":"17273610913968","imei2":"17273610913968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180450,"job_number":"JOB_180450","tr_customer_id":180468,"tr_customer_product_id":180458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:47.000Z","modified_at":"2026-02-08T10:48:47.000Z","name":"Brooks Maggio","mobile_number":"751-461-4047","email_id":"Elena81@yahoo.com","dop":"2025-04-06","serial_number":"12795151605996892","imei1":"12795151605996892","imei2":"12795151605996892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180451,"job_number":"JOB_180451","tr_customer_id":180469,"tr_customer_product_id":180459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:49:32.000Z","modified_at":"2026-02-08T10:49:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13273287470860","imei1":"13273287470860","imei2":"13273287470860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180453,"job_number":"JOB_180453","tr_customer_id":180471,"tr_customer_product_id":180461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:49:34.000Z","modified_at":"2026-02-08T10:49:34.000Z","name":"Buddy Osinski","mobile_number":"626-718-0037","email_id":"Jodie13@gmail.com","dop":"2025-04-06","serial_number":"15762618010654788","imei1":"15762618010654788","imei2":"15762618010654788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T10:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180454,"job_number":"JOB_180454","tr_customer_id":180472,"tr_customer_product_id":180462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:30:14.000Z","modified_at":"2026-02-08T11:30:14.000Z","name":"Monika Chaudhary","mobile_number":"0123456789","email_id":"abcd@ymail.com","dop":"2026-01-29","serial_number":"22000036434051","imei1":"22000036434051","imei2":"22000036434051","popurl":"2026-01-29T11:24:32.275217600Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180455,"job_number":"JOB_180455","tr_customer_id":180473,"tr_customer_product_id":180463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:33.000Z","modified_at":"2026-02-08T11:49:33.000Z","name":"ankit chauhan","mobile_number":"5612458874","email_id":"ankit@123","dop":"2025-10-06","serial_number":"18485449382866","imei1":"18485449382866","imei2":"18485449382866","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180457,"job_number":"JOB_180457","tr_customer_id":180475,"tr_customer_product_id":180465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:33.000Z","modified_at":"2026-02-08T11:49:34.000Z","name":"Elisa Cole","mobile_number":"789-927-2429","email_id":"Sydnie94@gmail.com","dop":"2025-10-06","serial_number":"12896362352077666","imei1":"12896362352077666","imei2":"12896362352077666","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180458,"job_number":"JOB_180458","tr_customer_id":180476,"tr_customer_product_id":180466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:41.000Z","modified_at":"2026-02-08T11:49:41.000Z","name":"harsh sharma","mobile_number":"9875478445","email_id":"harsh@11","dop":"2025-10-06","serial_number":"16203298625138","imei1":"16203298625138","imei2":"16203298625138","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180460,"job_number":"JOB_180460","tr_customer_id":180478,"tr_customer_product_id":180468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:41.000Z","modified_at":"2026-02-08T11:49:41.000Z","name":"Jerrod McDermott","mobile_number":"318-662-4893","email_id":"Owen_Kautzer@hotmail.com","dop":"2025-10-06","serial_number":"11964757661694694","imei1":"11964757661694694","imei2":"11964757661694694","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180461,"job_number":"JOB_180461","tr_customer_id":180479,"tr_customer_product_id":180469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:49.000Z","modified_at":"2026-02-08T11:49:49.000Z","name":"ayush chaudhary","mobile_number":"9995554441","email_id":"ayush@321","dop":"2025-10-06","serial_number":"19612216072381","imei1":"19612216072381","imei2":"19612216072381","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180463,"job_number":"JOB_180463","tr_customer_id":180481,"tr_customer_product_id":180471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:49.000Z","modified_at":"2026-02-08T11:49:49.000Z","name":"Abdiel Frami","mobile_number":"595-621-3666","email_id":"Jimmy.Glover90@yahoo.com","dop":"2025-10-06","serial_number":"12056811978793420","imei1":"12056811978793420","imei2":"12056811978793420","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180464,"job_number":"JOB_180464","tr_customer_id":180482,"tr_customer_product_id":180472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:57.000Z","modified_at":"2026-02-08T11:49:57.000Z","name":"sandeep gupta","mobile_number":"98555445554","email_id":"sandy@321","dop":"2025-10-06","serial_number":"19538802870725","imei1":"19538802870725","imei2":"19538802870725","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180466,"job_number":"JOB_180466","tr_customer_id":180484,"tr_customer_product_id":180474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:57.000Z","modified_at":"2026-02-08T11:49:57.000Z","name":"Ronny Schmeler","mobile_number":"839-272-8496","email_id":"Lura_Satterfield@hotmail.com","dop":"2025-10-06","serial_number":"19206778035785576","imei1":"19206778035785576","imei2":"19206778035785576","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180467,"job_number":"JOB_180467","tr_customer_id":180485,"tr_customer_product_id":180475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:06.000Z","modified_at":"2026-02-08T11:56:06.000Z","name":"ankit chauhan","mobile_number":"5612458874","email_id":"ankit@123","dop":"2025-10-06","serial_number":"11562439802522","imei1":"11562439802522","imei2":"11562439802522","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180469,"job_number":"JOB_180469","tr_customer_id":180487,"tr_customer_product_id":180477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:07.000Z","modified_at":"2026-02-08T11:56:07.000Z","name":"Quinton Gleason","mobile_number":"389-508-7682","email_id":"Bennie80@gmail.com","dop":"2025-10-06","serial_number":"11654216331032690","imei1":"11654216331032690","imei2":"11654216331032690","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180470,"job_number":"JOB_180470","tr_customer_id":180488,"tr_customer_product_id":180478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:14.000Z","modified_at":"2026-02-08T11:56:14.000Z","name":"harsh sharma","mobile_number":"9875478445","email_id":"harsh@11","dop":"2025-10-06","serial_number":"14903993461270","imei1":"14903993461270","imei2":"14903993461270","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180472,"job_number":"JOB_180472","tr_customer_id":180490,"tr_customer_product_id":180480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:14.000Z","modified_at":"2026-02-08T11:56:14.000Z","name":"Adell Mann","mobile_number":"255-770-5924","email_id":"Amina42@gmail.com","dop":"2025-10-06","serial_number":"13863447283476922","imei1":"13863447283476922","imei2":"13863447283476922","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180473,"job_number":"JOB_180473","tr_customer_id":180491,"tr_customer_product_id":180481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:22.000Z","modified_at":"2026-02-08T11:56:22.000Z","name":"ayush chaudhary","mobile_number":"9995554441","email_id":"ayush@321","dop":"2025-10-06","serial_number":"15862201852900","imei1":"15862201852900","imei2":"15862201852900","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180475,"job_number":"JOB_180475","tr_customer_id":180493,"tr_customer_product_id":180483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:22.000Z","modified_at":"2026-02-08T11:56:22.000Z","name":"Lizeth Yost","mobile_number":"517-358-8821","email_id":"Rickie.Kemmer16@hotmail.com","dop":"2025-10-06","serial_number":"14154532335404648","imei1":"14154532335404648","imei2":"14154532335404648","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180476,"job_number":"JOB_180476","tr_customer_id":180494,"tr_customer_product_id":180484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:29.000Z","modified_at":"2026-02-08T11:56:29.000Z","name":"sandeep gupta","mobile_number":"98555445554","email_id":"sandy@321","dop":"2025-10-06","serial_number":"10602887138642","imei1":"10602887138642","imei2":"10602887138642","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180478,"job_number":"JOB_180478","tr_customer_id":180496,"tr_customer_product_id":180486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:30.000Z","modified_at":"2026-02-08T11:56:30.000Z","name":"Maymie Turner","mobile_number":"982-396-7920","email_id":"Fidel75@gmail.com","dop":"2025-10-06","serial_number":"14581508051028254","imei1":"14581508051028254","imei2":"14581508051028254","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T11:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180479,"job_number":"JOB_180479","tr_customer_id":180497,"tr_customer_product_id":180487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Chandrakin Iyengar","mobile_number":"7614981149","email_id":"krishnadas.ganaka@hotmail.com","dop":"2025-10-26","serial_number":"44790417982572","imei1":"44790417982572","imei2":"44790417982572","popurl":"www.adhrit-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180480,"job_number":"JOB_180480","tr_customer_id":180498,"tr_customer_product_id":180488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Giriraj Embranthiri","mobile_number":"7516024257","email_id":"laxmi.nambeesan@yahoo.co.in","dop":"2025-02-19","serial_number":"66625489580206","imei1":"66625489580206","imei2":"66625489580206","popurl":"www.shakuntala-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180481,"job_number":"JOB_180481","tr_customer_id":180499,"tr_customer_product_id":180489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Aagney Shah","mobile_number":"7269978236","email_id":"kumari.prajapat@yahoo.co.in","dop":"2025-12-13","serial_number":"83067945644998","imei1":"83067945644998","imei2":"83067945644998","popurl":"www.tarun-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180482,"job_number":"JOB_180482","tr_customer_id":180500,"tr_customer_product_id":180490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Brahmdev Abbott","mobile_number":"7853711246","email_id":"goswamee.kaul@hotmail.com","dop":"2025-05-11","serial_number":"38510641582512","imei1":"38510641582512","imei2":"38510641582512","popurl":"www.dinakar-sethi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180483,"job_number":"JOB_180483","tr_customer_id":180501,"tr_customer_product_id":180491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:02:50.000Z","modified_at":"2026-02-08T12:02:50.000Z","name":"Deeptimay Ganaka","mobile_number":"7587593364","email_id":"keerti.sharma@gmail.com","dop":"2025-12-03","serial_number":"54406486913306","imei1":"54406486913306","imei2":"54406486913306","popurl":"www.vasundhara-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180484,"job_number":"JOB_180484","tr_customer_id":180502,"tr_customer_product_id":180492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:16.000Z","modified_at":"2026-02-08T12:09:16.000Z","name":"ankit chauhan","mobile_number":"5612458874","email_id":"ankit@123","dop":"2025-10-06","serial_number":"11804322181719","imei1":"11804322181719","imei2":"11804322181719","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180486,"job_number":"JOB_180486","tr_customer_id":180504,"tr_customer_product_id":180494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:17.000Z","modified_at":"2026-02-08T12:09:17.000Z","name":"Reid Jerde","mobile_number":"531-259-9425","email_id":"Brayan30@yahoo.com","dop":"2025-10-06","serial_number":"13903205593536908","imei1":"13903205593536908","imei2":"13903205593536908","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180487,"job_number":"JOB_180487","tr_customer_id":180505,"tr_customer_product_id":180495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:24.000Z","modified_at":"2026-02-08T12:09:24.000Z","name":"harsh sharma","mobile_number":"9875478445","email_id":"harsh@11","dop":"2025-10-06","serial_number":"13829884717908","imei1":"13829884717908","imei2":"13829884717908","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180489,"job_number":"JOB_180489","tr_customer_id":180507,"tr_customer_product_id":180497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:25.000Z","modified_at":"2026-02-08T12:09:25.000Z","name":"Levi Blanda","mobile_number":"667-668-3141","email_id":"Elna_Adams26@hotmail.com","dop":"2025-10-06","serial_number":"11146289349311548","imei1":"11146289349311548","imei2":"11146289349311548","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180490,"job_number":"JOB_180490","tr_customer_id":180508,"tr_customer_product_id":180498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:33.000Z","modified_at":"2026-02-08T12:09:33.000Z","name":"ayush chaudhary","mobile_number":"9995554441","email_id":"ayush@321","dop":"2025-10-06","serial_number":"13484300853345","imei1":"13484300853345","imei2":"13484300853345","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180492,"job_number":"JOB_180492","tr_customer_id":180510,"tr_customer_product_id":180500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:34.000Z","modified_at":"2026-02-08T12:09:34.000Z","name":"Nicklaus Hermiston","mobile_number":"827-992-4358","email_id":"Maria65@hotmail.com","dop":"2025-10-06","serial_number":"19980162862554990","imei1":"19980162862554990","imei2":"19980162862554990","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180493,"job_number":"JOB_180493","tr_customer_id":180511,"tr_customer_product_id":180501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:41.000Z","modified_at":"2026-02-08T12:09:41.000Z","name":"sandeep gupta","mobile_number":"98555445554","email_id":"sandy@321","dop":"2025-10-06","serial_number":"17627069625992","imei1":"17627069625992","imei2":"17627069625992","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180495,"job_number":"JOB_180495","tr_customer_id":180513,"tr_customer_product_id":180503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:42.000Z","modified_at":"2026-02-08T12:09:42.000Z","name":"Emelie Ruecker","mobile_number":"676-574-7609","email_id":"Xzavier.Dare44@yahoo.com","dop":"2025-10-06","serial_number":"14181291470499452","imei1":"14181291470499452","imei2":"14181291470499452","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180496,"job_number":"JOB_180496","tr_customer_id":180514,"tr_customer_product_id":180504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Baalaaditya Kaul","mobile_number":"7106911343","email_id":"kalpana.pandey@hotmail.com","dop":"2025-08-23","serial_number":"55235957311984","imei1":"55235957311984","imei2":"55235957311984","popurl":"www.abhisyanta-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180497,"job_number":"JOB_180497","tr_customer_id":180515,"tr_customer_product_id":180505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Acharyasuta Mahajan","mobile_number":"7957857540","email_id":"jagadisha.marar@hotmail.com","dop":"2025-09-03","serial_number":"15335054013165","imei1":"15335054013165","imei2":"15335054013165","popurl":"www.chitramala-sinha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180498,"job_number":"JOB_180498","tr_customer_id":180517,"tr_customer_product_id":180507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Surya Varma","mobile_number":"7139760640","email_id":"tanushri.banerjee@hotmail.com","dop":"2025-09-27","serial_number":"21333493114975","imei1":"21333493114975","imei2":"21333493114975","popurl":"www.chandrabhan-kaniyar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180499,"job_number":"JOB_180499","tr_customer_id":180516,"tr_customer_product_id":180506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Rajinder Jain","mobile_number":"7072671523","email_id":"chidananda.jha@gmail.com","dop":"2025-09-17","serial_number":"66503991645606","imei1":"66503991645606","imei2":"66503991645606","popurl":"www.gopaal-tandon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180500,"job_number":"JOB_180500","tr_customer_id":180518,"tr_customer_product_id":180508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:13:55.000Z","modified_at":"2026-02-08T12:13:55.000Z","name":"Anand Swarup Menon","mobile_number":"7919982948","email_id":"prayag.pandey@gmail.com","dop":"2025-02-13","serial_number":"31391126402323","imei1":"31391126402323","imei2":"31391126402323","popurl":"www.abhaya-butt.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180501,"job_number":"JOB_180501","tr_customer_id":180519,"tr_customer_product_id":180509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Travon Halvorson","mobile_number":"308-982-2512","email_id":"Layne.Turcotte@yahoo.com","dop":"2025-04-06","serial_number":"45190783756131","imei1":"45190783756131","imei2":"45190783756131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180502,"job_number":"JOB_180502","tr_customer_id":180520,"tr_customer_product_id":180510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Uday Halvorson","mobile_number":"308-982-2512","email_id":"Layne.Turcotte@yahoo.com","dop":"2025-04-06","serial_number":"67190783756131","imei1":"67190783756131","imei2":"67190783756131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180503,"job_number":"JOB_180503","tr_customer_id":180521,"tr_customer_product_id":180511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Jatin Halvorson","mobile_number":"308-982-2512","email_id":"Layne.Turcotte@yahoo.com","dop":"2025-04-06","serial_number":"56190783756131","imei1":"56190783756131","imei2":"56190783756131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180504,"job_number":"JOB_180504","tr_customer_id":180522,"tr_customer_product_id":180512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Agneya Pilla","mobile_number":"7365895169","email_id":"nalini.varman@gmail.com","dop":"2025-03-01","serial_number":"59711991910219","imei1":"59711991910219","imei2":"59711991910219","popurl":"www.kali-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180505,"job_number":"JOB_180505","tr_customer_id":180523,"tr_customer_product_id":180513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Akshayakeerti Nambeesan","mobile_number":"7899017411","email_id":"avantika.joshi@hotmail.com","dop":"2025-05-24","serial_number":"62420546022827","imei1":"62420546022827","imei2":"62420546022827","popurl":"www.adinath-namboothiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180506,"job_number":"JOB_180506","tr_customer_id":180524,"tr_customer_product_id":180514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Vasudev Kakkar","mobile_number":"7726566369","email_id":"deepali.tandon@gmail.com","dop":"2025-02-13","serial_number":"41282816065422","imei1":"41282816065422","imei2":"41282816065422","popurl":"www.birjesh-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180507,"job_number":"JOB_180507","tr_customer_id":180526,"tr_customer_product_id":180515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Mukesh Kocchar","mobile_number":"7827257389","email_id":"ekalavya.banerjee@yahoo.co.in","dop":"2026-01-17","serial_number":"90550313595655","imei1":"90550313595655","imei2":"90550313595655","popurl":"www.deeptanshu-kapoor.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180508,"job_number":"JOB_180508","tr_customer_id":180525,"tr_customer_product_id":180516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:44:39.000Z","modified_at":"2026-02-08T12:44:39.000Z","name":"Bilwa Marar","mobile_number":"7024282195","email_id":"dinesh.johar@hotmail.com","dop":"2025-05-26","serial_number":"44838025354738","imei1":"44838025354738","imei2":"44838025354738","popurl":"www.gobinda-jain.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180509,"job_number":"JOB_180509","tr_customer_id":180527,"tr_customer_product_id":180517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Dhanesh Pilla","mobile_number":"7434741203","email_id":"acaryatanaya.marar@yahoo.co.in","dop":"2025-04-28","serial_number":"95729468297349","imei1":"95729468297349","imei2":"95729468297349","popurl":"www.chinmayananda-rana.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180510,"job_number":"JOB_180510","tr_customer_id":180528,"tr_customer_product_id":180518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Hiranmay Nayar","mobile_number":"7763106048","email_id":"gorakhanatha.acharya@gmail.com","dop":"2025-06-14","serial_number":"64570558780675","imei1":"64570558780675","imei2":"64570558780675","popurl":"www.deeptimoy-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180511,"job_number":"JOB_180511","tr_customer_id":180529,"tr_customer_product_id":180519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Chandni Shah","mobile_number":"7065064274","email_id":"dinakar.kaur@gmail.com","dop":"2025-08-24","serial_number":"68749851335097","imei1":"68749851335097","imei2":"68749851335097","popurl":"www.sushil-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180512,"job_number":"JOB_180512","tr_customer_id":180530,"tr_customer_product_id":180520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Tanirika Mehrotra","mobile_number":"7239411244","email_id":"tanushri.panicker@gmail.com","dop":"2026-01-05","serial_number":"44408868941626","imei1":"44408868941626","imei2":"44408868941626","popurl":"www.bala-joshi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180513,"job_number":"JOB_180513","tr_customer_id":180531,"tr_customer_product_id":180521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:48:50.000Z","modified_at":"2026-02-08T12:48:50.000Z","name":"Bhramar Khatri","mobile_number":"7477980856","email_id":"manik.jha@gmail.com","dop":"2025-02-12","serial_number":"94742079031070","imei1":"94742079031070","imei2":"94742079031070","popurl":"www.kannen-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180514,"job_number":"JOB_180514","tr_customer_id":180532,"tr_customer_product_id":180522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Kin Dwivedi","mobile_number":"7553177710","email_id":"vimal.reddy@gmail.com","dop":"2025-04-11","serial_number":"88684891732415","imei1":"88684891732415","imei2":"88684891732415","popurl":"www.amrita-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180515,"job_number":"JOB_180515","tr_customer_id":180533,"tr_customer_product_id":180523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Vishwamitra Guneta","mobile_number":"7860900714","email_id":"rageswari.joshi@yahoo.co.in","dop":"2025-06-18","serial_number":"87242738324842","imei1":"87242738324842","imei2":"87242738324842","popurl":"www.parvati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180516,"job_number":"JOB_180516","tr_customer_id":180534,"tr_customer_product_id":180524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Tushar Panicker","mobile_number":"7182466263","email_id":"laxmi.bhattathiri@gmail.com","dop":"2025-12-22","serial_number":"40403730886315","imei1":"40403730886315","imei2":"40403730886315","popurl":"www.damodara-joshi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180517,"job_number":"JOB_180517","tr_customer_id":180535,"tr_customer_product_id":180525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Shridevi Gill","mobile_number":"7736632609","email_id":"narendra.pilla@yahoo.co.in","dop":"2025-06-23","serial_number":"82388417627461","imei1":"82388417627461","imei2":"82388417627461","popurl":"www.lila-patel.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180518,"job_number":"JOB_180518","tr_customer_id":180536,"tr_customer_product_id":180526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Akroor Shukla","mobile_number":"7196432037","email_id":"lila.sharma@gmail.com","dop":"2025-10-06","serial_number":"57286493122505","imei1":"57286493122505","imei2":"57286493122505","popurl":"www.shakuntala-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180519,"job_number":"JOB_180519","tr_customer_id":180538,"tr_customer_product_id":180528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Bhooshit Sharma","mobile_number":"7578541469","email_id":"jagadisha.pilla@yahoo.co.in","dop":"2025-12-21","serial_number":"00794503111307","imei1":"00794503111307","imei2":"00794503111307","popurl":"www.aagam-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180520,"job_number":"JOB_180520","tr_customer_id":180537,"tr_customer_product_id":180527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Trilok Adiga","mobile_number":"7092842534","email_id":"lakshmidhar.pandey@gmail.com","dop":"2025-04-10","serial_number":"31767057836454","imei1":"31767057836454","imei2":"31767057836454","popurl":"www.sameer-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180521,"job_number":"JOB_180521","tr_customer_id":180539,"tr_customer_product_id":180529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Anasooya Mehra","mobile_number":"7072988320","email_id":"laxman.sethi@gmail.com","dop":"2025-10-24","serial_number":"46790092709751","imei1":"46790092709751","imei2":"46790092709751","popurl":"www.achalesvara-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180522,"job_number":"JOB_180522","tr_customer_id":180540,"tr_customer_product_id":180530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Kannan Sinha","mobile_number":"7412227846","email_id":"shakti.kaniyar@gmail.com","dop":"2025-02-11","serial_number":"14175741847733","imei1":"14175741847733","imei2":"14175741847733","popurl":"www.devi-guneta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180523,"job_number":"JOB_180523","tr_customer_id":180541,"tr_customer_product_id":180531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:52:15.000Z","modified_at":"2026-02-08T12:52:15.000Z","name":"Laxman Sinha","mobile_number":"7087944327","email_id":"chaturbhuj.ahuja@gmail.com","dop":"2025-02-27","serial_number":"62004103454941","imei1":"62004103454941","imei2":"62004103454941","popurl":"www.purnima-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T12:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180525,"job_number":"JOB_180525","tr_customer_id":180543,"tr_customer_product_id":180533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:39:22.000Z","modified_at":"2026-02-08T13:39:22.000Z","name":"Emory Abshire","mobile_number":"335-976-9243","email_id":"Green54@yahoo.com","dop":"2025-05-30","serial_number":"13458146226915","imei1":"13458146226915","imei2":"13458146226915","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180526,"job_number":"JOB_180526","tr_customer_id":180544,"tr_customer_product_id":180534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:39:23.000Z","modified_at":"2026-02-08T13:39:23.000Z","name":"Demarcus Nader","mobile_number":"325-856-4907","email_id":"Aliya_Kuhic8@hotmail.com","dop":"2025-05-30","serial_number":"1504472981039553","imei1":"1504472981039553","imei2":"1504472981039553","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180527,"job_number":"JOB_180527","tr_customer_id":180545,"tr_customer_product_id":180535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:57:57.000Z","modified_at":"2026-02-08T13:57:57.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104604446271953","imei1":"104604446271953","imei2":"104604446271953","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180529,"job_number":"JOB_180529","tr_customer_id":180547,"tr_customer_product_id":180537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:58:46.000Z","modified_at":"2026-02-08T13:58:46.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105078321055700","imei1":"105078321055700","imei2":"105078321055700","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180531,"job_number":"JOB_180531","tr_customer_id":180549,"tr_customer_product_id":180539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:09.000Z","modified_at":"2026-02-08T13:59:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79258706893459","imei1":"79258706893459","imei2":"79258706893459","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180532,"job_number":"JOB_180532","tr_customer_id":180550,"tr_customer_product_id":180540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:10.000Z","modified_at":"2026-02-08T13:59:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16614611302081","imei1":"16614611302081","imei2":"16614611302081","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180533,"job_number":"JOB_180533","tr_customer_id":180551,"tr_customer_product_id":180541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:10.000Z","modified_at":"2026-02-08T13:59:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33143962173682","imei1":"33143962173682","imei2":"33143962173682","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180534,"job_number":"JOB_180534","tr_customer_id":180552,"tr_customer_product_id":180542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:10.000Z","modified_at":"2026-02-08T13:59:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52372207395973","imei1":"52372207395973","imei2":"52372207395973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180535,"job_number":"JOB_180535","tr_customer_id":180553,"tr_customer_product_id":180543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:11.000Z","modified_at":"2026-02-08T13:59:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41279575795671","imei1":"41279575795671","imei2":"41279575795671","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180536,"job_number":"JOB_180536","tr_customer_id":180554,"tr_customer_product_id":180544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:11.000Z","modified_at":"2026-02-08T13:59:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37142244609990","imei1":"37142244609990","imei2":"37142244609990","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180539,"job_number":"JOB_180539","tr_customer_id":180557,"tr_customer_product_id":180547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:24.000Z","modified_at":"2026-02-08T13:59:24.000Z","name":"Piper Kuhn","mobile_number":"469-483-5760","email_id":"Dylan.Kautzer67@gmail.com","dop":"2025-04-06","serial_number":"15181053479646604","imei1":"15181053479646604","imei2":"15181053479646604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180540,"job_number":"JOB_180540","tr_customer_id":180558,"tr_customer_product_id":180548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:34.000Z","modified_at":"2026-02-08T13:59:34.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"106707548850756","imei1":"106707548850756","imei2":"106707548850756","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180542,"job_number":"JOB_180542","tr_customer_id":180560,"tr_customer_product_id":180550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:41.000Z","modified_at":"2026-02-08T13:59:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69949483191113","imei1":"69949483191113","imei2":"69949483191113","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180543,"job_number":"JOB_180543","tr_customer_id":180561,"tr_customer_product_id":180551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:41.000Z","modified_at":"2026-02-08T13:59:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54394109351148","imei1":"54394109351148","imei2":"54394109351148","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180544,"job_number":"JOB_180544","tr_customer_id":180562,"tr_customer_product_id":180552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:42.000Z","modified_at":"2026-02-08T13:59:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64278196028626","imei1":"64278196028626","imei2":"64278196028626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180545,"job_number":"JOB_180545","tr_customer_id":180563,"tr_customer_product_id":180553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:42.000Z","modified_at":"2026-02-08T13:59:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96188274944394","imei1":"96188274944394","imei2":"96188274944394","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180546,"job_number":"JOB_180546","tr_customer_id":180564,"tr_customer_product_id":180554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:42.000Z","modified_at":"2026-02-08T13:59:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85587539789341","imei1":"85587539789341","imei2":"85587539789341","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180547,"job_number":"JOB_180547","tr_customer_id":180565,"tr_customer_product_id":180555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:43.000Z","modified_at":"2026-02-08T13:59:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28584823408899","imei1":"28584823408899","imei2":"28584823408899","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T13:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180549,"job_number":"JOB_180549","tr_customer_id":180567,"tr_customer_product_id":180557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:13.000Z","modified_at":"2026-02-08T14:00:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22266787994294","imei1":"22266787994294","imei2":"22266787994294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180550,"job_number":"JOB_180550","tr_customer_id":180568,"tr_customer_product_id":180558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:13.000Z","modified_at":"2026-02-08T14:00:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49412072345237","imei1":"49412072345237","imei2":"49412072345237","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180551,"job_number":"JOB_180551","tr_customer_id":180569,"tr_customer_product_id":180559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:13.000Z","modified_at":"2026-02-08T14:00:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40792542391321","imei1":"40792542391321","imei2":"40792542391321","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180552,"job_number":"JOB_180552","tr_customer_id":180570,"tr_customer_product_id":180560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:14.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36029055969019","imei1":"36029055969019","imei2":"36029055969019","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180553,"job_number":"JOB_180553","tr_customer_id":180571,"tr_customer_product_id":180561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:14.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71474003650779","imei1":"71474003650779","imei2":"71474003650779","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180554,"job_number":"JOB_180554","tr_customer_id":180572,"tr_customer_product_id":180562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:14.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25193061119213","imei1":"25193061119213","imei2":"25193061119213","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180556,"job_number":"JOB_180556","tr_customer_id":180574,"tr_customer_product_id":180564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:34.000Z","modified_at":"2026-02-08T14:00:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10178785469419","imei1":"10178785469419","imei2":"10178785469419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180558,"job_number":"JOB_180558","tr_customer_id":180576,"tr_customer_product_id":180566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:36.000Z","modified_at":"2026-02-08T14:00:36.000Z","name":"Reymundo Lesch","mobile_number":"959-631-3701","email_id":"Mortimer.Grimes@hotmail.com","dop":"2025-04-06","serial_number":"13046825301078760","imei1":"13046825301078760","imei2":"13046825301078760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180562,"job_number":"JOB_180562","tr_customer_id":180580,"tr_customer_product_id":180570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:22.000Z","modified_at":"2026-02-08T14:01:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18055937155651","imei1":"18055937155651","imei2":"18055937155651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180564,"job_number":"JOB_180564","tr_customer_id":180582,"tr_customer_product_id":180572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:24.000Z","modified_at":"2026-02-08T14:01:24.000Z","name":"Prudence Feeney","mobile_number":"301-700-8061","email_id":"Athena.Gusikowski@yahoo.com","dop":"2025-04-06","serial_number":"16102568806358916","imei1":"16102568806358916","imei2":"16102568806358916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180565,"job_number":"JOB_180565","tr_customer_id":180583,"tr_customer_product_id":180573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:02:09.000Z","modified_at":"2026-02-08T14:02:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19077642464205","imei1":"19077642464205","imei2":"19077642464205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180567,"job_number":"JOB_180567","tr_customer_id":180585,"tr_customer_product_id":180575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:02:11.000Z","modified_at":"2026-02-08T14:02:11.000Z","name":"Lisa Rolfson","mobile_number":"438-697-4409","email_id":"Boyd30@hotmail.com","dop":"2025-04-06","serial_number":"13128114824048736","imei1":"13128114824048736","imei2":"13128114824048736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180577,"job_number":"JOB_180577","tr_customer_id":180595,"tr_customer_product_id":180585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:15.000Z","modified_at":"2026-02-08T14:19:15.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"97989040955609","imei1":"97989040955609","imei2":"97989040955609","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180578,"job_number":"JOB_180578","tr_customer_id":180596,"tr_customer_product_id":180586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:15.000Z","modified_at":"2026-02-08T14:19:15.000Z","name":"Ewell Sawayn","mobile_number":"540-447-8124","email_id":"Efrain31@gmail.com","dop":"2025-02-01","serial_number":"98480597561065","imei1":"98480597561065","imei2":"98480597561065","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180580,"job_number":"JOB_180580","tr_customer_id":180598,"tr_customer_product_id":180588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:57.000Z","modified_at":"2026-02-08T14:19:57.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"71677591577650","imei1":"71677591577650","imei2":"71677591577650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180581,"job_number":"JOB_180581","tr_customer_id":180599,"tr_customer_product_id":180589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:57.000Z","modified_at":"2026-02-08T14:19:57.000Z","name":"Rick Feeney","mobile_number":"537-361-7520","email_id":"Mose.Metz@yahoo.com","dop":"2025-02-01","serial_number":"41323805013656","imei1":"41323805013656","imei2":"41323805013656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180583,"job_number":"JOB_180583","tr_customer_id":180601,"tr_customer_product_id":180591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:35.000Z","modified_at":"2026-02-08T14:20:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10660897877368","imei1":"10660897877368","imei2":"10660897877368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180585,"job_number":"JOB_180585","tr_customer_id":180603,"tr_customer_product_id":180593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:37.000Z","modified_at":"2026-02-08T14:20:37.000Z","name":"Lavon Fisher","mobile_number":"413-480-3446","email_id":"Emile.Stracke91@yahoo.com","dop":"2025-04-06","serial_number":"12106999377804322","imei1":"12106999377804322","imei2":"12106999377804322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180586,"job_number":"JOB_180586","tr_customer_id":180604,"tr_customer_product_id":180594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:38.000Z","modified_at":"2026-02-08T14:20:38.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"89343603974856","imei1":"89343603974856","imei2":"89343603974856","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180587,"job_number":"JOB_180587","tr_customer_id":180605,"tr_customer_product_id":180595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:39.000Z","modified_at":"2026-02-08T14:20:39.000Z","name":"Lavada Rowe","mobile_number":"234-500-2917","email_id":"Deron_Metz71@hotmail.com","dop":"2025-02-01","serial_number":"68533269897309","imei1":"68533269897309","imei2":"68533269897309","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180589,"job_number":"JOB_180589","tr_customer_id":180607,"tr_customer_product_id":180597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:11.000Z","modified_at":"2026-02-08T14:21:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18151606395183","imei1":"18151606395183","imei2":"18151606395183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180591,"job_number":"JOB_180591","tr_customer_id":180609,"tr_customer_product_id":180599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:13.000Z","modified_at":"2026-02-08T14:21:13.000Z","name":"Lucy Nikolaus","mobile_number":"612-413-6314","email_id":"Raul.Leannon18@hotmail.com","dop":"2025-04-06","serial_number":"14328961623734680","imei1":"14328961623734680","imei2":"14328961623734680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180592,"job_number":"JOB_180592","tr_customer_id":180610,"tr_customer_product_id":180600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:21.000Z","modified_at":"2026-02-08T14:21:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19725841274474","imei1":"19725841274474","imei2":"19725841274474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180594,"job_number":"JOB_180594","tr_customer_id":180612,"tr_customer_product_id":180602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:23.000Z","modified_at":"2026-02-08T14:21:23.000Z","name":"Furman Koelpin","mobile_number":"346-558-0723","email_id":"Trudie70@yahoo.com","dop":"2025-04-06","serial_number":"17780119563102648","imei1":"17780119563102648","imei2":"17780119563102648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180595,"job_number":"JOB_180595","tr_customer_id":180613,"tr_customer_product_id":180603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:58.000Z","modified_at":"2026-02-08T14:21:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14598104268583","imei1":"14598104268583","imei2":"14598104268583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180597,"job_number":"JOB_180597","tr_customer_id":180615,"tr_customer_product_id":180605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:00.000Z","modified_at":"2026-02-08T14:22:00.000Z","name":"Stan Mertz","mobile_number":"513-711-4286","email_id":"Chaya_Koelpin@gmail.com","dop":"2025-04-06","serial_number":"11644541272605020","imei1":"11644541272605020","imei2":"11644541272605020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180598,"job_number":"JOB_180598","tr_customer_id":180616,"tr_customer_product_id":180606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:07.000Z","modified_at":"2026-02-08T14:22:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18983628038337","imei1":"18983628038337","imei2":"18983628038337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180600,"job_number":"JOB_180600","tr_customer_id":180618,"tr_customer_product_id":180608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:09.000Z","modified_at":"2026-02-08T14:22:09.000Z","name":"Heather Collins","mobile_number":"740-294-7607","email_id":"Savion.Kunde@gmail.com","dop":"2025-04-06","serial_number":"15878745361802478","imei1":"15878745361802478","imei2":"15878745361802478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180601,"job_number":"JOB_180601","tr_customer_id":180619,"tr_customer_product_id":180609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:30.000Z","modified_at":"2026-02-08T14:22:30.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10946843577957","imei1":"10946843577957","imei2":"10946843577957","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180603,"job_number":"JOB_180603","tr_customer_id":180621,"tr_customer_product_id":180611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:31.000Z","modified_at":"2026-02-08T14:22:31.000Z","name":"America Legros","mobile_number":"568-873-2693","email_id":"Elta55@yahoo.com","dop":"2025-06-18","serial_number":"1057689858638897","imei1":"1057689858638897","imei2":"1057689858638897","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180604,"job_number":"JOB_180604","tr_customer_id":180622,"tr_customer_product_id":180612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:45.000Z","modified_at":"2026-02-08T14:22:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15837040606229","imei1":"15837040606229","imei2":"15837040606229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180606,"job_number":"JOB_180606","tr_customer_id":180624,"tr_customer_product_id":180614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:47.000Z","modified_at":"2026-02-08T14:22:47.000Z","name":"Greyson Barrows","mobile_number":"248-701-0857","email_id":"Melissa_Grady@yahoo.com","dop":"2025-04-06","serial_number":"14464942977519696","imei1":"14464942977519696","imei2":"14464942977519696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180610,"job_number":"JOB_180610","tr_customer_id":180628,"tr_customer_product_id":180618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:14.000Z","modified_at":"2026-02-08T14:23:14.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10167572570279","imei1":"10167572570279","imei2":"10167572570279","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180612,"job_number":"JOB_180612","tr_customer_id":180630,"tr_customer_product_id":180620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:14.000Z","modified_at":"2026-02-08T14:23:14.000Z","name":"Kurtis Nitzsche","mobile_number":"596-929-5837","email_id":"Travon.Moore58@gmail.com","dop":"2025-06-18","serial_number":"1097538551322889","imei1":"1097538551322889","imei2":"1097538551322889","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180622,"job_number":"JOB_180622","tr_customer_id":180640,"tr_customer_product_id":180630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:24.000Z","modified_at":"2026-02-08T14:25:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12981560262399","imei1":"12981560262399","imei2":"12981560262399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180624,"job_number":"JOB_180624","tr_customer_id":180642,"tr_customer_product_id":180632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:26.000Z","modified_at":"2026-02-08T14:25:26.000Z","name":"Gabriella Simonis","mobile_number":"304-545-5550","email_id":"Luther.Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"17045357272701778","imei1":"17045357272701778","imei2":"17045357272701778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180625,"job_number":"JOB_180625","tr_customer_id":180643,"tr_customer_product_id":180633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:27.000Z","modified_at":"2026-02-08T14:25:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10817750843860","imei1":"10817750843860","imei2":"10817750843860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180627,"job_number":"JOB_180627","tr_customer_id":180645,"tr_customer_product_id":180635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:29.000Z","modified_at":"2026-02-08T14:25:29.000Z","name":"Emmett Hills","mobile_number":"603-322-3804","email_id":"Pascale_Hettinger69@gmail.com","dop":"2025-04-06","serial_number":"13556698490155630","imei1":"13556698490155630","imei2":"13556698490155630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180628,"job_number":"JOB_180628","tr_customer_id":180646,"tr_customer_product_id":180636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:09.000Z","modified_at":"2026-02-08T14:26:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12084375608828","imei1":"12084375608828","imei2":"12084375608828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180630,"job_number":"JOB_180630","tr_customer_id":180648,"tr_customer_product_id":180638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:11.000Z","modified_at":"2026-02-08T14:26:11.000Z","name":"Jarrod Sawayn","mobile_number":"734-326-5007","email_id":"Cedrick_Purdy80@yahoo.com","dop":"2025-04-06","serial_number":"19293028001380776","imei1":"19293028001380776","imei2":"19293028001380776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180631,"job_number":"JOB_180631","tr_customer_id":180649,"tr_customer_product_id":180639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:14.000Z","modified_at":"2026-02-08T14:26:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16543625386449","imei1":"16543625386449","imei2":"16543625386449","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180633,"job_number":"JOB_180633","tr_customer_id":180651,"tr_customer_product_id":180641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:16.000Z","modified_at":"2026-02-08T14:26:16.000Z","name":"Baylee Jerde","mobile_number":"650-340-6325","email_id":"Ashleigh63@yahoo.com","dop":"2025-04-06","serial_number":"18701744897610890","imei1":"18701744897610890","imei2":"18701744897610890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180634,"job_number":"JOB_180634","tr_customer_id":180652,"tr_customer_product_id":180642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:39.000Z","modified_at":"2026-02-08T14:26:39.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18952458001854","imei1":"18952458001854","imei2":"18952458001854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180636,"job_number":"JOB_180636","tr_customer_id":180654,"tr_customer_product_id":180644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:41.000Z","modified_at":"2026-02-08T14:26:41.000Z","name":"Rene Lakin","mobile_number":"313-239-9906","email_id":"Faustino.Orn49@yahoo.com","dop":"2025-04-06","serial_number":"12588223049745100","imei1":"12588223049745100","imei2":"12588223049745100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180637,"job_number":"JOB_180637","tr_customer_id":180655,"tr_customer_product_id":180645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:55.000Z","modified_at":"2026-02-08T14:26:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17973095445641","imei1":"17973095445641","imei2":"17973095445641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180639,"job_number":"JOB_180639","tr_customer_id":180657,"tr_customer_product_id":180647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:56.000Z","modified_at":"2026-02-08T14:26:56.000Z","name":"Marianna Mayer","mobile_number":"866-788-4910","email_id":"Shaun0@yahoo.com","dop":"2025-04-06","serial_number":"16628768293653930","imei1":"16628768293653930","imei2":"16628768293653930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180640,"job_number":"JOB_180640","tr_customer_id":180658,"tr_customer_product_id":180648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:59.000Z","modified_at":"2026-02-08T14:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17083700156570","imei1":"17083700156570","imei2":"17083700156570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180642,"job_number":"JOB_180642","tr_customer_id":180660,"tr_customer_product_id":180650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:01.000Z","modified_at":"2026-02-08T14:27:01.000Z","name":"Karl Schaden","mobile_number":"698-558-8503","email_id":"Kole.Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"13948378547733976","imei1":"13948378547733976","imei2":"13948378547733976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180643,"job_number":"JOB_180643","tr_customer_id":180661,"tr_customer_product_id":180651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:02.000Z","modified_at":"2026-02-08T14:27:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18146556114062","imei1":"18146556114062","imei2":"18146556114062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180645,"job_number":"JOB_180645","tr_customer_id":180663,"tr_customer_product_id":180653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:03.000Z","modified_at":"2026-02-08T14:27:03.000Z","name":"Berneice Price","mobile_number":"873-280-6000","email_id":"Layne_Schimmel28@yahoo.com","dop":"2025-04-06","serial_number":"10995544047478364","imei1":"10995544047478364","imei2":"10995544047478364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180646,"job_number":"JOB_180646","tr_customer_id":180664,"tr_customer_product_id":180654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:25.000Z","modified_at":"2026-02-08T14:27:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18450364582926","imei1":"18450364582926","imei2":"18450364582926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180648,"job_number":"JOB_180648","tr_customer_id":180666,"tr_customer_product_id":180656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:26.000Z","modified_at":"2026-02-08T14:27:26.000Z","name":"Alexys Wehner","mobile_number":"201-524-4387","email_id":"Vicky47@hotmail.com","dop":"2025-04-06","serial_number":"17661960058004280","imei1":"17661960058004280","imei2":"17661960058004280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180649,"job_number":"JOB_180649","tr_customer_id":180667,"tr_customer_product_id":180657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:46.000Z","modified_at":"2026-02-08T14:27:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14626811347729","imei1":"14626811347729","imei2":"14626811347729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180651,"job_number":"JOB_180651","tr_customer_id":180669,"tr_customer_product_id":180659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:47.000Z","modified_at":"2026-02-08T14:27:47.000Z","name":"Elmer Prosacco","mobile_number":"855-963-1155","email_id":"Shaun.Batz36@hotmail.com","dop":"2025-04-06","serial_number":"15180123192468258","imei1":"15180123192468258","imei2":"15180123192468258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180653,"job_number":"JOB_180653","tr_customer_id":180671,"tr_customer_product_id":180661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:09.000Z","modified_at":"2026-02-08T14:28:09.000Z","name":"Hannah Schowalter","mobile_number":"919-942-1015","email_id":"Rebekah.Adams71@gmail.com","dop":"2025-04-06","serial_number":"18309789408050932","imei1":"18309789408050932","imei2":"18309789408050932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180654,"job_number":"JOB_180654","tr_customer_id":180672,"tr_customer_product_id":180662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:10.000Z","modified_at":"2026-02-08T14:28:10.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19581167757173","imei1":"19581167757173","imei2":"19581167757173","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180656,"job_number":"JOB_180656","tr_customer_id":180674,"tr_customer_product_id":180664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:12.000Z","modified_at":"2026-02-08T14:28:12.000Z","name":"Moshe Leannon","mobile_number":"579-775-8631","email_id":"Caleigh.Klocko47@yahoo.com","dop":"2025-04-06","serial_number":"12318242200113064","imei1":"12318242200113064","imei2":"12318242200113064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180657,"job_number":"JOB_180657","tr_customer_id":180675,"tr_customer_product_id":180665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:25.000Z","modified_at":"2026-02-08T14:28:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10424478635803","imei1":"10424478635803","imei2":"10424478635803","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180659,"job_number":"JOB_180659","tr_customer_id":180677,"tr_customer_product_id":180667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:27.000Z","modified_at":"2026-02-08T14:28:27.000Z","name":"Mateo Will","mobile_number":"982-604-6780","email_id":"Sallie0@hotmail.com","dop":"2025-04-06","serial_number":"18996294927067980","imei1":"18996294927067980","imei2":"18996294927067980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180661,"job_number":"JOB_180661","tr_customer_id":180679,"tr_customer_product_id":180669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:32.000Z","modified_at":"2026-02-08T14:28:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17863105104038","imei1":"17863105104038","imei2":"17863105104038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180663,"job_number":"JOB_180663","tr_customer_id":180681,"tr_customer_product_id":180671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:34.000Z","modified_at":"2026-02-08T14:28:34.000Z","name":"Fleta McCullough","mobile_number":"690-739-9706","email_id":"Emmanuel8@gmail.com","dop":"2025-04-06","serial_number":"18344647786099756","imei1":"18344647786099756","imei2":"18344647786099756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180666,"job_number":"JOB_180666","tr_customer_id":180684,"tr_customer_product_id":180674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:15.000Z","modified_at":"2026-02-08T14:29:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18152327947782","imei1":"18152327947782","imei2":"18152327947782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180668,"job_number":"JOB_180668","tr_customer_id":180686,"tr_customer_product_id":180676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:16.000Z","modified_at":"2026-02-08T14:29:16.000Z","name":"Millie Bogisich","mobile_number":"791-979-1611","email_id":"Ray80@yahoo.com","dop":"2025-04-06","serial_number":"18113609060645676","imei1":"18113609060645676","imei2":"18113609060645676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:29:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180670,"job_number":"JOB_180670","tr_customer_id":180688,"tr_customer_product_id":180678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:28.000Z","modified_at":"2026-02-08T14:29:28.000Z","name":"Flo Ruecker","mobile_number":"389-221-9152","email_id":"Fanny.Schamberger@gmail.com","dop":"2025-04-06","serial_number":"11606743275147552","imei1":"11606743275147552","imei2":"11606743275147552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:29:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180671,"job_number":"JOB_180671","tr_customer_id":180689,"tr_customer_product_id":180679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:30:04.000Z","modified_at":"2026-02-08T14:30:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12200938957838","imei1":"12200938957838","imei2":"12200938957838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180673,"job_number":"JOB_180673","tr_customer_id":180691,"tr_customer_product_id":180681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:30:05.000Z","modified_at":"2026-02-08T14:30:05.000Z","name":"Celine Ziemann","mobile_number":"710-509-2062","email_id":"Grant.Pfannerstill@yahoo.com","dop":"2025-04-06","serial_number":"13205013139632332","imei1":"13205013139632332","imei2":"13205013139632332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180674,"job_number":"JOB_180674","tr_customer_id":180692,"tr_customer_product_id":180682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:19.000Z","modified_at":"2026-02-08T14:32:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16717530874995","imei1":"16717530874995","imei2":"16717530874995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180676,"job_number":"JOB_180676","tr_customer_id":180694,"tr_customer_product_id":180684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:21.000Z","modified_at":"2026-02-08T14:32:21.000Z","name":"Layla Breitenberg","mobile_number":"424-484-3411","email_id":"Brant_Wintheiser@gmail.com","dop":"2025-04-06","serial_number":"11891752915272896","imei1":"11891752915272896","imei2":"11891752915272896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180677,"job_number":"JOB_180677","tr_customer_id":180695,"tr_customer_product_id":180685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:22.000Z","modified_at":"2026-02-08T14:32:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19858425935583","imei1":"19858425935583","imei2":"19858425935583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180679,"job_number":"JOB_180679","tr_customer_id":180697,"tr_customer_product_id":180687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:23.000Z","modified_at":"2026-02-08T14:32:23.000Z","name":"Erna Homenick","mobile_number":"975-783-9655","email_id":"Raheem36@gmail.com","dop":"2025-04-06","serial_number":"19962081859507550","imei1":"19962081859507550","imei2":"19962081859507550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180681,"job_number":"JOB_180681","tr_customer_id":180699,"tr_customer_product_id":180689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:56.000Z","modified_at":"2026-02-08T14:32:56.000Z","name":"Gwendolyn Sipes","mobile_number":"872-238-2973","email_id":"Darius6@hotmail.com","dop":"2025-04-06","serial_number":"17049858834535136","imei1":"17049858834535136","imei2":"17049858834535136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180682,"job_number":"JOB_180682","tr_customer_id":180700,"tr_customer_product_id":180690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:05.000Z","modified_at":"2026-02-08T14:33:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11934818412011","imei1":"11934818412011","imei2":"11934818412011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180684,"job_number":"JOB_180684","tr_customer_id":180702,"tr_customer_product_id":180692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:06.000Z","modified_at":"2026-02-08T14:33:06.000Z","name":"Myrtis Schuppe","mobile_number":"695-904-7204","email_id":"Isaiah_Wyman75@yahoo.com","dop":"2025-04-06","serial_number":"15810137682561592","imei1":"15810137682561592","imei2":"15810137682561592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180685,"job_number":"JOB_180685","tr_customer_id":180703,"tr_customer_product_id":180693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:07.000Z","modified_at":"2026-02-08T14:33:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905184044381","imei1":"16905184044381","imei2":"16905184044381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180687,"job_number":"JOB_180687","tr_customer_id":180705,"tr_customer_product_id":180695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:09.000Z","modified_at":"2026-02-08T14:33:09.000Z","name":"Burley Schuppe","mobile_number":"776-398-5070","email_id":"Simeon26@gmail.com","dop":"2025-04-06","serial_number":"19789631832212188","imei1":"19789631832212188","imei2":"19789631832212188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180688,"job_number":"JOB_180688","tr_customer_id":180706,"tr_customer_product_id":180696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:27.000Z","modified_at":"2026-02-08T14:33:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11976293283832","imei1":"11976293283832","imei2":"11976293283832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180690,"job_number":"JOB_180690","tr_customer_id":180708,"tr_customer_product_id":180698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:29.000Z","modified_at":"2026-02-08T14:33:29.000Z","name":"Elouise Considine","mobile_number":"863-717-5561","email_id":"Claude.MacGyver14@gmail.com","dop":"2025-04-06","serial_number":"15878695079629820","imei1":"15878695079629820","imei2":"15878695079629820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180695,"job_number":"JOB_180695","tr_customer_id":180713,"tr_customer_product_id":180703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:41.000Z","modified_at":"2026-02-08T14:33:41.000Z","name":"Nash Kertzmann","mobile_number":"877-659-7671","email_id":"Cyril50@yahoo.com","dop":"2025-04-06","serial_number":"18145490695890990","imei1":"18145490695890990","imei2":"18145490695890990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180696,"job_number":"JOB_180696","tr_customer_id":180714,"tr_customer_product_id":180704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:48.000Z","modified_at":"2026-02-08T14:33:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14464513725479","imei1":"14464513725479","imei2":"14464513725479","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180698,"job_number":"JOB_180698","tr_customer_id":180716,"tr_customer_product_id":180706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:50.000Z","modified_at":"2026-02-08T14:33:50.000Z","name":"Lola Blick","mobile_number":"758-251-8141","email_id":"Ebony6@gmail.com","dop":"2025-04-06","serial_number":"12417856477188788","imei1":"12417856477188788","imei2":"12417856477188788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180699,"job_number":"JOB_180699","tr_customer_id":180717,"tr_customer_product_id":180707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:54.000Z","modified_at":"2026-02-08T14:33:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19853778081182","imei1":"19853778081182","imei2":"19853778081182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180704,"job_number":"JOB_180704","tr_customer_id":180722,"tr_customer_product_id":180712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:56.000Z","modified_at":"2026-02-08T14:33:56.000Z","name":"Brendon Greenholt","mobile_number":"956-812-2178","email_id":"Brigitte30@gmail.com","dop":"2025-04-06","serial_number":"15938994332419052","imei1":"15938994332419052","imei2":"15938994332419052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180708,"job_number":"JOB_180708","tr_customer_id":180726,"tr_customer_product_id":180716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:14.000Z","modified_at":"2026-02-08T14:34:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19513483333827","imei1":"19513483333827","imei2":"19513483333827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180710,"job_number":"JOB_180710","tr_customer_id":180728,"tr_customer_product_id":180718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:16.000Z","modified_at":"2026-02-08T14:34:16.000Z","name":"Aiyana O'Reilly","mobile_number":"521-671-2637","email_id":"Violet47@yahoo.com","dop":"2025-04-06","serial_number":"18836776955496480","imei1":"18836776955496480","imei2":"18836776955496480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180711,"job_number":"JOB_180711","tr_customer_id":180729,"tr_customer_product_id":180719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:00.000Z","modified_at":"2026-02-08T14:35:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037964723916","imei1":"16037964723916","imei2":"16037964723916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180713,"job_number":"JOB_180713","tr_customer_id":180731,"tr_customer_product_id":180721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:01.000Z","modified_at":"2026-02-08T14:35:01.000Z","name":"Jamar Harber","mobile_number":"444-945-6780","email_id":"Esther.Pfeffer@hotmail.com","dop":"2025-04-06","serial_number":"13491293098809334","imei1":"13491293098809334","imei2":"13491293098809334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180715,"job_number":"JOB_180715","tr_customer_id":180733,"tr_customer_product_id":180723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:18.000Z","modified_at":"2026-02-08T14:35:18.000Z","name":"Halie Schaden","mobile_number":"275-756-9529","email_id":"Rachel.Berge@hotmail.com","dop":"2025-04-06","serial_number":"12565054062744512","imei1":"12565054062744512","imei2":"12565054062744512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180716,"job_number":"JOB_180716","tr_customer_id":180734,"tr_customer_product_id":180724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:33.000Z","modified_at":"2026-02-08T14:35:33.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17768084464110","imei1":"17768084464110","imei2":"17768084464110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180718,"job_number":"JOB_180718","tr_customer_id":180736,"tr_customer_product_id":180726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:35.000Z","modified_at":"2026-02-08T14:35:35.000Z","name":"Keith Schaden","mobile_number":"211-388-1309","email_id":"Ally60@yahoo.com","dop":"2025-04-06","serial_number":"18026911207518310","imei1":"18026911207518310","imei2":"18026911207518310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180719,"job_number":"JOB_180719","tr_customer_id":180737,"tr_customer_product_id":180727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:37.000Z","modified_at":"2026-02-08T14:35:37.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"14660646192756","imei1":"14660646192756","imei2":"14660646192756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180721,"job_number":"JOB_180721","tr_customer_id":180739,"tr_customer_product_id":180729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:39.000Z","modified_at":"2026-02-08T14:35:39.000Z","name":"Vaughn Kozey","mobile_number":"510-876-7173","email_id":"Ezra_Ortiz@hotmail.com","dop":"2025-04-06","serial_number":"12458741410507062","imei1":"12458741410507062","imei2":"12458741410507062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180722,"job_number":"JOB_180722","tr_customer_id":180740,"tr_customer_product_id":180730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:40.000Z","modified_at":"2026-02-08T14:35:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12391076118317","imei1":"12391076118317","imei2":"12391076118317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180724,"job_number":"JOB_180724","tr_customer_id":180742,"tr_customer_product_id":180732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:41.000Z","modified_at":"2026-02-08T14:35:41.000Z","name":"Lucinda Bernier","mobile_number":"546-540-6250","email_id":"Sabryna90@yahoo.com","dop":"2025-04-06","serial_number":"16447982926946080","imei1":"16447982926946080","imei2":"16447982926946080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180725,"job_number":"JOB_180725","tr_customer_id":180743,"tr_customer_product_id":180733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:48.000Z","modified_at":"2026-02-08T14:35:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17047548559424","imei1":"17047548559424","imei2":"17047548559424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180727,"job_number":"JOB_180727","tr_customer_id":180745,"tr_customer_product_id":180735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:49.000Z","modified_at":"2026-02-08T14:35:49.000Z","name":"Josianne Lesch","mobile_number":"364-925-7156","email_id":"Rusty86@gmail.com","dop":"2025-04-06","serial_number":"19281679877217350","imei1":"19281679877217350","imei2":"19281679877217350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180728,"job_number":"JOB_180728","tr_customer_id":180746,"tr_customer_product_id":180736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:21.000Z","modified_at":"2026-02-08T14:36:21.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"18404818798930","imei1":"18404818798930","imei2":"18404818798930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180730,"job_number":"JOB_180730","tr_customer_id":180748,"tr_customer_product_id":180738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:23.000Z","modified_at":"2026-02-08T14:36:23.000Z","name":"Guy Konopelski","mobile_number":"219-546-1156","email_id":"Abdul_Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"15356096203591724","imei1":"15356096203591724","imei2":"15356096203591724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180731,"job_number":"JOB_180731","tr_customer_id":180749,"tr_customer_product_id":180739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:25.000Z","modified_at":"2026-02-08T14:36:25.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13595423384548","imei1":"13595423384548","imei2":"13595423384548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180733,"job_number":"JOB_180733","tr_customer_id":180751,"tr_customer_product_id":180741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:27.000Z","modified_at":"2026-02-08T14:36:27.000Z","name":"Donavon Kassulke","mobile_number":"665-265-4475","email_id":"Clotilde.Kozey46@hotmail.com","dop":"2025-04-06","serial_number":"15204485925510948","imei1":"15204485925510948","imei2":"15204485925510948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180734,"job_number":"JOB_180734","tr_customer_id":180752,"tr_customer_product_id":180742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:28.000Z","modified_at":"2026-02-08T14:36:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16061224841371","imei1":"16061224841371","imei2":"16061224841371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180736,"job_number":"JOB_180736","tr_customer_id":180754,"tr_customer_product_id":180744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:30.000Z","modified_at":"2026-02-08T14:36:30.000Z","name":"Verlie Rodriguez","mobile_number":"858-833-4488","email_id":"Barbara_Auer32@gmail.com","dop":"2025-04-06","serial_number":"19476574561770330","imei1":"19476574561770330","imei2":"19476574561770330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180738,"job_number":"JOB_180738","tr_customer_id":180756,"tr_customer_product_id":180746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:34.000Z","modified_at":"2026-02-08T14:36:34.000Z","name":"Jaylen Welch","mobile_number":"378-477-9961","email_id":"Audreanne45@gmail.com","dop":"2025-04-06","serial_number":"15547066284882464","imei1":"15547066284882464","imei2":"15547066284882464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180739,"job_number":"JOB_180739","tr_customer_id":180757,"tr_customer_product_id":180747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:35.000Z","modified_at":"2026-02-08T14:36:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14321346582165","imei1":"14321346582165","imei2":"14321346582165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180741,"job_number":"JOB_180741","tr_customer_id":180759,"tr_customer_product_id":180749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:37.000Z","modified_at":"2026-02-08T14:36:37.000Z","name":"Rylan Blick","mobile_number":"562-345-5886","email_id":"Laney35@gmail.com","dop":"2025-04-06","serial_number":"10985475123273000","imei1":"10985475123273000","imei2":"10985475123273000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180743,"job_number":"JOB_180743","tr_customer_id":180761,"tr_customer_product_id":180751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:09.000Z","modified_at":"2026-02-08T14:37:09.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"17076808923730","imei1":"17076808923730","imei2":"17076808923730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180745,"job_number":"JOB_180745","tr_customer_id":180763,"tr_customer_product_id":180753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:11.000Z","modified_at":"2026-02-08T14:37:11.000Z","name":"Jeff Stracke","mobile_number":"730-312-9968","email_id":"Maegan.Osinski81@hotmail.com","dop":"2025-04-06","serial_number":"19673669861498790","imei1":"19673669861498790","imei2":"19673669861498790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180746,"job_number":"JOB_180746","tr_customer_id":180764,"tr_customer_product_id":180754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:13.000Z","modified_at":"2026-02-08T14:37:13.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"15477076327019","imei1":"15477076327019","imei2":"15477076327019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180749,"job_number":"JOB_180749","tr_customer_id":180767,"tr_customer_product_id":180757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:14.000Z","modified_at":"2026-02-08T14:37:14.000Z","name":"Ebony Thompson","mobile_number":"517-870-6006","email_id":"Delaney96@yahoo.com","dop":"2025-04-06","serial_number":"11170731839033284","imei1":"11170731839033284","imei2":"11170731839033284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180750,"job_number":"JOB_180750","tr_customer_id":180768,"tr_customer_product_id":180758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:16.000Z","modified_at":"2026-02-08T14:37:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16917390416499","imei1":"16917390416499","imei2":"16917390416499","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180752,"job_number":"JOB_180752","tr_customer_id":180770,"tr_customer_product_id":180760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:17.000Z","modified_at":"2026-02-08T14:37:17.000Z","name":"John Donnelly","mobile_number":"396-849-1619","email_id":"Norberto.Brakus52@hotmail.com","dop":"2025-04-06","serial_number":"17087362191044928","imei1":"17087362191044928","imei2":"17087362191044928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180753,"job_number":"JOB_180753","tr_customer_id":180771,"tr_customer_product_id":180761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:22.000Z","modified_at":"2026-02-08T14:37:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16249413041942","imei1":"16249413041942","imei2":"16249413041942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180756,"job_number":"JOB_180756","tr_customer_id":180774,"tr_customer_product_id":180764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:23.000Z","modified_at":"2026-02-08T14:37:23.000Z","name":"Esther Emmerich","mobile_number":"880-870-0636","email_id":"Lempi.Prohaska65@hotmail.com","dop":"2025-04-06","serial_number":"15688931058627826","imei1":"15688931058627826","imei2":"15688931058627826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180757,"job_number":"JOB_180757","tr_customer_id":180775,"tr_customer_product_id":180765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:24.000Z","modified_at":"2026-02-08T14:37:24.000Z","name":"Dane Schaefer","mobile_number":"729-420-6726","email_id":"Julie.Ritchie@gmail.com","dop":"2025-04-06","serial_number":"15675454189262724","imei1":"15675454189262724","imei2":"15675454189262724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180759,"job_number":"JOB_180759","tr_customer_id":180777,"tr_customer_product_id":180767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:52:35.000Z","modified_at":"2026-02-08T14:52:35.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14924896553421","imei1":"14924896553421","imei2":"14924896553421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180761,"job_number":"JOB_180761","tr_customer_id":180779,"tr_customer_product_id":180769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:52:37.000Z","modified_at":"2026-02-08T14:52:37.000Z","name":"Geo Wiegand","mobile_number":"817-988-4259","email_id":"Jarod24@gmail.com","dop":"2025-04-06","serial_number":"16961173668522258","imei1":"16961173668522258","imei2":"16961173668522258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:52:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180762,"job_number":"JOB_180762","tr_customer_id":180780,"tr_customer_product_id":180770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:53:24.000Z","modified_at":"2026-02-08T14:53:24.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11207340519352","imei1":"11207340519352","imei2":"11207340519352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:53:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180764,"job_number":"JOB_180764","tr_customer_id":180782,"tr_customer_product_id":180772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:53:26.000Z","modified_at":"2026-02-08T14:53:26.000Z","name":"Annabell Schuppe","mobile_number":"771-256-4597","email_id":"Ludie63@gmail.com","dop":"2025-04-06","serial_number":"11624366701933092","imei1":"11624366701933092","imei2":"11624366701933092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:53:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180765,"job_number":"JOB_180765","tr_customer_id":180783,"tr_customer_product_id":180773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:52.000Z","modified_at":"2026-02-08T15:02:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11133901159190","imei1":"11133901159190","imei2":"11133901159190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180767,"job_number":"JOB_180767","tr_customer_id":180785,"tr_customer_product_id":180775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:53.000Z","modified_at":"2026-02-08T15:02:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15148797269718","imei1":"15148797269718","imei2":"15148797269718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180769,"job_number":"JOB_180769","tr_customer_id":180787,"tr_customer_product_id":180777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:54.000Z","modified_at":"2026-02-08T15:02:54.000Z","name":"Hiram Berge","mobile_number":"550-805-8996","email_id":"Ruthe.Bogisich72@gmail.com","dop":"2025-04-06","serial_number":"11066015573848562","imei1":"11066015573848562","imei2":"11066015573848562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180770,"job_number":"JOB_180770","tr_customer_id":180788,"tr_customer_product_id":180778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:55.000Z","modified_at":"2026-02-08T15:02:55.000Z","name":"Sophia Bauch","mobile_number":"977-638-4529","email_id":"Lindsay_White57@gmail.com","dop":"2025-04-06","serial_number":"18260999081498710","imei1":"18260999081498710","imei2":"18260999081498710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180771,"job_number":"JOB_180771","tr_customer_id":180789,"tr_customer_product_id":180779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:39.000Z","modified_at":"2026-02-08T15:03:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12160662861455","imei1":"12160662861455","imei2":"12160662861455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180773,"job_number":"JOB_180773","tr_customer_id":180791,"tr_customer_product_id":180781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:41.000Z","modified_at":"2026-02-08T15:03:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19374918658945","imei1":"19374918658945","imei2":"19374918658945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180774,"job_number":"JOB_180774","tr_customer_id":180792,"tr_customer_product_id":180782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:41.000Z","modified_at":"2026-02-08T15:03:41.000Z","name":"Joanie Blick","mobile_number":"551-991-0519","email_id":"Kelsi79@yahoo.com","dop":"2025-04-06","serial_number":"12291381528319444","imei1":"12291381528319444","imei2":"12291381528319444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180776,"job_number":"JOB_180776","tr_customer_id":180794,"tr_customer_product_id":180784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:42.000Z","modified_at":"2026-02-08T15:03:42.000Z","name":"Corbin Anderson","mobile_number":"344-949-0638","email_id":"Dalton45@gmail.com","dop":"2025-04-06","serial_number":"10869274553088056","imei1":"10869274553088056","imei2":"10869274553088056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180777,"job_number":"JOB_180777","tr_customer_id":180795,"tr_customer_product_id":180785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:25.000Z","modified_at":"2026-02-08T15:04:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16628558057965","imei1":"16628558057965","imei2":"16628558057965","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180779,"job_number":"JOB_180779","tr_customer_id":180797,"tr_customer_product_id":180787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:27.000Z","modified_at":"2026-02-08T15:04:27.000Z","name":"Mckenna Monahan","mobile_number":"955-279-3201","email_id":"Alfreda_Runte@yahoo.com","dop":"2025-04-06","serial_number":"14230962787026788","imei1":"14230962787026788","imei2":"14230962787026788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180780,"job_number":"JOB_180780","tr_customer_id":180798,"tr_customer_product_id":180788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:28.000Z","modified_at":"2026-02-08T15:04:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10265667320543","imei1":"10265667320543","imei2":"10265667320543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180782,"job_number":"JOB_180782","tr_customer_id":180800,"tr_customer_product_id":180790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:29.000Z","modified_at":"2026-02-08T15:04:29.000Z","name":"Javonte Moore","mobile_number":"771-566-1102","email_id":"Gabrielle.Casper@yahoo.com","dop":"2025-04-06","serial_number":"19996289464417770","imei1":"19996289464417770","imei2":"19996289464417770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:04:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180783,"job_number":"JOB_180783","tr_customer_id":180801,"tr_customer_product_id":180791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:13.000Z","modified_at":"2026-02-08T15:11:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13990148499993","imei1":"13990148499993","imei2":"13990148499993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180785,"job_number":"JOB_180785","tr_customer_id":180803,"tr_customer_product_id":180793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:15.000Z","modified_at":"2026-02-08T15:11:15.000Z","name":"Minerva Goyette","mobile_number":"715-801-4512","email_id":"Roderick_Waelchi@yahoo.com","dop":"2025-04-06","serial_number":"19733054926736280","imei1":"19733054926736280","imei2":"19733054926736280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180786,"job_number":"JOB_180786","tr_customer_id":180804,"tr_customer_product_id":180794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:18.000Z","modified_at":"2026-02-08T15:11:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11410533021336","imei1":"11410533021336","imei2":"11410533021336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180788,"job_number":"JOB_180788","tr_customer_id":180806,"tr_customer_product_id":180796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:20.000Z","modified_at":"2026-02-08T15:11:20.000Z","name":"Arnulfo Sawayn","mobile_number":"379-489-3371","email_id":"Karlie_Lesch40@yahoo.com","dop":"2025-04-06","serial_number":"11918753439119884","imei1":"11918753439119884","imei2":"11918753439119884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:11:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180789,"job_number":"JOB_180789","tr_customer_id":180807,"tr_customer_product_id":180797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:01.000Z","modified_at":"2026-02-08T15:12:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249025009426","imei1":"11249025009426","imei2":"11249025009426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180791,"job_number":"JOB_180791","tr_customer_id":180809,"tr_customer_product_id":180799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:03.000Z","modified_at":"2026-02-08T15:12:03.000Z","name":"Pierce Barrows","mobile_number":"847-627-3541","email_id":"Ewell_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"13129032648553330","imei1":"13129032648553330","imei2":"13129032648553330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180792,"job_number":"JOB_180792","tr_customer_id":180810,"tr_customer_product_id":180800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:06.000Z","modified_at":"2026-02-08T15:12:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11391841210957","imei1":"11391841210957","imei2":"11391841210957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180794,"job_number":"JOB_180794","tr_customer_id":180812,"tr_customer_product_id":180802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:07.000Z","modified_at":"2026-02-08T15:12:07.000Z","name":"Lydia Crooks","mobile_number":"795-213-3564","email_id":"Osbaldo.Boehm1@yahoo.com","dop":"2025-04-06","serial_number":"19630726136623880","imei1":"19630726136623880","imei2":"19630726136623880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180795,"job_number":"JOB_180795","tr_customer_id":180813,"tr_customer_product_id":180803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:49.000Z","modified_at":"2026-02-08T15:12:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10863300173317","imei1":"10863300173317","imei2":"10863300173317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180797,"job_number":"JOB_180797","tr_customer_id":180815,"tr_customer_product_id":180805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:51.000Z","modified_at":"2026-02-08T15:12:51.000Z","name":"Irma Welch","mobile_number":"517-436-7225","email_id":"Breanne6@hotmail.com","dop":"2025-04-06","serial_number":"18810054358800550","imei1":"18810054358800550","imei2":"18810054358800550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180798,"job_number":"JOB_180798","tr_customer_id":180816,"tr_customer_product_id":180806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:53.000Z","modified_at":"2026-02-08T15:12:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15303254540494","imei1":"15303254540494","imei2":"15303254540494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180800,"job_number":"JOB_180800","tr_customer_id":180818,"tr_customer_product_id":180808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:54.000Z","modified_at":"2026-02-08T15:12:54.000Z","name":"Alaina Quitzon","mobile_number":"293-841-9187","email_id":"Dwight_Ernser@hotmail.com","dop":"2025-04-06","serial_number":"10982030288167952","imei1":"10982030288167952","imei2":"10982030288167952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:12:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180801,"job_number":"JOB_180801","tr_customer_id":180819,"tr_customer_product_id":180809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:46:43.000Z","modified_at":"2026-02-08T15:46:43.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"100111584672425","imei1":"100111584672425","imei2":"100111584672425","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180803,"job_number":"JOB_180803","tr_customer_id":180821,"tr_customer_product_id":180811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:46:57.000Z","modified_at":"2026-02-08T15:46:57.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103764242257100","imei1":"103764242257100","imei2":"103764242257100","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180826,"job_number":"JOB_180826","tr_customer_id":180844,"tr_customer_product_id":180834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:50.000Z","modified_at":"2026-02-08T16:11:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18157706948305","imei1":"18157706948305","imei2":"18157706948305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180828,"job_number":"JOB_180828","tr_customer_id":180846,"tr_customer_product_id":180836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:52.000Z","modified_at":"2026-02-08T16:11:52.000Z","name":"Thurman O'Connell","mobile_number":"342-983-7956","email_id":"Berenice89@hotmail.com","dop":"2025-04-06","serial_number":"10007094967604606","imei1":"10007094967604606","imei2":"10007094967604606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180829,"job_number":"JOB_180829","tr_customer_id":180847,"tr_customer_product_id":180837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:55.000Z","modified_at":"2026-02-08T16:11:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13207792215935","imei1":"13207792215935","imei2":"13207792215935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180831,"job_number":"JOB_180831","tr_customer_id":180849,"tr_customer_product_id":180839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:57.000Z","modified_at":"2026-02-08T16:11:57.000Z","name":"Keven Streich","mobile_number":"554-820-5032","email_id":"Cullen6@gmail.com","dop":"2025-04-06","serial_number":"11395998855744656","imei1":"11395998855744656","imei2":"11395998855744656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180832,"job_number":"JOB_180832","tr_customer_id":180850,"tr_customer_product_id":180840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:38.000Z","modified_at":"2026-02-08T16:12:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11362606797553","imei1":"11362606797553","imei2":"11362606797553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180834,"job_number":"JOB_180834","tr_customer_id":180852,"tr_customer_product_id":180842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:40.000Z","modified_at":"2026-02-08T16:12:40.000Z","name":"Mariela Bosco","mobile_number":"619-715-9816","email_id":"Timmothy.Gerhold36@hotmail.com","dop":"2025-04-06","serial_number":"14479995720853256","imei1":"14479995720853256","imei2":"14479995720853256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180835,"job_number":"JOB_180835","tr_customer_id":180853,"tr_customer_product_id":180843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:44.000Z","modified_at":"2026-02-08T16:12:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15031279793367","imei1":"15031279793367","imei2":"15031279793367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180837,"job_number":"JOB_180837","tr_customer_id":180855,"tr_customer_product_id":180845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:45.000Z","modified_at":"2026-02-08T16:12:45.000Z","name":"Elroy Mann","mobile_number":"372-451-0976","email_id":"Brad.Cronin@yahoo.com","dop":"2025-04-06","serial_number":"15741105492901846","imei1":"15741105492901846","imei2":"15741105492901846","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:12:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180838,"job_number":"JOB_180838","tr_customer_id":180856,"tr_customer_product_id":180846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:26.000Z","modified_at":"2026-02-08T16:13:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11204904011227","imei1":"11204904011227","imei2":"11204904011227","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180840,"job_number":"JOB_180840","tr_customer_id":180858,"tr_customer_product_id":180848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:27.000Z","modified_at":"2026-02-08T16:13:27.000Z","name":"Lon Leannon","mobile_number":"389-648-3625","email_id":"Eldred.Huels51@yahoo.com","dop":"2025-04-06","serial_number":"18135862648488684","imei1":"18135862648488684","imei2":"18135862648488684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180841,"job_number":"JOB_180841","tr_customer_id":180859,"tr_customer_product_id":180849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:31.000Z","modified_at":"2026-02-08T16:13:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14215163930751","imei1":"14215163930751","imei2":"14215163930751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180843,"job_number":"JOB_180843","tr_customer_id":180861,"tr_customer_product_id":180851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:33.000Z","modified_at":"2026-02-08T16:13:33.000Z","name":"Owen Schumm","mobile_number":"594-577-0370","email_id":"Brooke32@hotmail.com","dop":"2025-04-06","serial_number":"12945413451106522","imei1":"12945413451106522","imei2":"12945413451106522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:13:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180844,"job_number":"JOB_180844","tr_customer_id":180862,"tr_customer_product_id":180852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:57:20.000Z","modified_at":"2026-02-08T16:57:20.000Z","name":"Inder Kapoor","mobile_number":"7035545611","email_id":"sarla.sethi@gmail.com","dop":"2026-01-29","serial_number":"148217247700509","imei1":"148217247700509","imei2":"148217247700509","popurl":"www.kannan-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180848,"job_number":"JOB_180848","tr_customer_id":180866,"tr_customer_product_id":180856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:53:07.000Z","modified_at":"2026-02-08T17:53:07.000Z","name":"Lalita Banerjee","mobile_number":"7078071974","email_id":"aaryan.sharma@yahoo.co.in","dop":"2026-01-29","serial_number":"531409076997190","imei1":"531409076997190","imei2":"531409076997190","popurl":"www.kalinda-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180849,"job_number":"JOB_180849","tr_customer_id":180867,"tr_customer_product_id":180857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:53:15.000Z","modified_at":"2026-02-08T17:53:15.000Z","name":"Oormila Sharma","mobile_number":"7029766859","email_id":"archan.dhawan@hotmail.com","dop":"2026-01-29","serial_number":"518700488727931","imei1":"518700488727931","imei2":"518700488727931","popurl":"www.deepali-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180854,"job_number":"JOB_180854","tr_customer_id":180872,"tr_customer_product_id":180862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:54.000Z","modified_at":"2026-02-08T18:59:54.000Z","name":"Adele Douglas","mobile_number":"606-753-7779","email_id":"Jovanny65@gmail.com","dop":"2025-05-30","serial_number":"16987122576397","imei1":"16987122576397","imei2":"16987122576397","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:59:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180855,"job_number":"JOB_180855","tr_customer_id":180873,"tr_customer_product_id":180863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:55.000Z","modified_at":"2026-02-08T18:59:55.000Z","name":"Isai Hills","mobile_number":"543-644-5319","email_id":"Merl5@hotmail.com","dop":"2025-05-30","serial_number":"1135842262070348","imei1":"1135842262070348","imei2":"1135842262070348","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179467,"job_number":"JOB_179467","tr_customer_id":179485,"tr_customer_product_id":179475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:50.000Z","modified_at":"2026-02-07T04:17:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Daron7@hotmail.com","dop":"2025-07-02","serial_number":"19224148077773","imei1":"19224148077773","imei2":"19224148077773","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179485,"job_number":"JOB_179485","tr_customer_id":179503,"tr_customer_product_id":179493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:07.000Z","modified_at":"2026-02-07T04:18:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Greyson_Gislason89@yahoo.com","dop":"2025-07-02","serial_number":"17538822712525","imei1":"17538822712525","imei2":"17538822712525","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179526,"job_number":"JOB_179526","tr_customer_id":179544,"tr_customer_product_id":179534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:54.000Z","modified_at":"2026-02-07T04:18:54.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"164566520315244","imei1":"164566520315244","imei2":"164566520315244","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179527,"job_number":"JOB_179527","tr_customer_id":179545,"tr_customer_product_id":179535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:54.000Z","modified_at":"2026-02-07T04:18:54.000Z","name":"Alexandro Murazik","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167484833589014","imei1":"167484833589014","imei2":"167484833589014","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179530,"job_number":"JOB_179530","tr_customer_id":179548,"tr_customer_product_id":179538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:54.000Z","modified_at":"2026-02-07T04:18:54.000Z","name":"Morton Wolf","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"179459907975022","imei1":"179459907975022","imei2":"179459907975022","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179533,"job_number":"JOB_179533","tr_customer_id":179551,"tr_customer_product_id":179541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:55.000Z","modified_at":"2026-02-07T04:18:55.000Z","name":"Juston Trantow","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184634102128927","imei1":"184634102128927","imei2":"184634102128927","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179541,"job_number":"JOB_179541","tr_customer_id":179559,"tr_customer_product_id":179549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:58.000Z","modified_at":"2026-02-07T04:18:58.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"107632177058068","imei1":"107632177058068","imei2":"107632177058068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179545,"job_number":"JOB_179545","tr_customer_id":179563,"tr_customer_product_id":179553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:58.000Z","modified_at":"2026-02-07T04:18:59.000Z","name":"Delaney Murray","mobile_number":"484-455-3937","email_id":"Raymundo32@gmail.com","dop":"2025-06-09","serial_number":"102896752886875","imei1":"102896752886875","imei2":"102896752886875","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179559,"job_number":"JOB_179559","tr_customer_id":179577,"tr_customer_product_id":179567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:05.000Z","modified_at":"2026-02-07T04:19:05.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19962653008458","imei1":"19962653008458","imei2":"19962653008458","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179561,"job_number":"JOB_179561","tr_customer_id":179579,"tr_customer_product_id":179569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:06.000Z","modified_at":"2026-02-07T04:19:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"113409030148180","imei1":"113409030148180","imei2":"113409030148180","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179563,"job_number":"JOB_179563","tr_customer_id":179581,"tr_customer_product_id":179571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:06.000Z","modified_at":"2026-02-07T04:19:06.000Z","name":"Elmer Howell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"141810017215792","imei1":"141810017215792","imei2":"141810017215792","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179565,"job_number":"JOB_179565","tr_customer_id":179583,"tr_customer_product_id":179573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:06.000Z","modified_at":"2026-02-07T04:19:06.000Z","name":"Charley Wilkinson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"134671541968472","imei1":"134671541968472","imei2":"134671541968472","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179567,"job_number":"JOB_179567","tr_customer_id":179585,"tr_customer_product_id":179575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:06.000Z","modified_at":"2026-02-07T04:19:06.000Z","name":"Niko Crona","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"158962774808380","imei1":"158962774808380","imei2":"158962774808380","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179579,"job_number":"JOB_179579","tr_customer_id":179597,"tr_customer_product_id":179587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:14.000Z","modified_at":"2026-02-07T04:19:14.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102639196542479","imei1":"102639196542479","imei2":"102639196542479","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179582,"job_number":"JOB_179582","tr_customer_id":179600,"tr_customer_product_id":179590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:14.000Z","modified_at":"2026-02-07T04:19:14.000Z","name":"Emerald Streich","mobile_number":"878-556-4875","email_id":"Viviane61@gmail.com","dop":"2025-06-09","serial_number":"104278266568290","imei1":"104278266568290","imei2":"104278266568290","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179603,"job_number":"JOB_179603","tr_customer_id":179621,"tr_customer_product_id":179611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:29.000Z","modified_at":"2026-02-07T04:19:29.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103986679070778","imei1":"103986679070778","imei2":"103986679070778","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179605,"job_number":"JOB_179605","tr_customer_id":179623,"tr_customer_product_id":179613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:30.000Z","modified_at":"2026-02-07T04:19:30.000Z","name":"Emely Romaguera","mobile_number":"249-818-7676","email_id":"Mariano_Murazik@hotmail.com","dop":"2025-06-09","serial_number":"104083142227785","imei1":"104083142227785","imei2":"104083142227785","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179743,"job_number":"JOB_179743","tr_customer_id":179761,"tr_customer_product_id":179751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T08:47:48.000Z","modified_at":"2026-02-07T08:47:48.000Z","name":"Akshay J","mobile_number":"7687869869","email_id":"akshayjagadal10@gmail.com","dop":"2026-01-15","serial_number":"12345678909801111","imei1":"12345678909801111","imei2":"12345678909801111","popurl":"2026-01-15T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T08:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179744,"job_number":"JOB_179744","tr_customer_id":179762,"tr_customer_product_id":179752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T08:49:17.000Z","modified_at":"2026-02-07T08:49:17.000Z","name":"Akshay J","mobile_number":"7687869869","email_id":"akshayjagadal10@gmail.com","dop":"2026-01-15","serial_number":"12345678909801112","imei1":"12345678909801112","imei2":"12345678909801112","popurl":"2026-01-15T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T08:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179819,"job_number":"JOB_179819","tr_customer_id":179837,"tr_customer_product_id":179827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:06.000Z","modified_at":"2026-02-07T14:15:06.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"163662301868237","imei1":"163662301868237","imei2":"163662301868237","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179820,"job_number":"JOB_179820","tr_customer_id":179838,"tr_customer_product_id":179828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:06.000Z","modified_at":"2026-02-07T14:15:06.000Z","name":"Irving Ondricka","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172777713762496","imei1":"172777713762496","imei2":"172777713762496","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179821,"job_number":"JOB_179821","tr_customer_id":179839,"tr_customer_product_id":179829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:07.000Z","modified_at":"2026-02-07T14:15:07.000Z","name":"Isac Denesik","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129116970821575","imei1":"129116970821575","imei2":"129116970821575","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179822,"job_number":"JOB_179822","tr_customer_id":179840,"tr_customer_product_id":179830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:07.000Z","modified_at":"2026-02-07T14:15:07.000Z","name":"Hudson Zieme","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172235461627173","imei1":"172235461627173","imei2":"172235461627173","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179824,"job_number":"JOB_179824","tr_customer_id":179842,"tr_customer_product_id":179832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:18.000Z","modified_at":"2026-02-07T14:15:18.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"186984490746719","imei1":"186984490746719","imei2":"186984490746719","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179825,"job_number":"JOB_179825","tr_customer_id":179843,"tr_customer_product_id":179833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:19.000Z","modified_at":"2026-02-07T14:15:19.000Z","name":"Raheem Anderson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"168172748122722","imei1":"168172748122722","imei2":"168172748122722","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179826,"job_number":"JOB_179826","tr_customer_id":179844,"tr_customer_product_id":179834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:19.000Z","modified_at":"2026-02-07T14:15:19.000Z","name":"Richie Boehm","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129353518488292","imei1":"129353518488292","imei2":"129353518488292","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179827,"job_number":"JOB_179827","tr_customer_id":179845,"tr_customer_product_id":179835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:15:19.000Z","modified_at":"2026-02-07T14:15:19.000Z","name":"Raoul Hand","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167725860694115","imei1":"167725860694115","imei2":"167725860694115","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:15:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179936,"job_number":"JOB_179936","tr_customer_id":179954,"tr_customer_product_id":179944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:35.000Z","modified_at":"2026-02-07T14:31:35.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104831893624365","imei1":"104831893624365","imei2":"104831893624365","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179938,"job_number":"JOB_179938","tr_customer_id":179956,"tr_customer_product_id":179946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:35.000Z","modified_at":"2026-02-07T14:31:35.000Z","name":"Willow Armstrong","mobile_number":"942-201-7661","email_id":"Ericka_Watsica@yahoo.com","dop":"2025-06-09","serial_number":"106962716132764","imei1":"106962716132764","imei2":"106962716132764","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179944,"job_number":"JOB_179944","tr_customer_id":179962,"tr_customer_product_id":179952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:51.000Z","modified_at":"2026-02-07T14:31:51.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108198379646781","imei1":"108198379646781","imei2":"108198379646781","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179947,"job_number":"JOB_179947","tr_customer_id":179965,"tr_customer_product_id":179955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:31:52.000Z","modified_at":"2026-02-07T14:31:52.000Z","name":"Cameron Wintheiser","mobile_number":"372-306-6818","email_id":"Lyda.Johnson@yahoo.com","dop":"2025-06-09","serial_number":"102351486961727","imei1":"102351486961727","imei2":"102351486961727","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179953,"job_number":"JOB_179953","tr_customer_id":179971,"tr_customer_product_id":179961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:32:07.000Z","modified_at":"2026-02-07T14:32:07.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"104712855064962","imei1":"104712855064962","imei2":"104712855064962","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179955,"job_number":"JOB_179955","tr_customer_id":179973,"tr_customer_product_id":179963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:32:08.000Z","modified_at":"2026-02-07T14:32:08.000Z","name":"Humberto Tromp","mobile_number":"553-711-9075","email_id":"Candelario75@gmail.com","dop":"2025-06-09","serial_number":"105174568461042","imei1":"105174568461042","imei2":"105174568461042","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:32:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180046,"job_number":"JOB_180046","tr_customer_id":180064,"tr_customer_product_id":180054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T17:53:53.000Z","modified_at":"2026-02-07T17:53:53.000Z","name":"Bhuvanesh Bhat","mobile_number":"8244352558","email_id":"chetanaanand.desai@gmail.com","dop":"2026-01-28","serial_number":"812326139913681","imei1":"479818623497693","imei2":"510123340894807","popurl":"www.tapan-pothuvaal.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T17:53:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180053,"job_number":"JOB_180053","tr_customer_id":180071,"tr_customer_product_id":180061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T19:01:09.000Z","modified_at":"2026-02-07T19:01:09.000Z","name":"Dwaipayan Butt","mobile_number":"8245781425","email_id":"adripathi.ahluwalia@hotmail.com","dop":"2026-01-28","serial_number":"981745373625055","imei1":"864438023376361","imei2":"908262334375515","popurl":"www.ajit-chopra.name","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T19:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180094,"job_number":"JOB_180094","tr_customer_id":180112,"tr_customer_product_id":180102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:55.000Z","modified_at":"2026-02-08T04:40:55.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Yolanda_Jast@yahoo.com","dop":"2025-07-02","serial_number":"16905922709528","imei1":"16905922709528","imei2":"16905922709528","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180116,"job_number":"JOB_180116","tr_customer_id":180134,"tr_customer_product_id":180124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:13.000Z","modified_at":"2026-02-08T04:41:13.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Madelynn80@gmail.com","dop":"2025-07-02","serial_number":"15380672833839","imei1":"15380672833839","imei2":"15380672833839","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180128,"job_number":"JOB_180128","tr_customer_id":180146,"tr_customer_product_id":180136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:30.000Z","modified_at":"2026-02-08T04:41:30.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Zella_Torp@hotmail.com","dop":"2025-07-02","serial_number":"17277512889913","imei1":"17277512889913","imei2":"17277512889913","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180171,"job_number":"JOB_180171","tr_customer_id":180189,"tr_customer_product_id":180179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:14.000Z","modified_at":"2026-02-08T04:42:14.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"148309841508316","imei1":"148309841508316","imei2":"148309841508316","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180172,"job_number":"JOB_180172","tr_customer_id":180190,"tr_customer_product_id":180180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Wilhelmine Kerluke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"178733686274171","imei1":"178733686274171","imei2":"178733686274171","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180173,"job_number":"JOB_180173","tr_customer_id":180191,"tr_customer_product_id":180181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Katharina Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118147245855336","imei1":"118147245855336","imei2":"118147245855336","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180175,"job_number":"JOB_180175","tr_customer_id":180193,"tr_customer_product_id":180183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:15.000Z","modified_at":"2026-02-08T04:42:15.000Z","name":"Federico Schoen","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181155631035143","imei1":"181155631035143","imei2":"181155631035143","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180200,"job_number":"JOB_180200","tr_customer_id":180218,"tr_customer_product_id":180208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:24.000Z","modified_at":"2026-02-08T04:42:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15583576544120","imei1":"15583576544120","imei2":"15583576544120","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180201,"job_number":"JOB_180201","tr_customer_id":180219,"tr_customer_product_id":180209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:26.000Z","modified_at":"2026-02-08T04:42:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109311885658148","imei1":"109311885658148","imei2":"109311885658148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180205,"job_number":"JOB_180205","tr_customer_id":180223,"tr_customer_product_id":180213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:42:27.000Z","name":"Deshawn Cole","mobile_number":"633-927-0253","email_id":"Aileen_Legros@yahoo.com","dop":"2025-06-09","serial_number":"109279303100716","imei1":"109279303100716","imei2":"109279303100716","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180208,"job_number":"JOB_180208","tr_customer_id":180226,"tr_customer_product_id":180216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:42:27.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"122387890253284","imei1":"122387890253284","imei2":"122387890253284","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180210,"job_number":"JOB_180210","tr_customer_id":180227,"tr_customer_product_id":180217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Manley Berge","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"163974713488912","imei1":"163974713488912","imei2":"163974713488912","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180211,"job_number":"JOB_180211","tr_customer_id":180229,"tr_customer_product_id":180219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:28.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Wade Bergstrom","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"122165519313932","imei1":"122165519313932","imei2":"122165519313932","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180213,"job_number":"JOB_180213","tr_customer_id":180231,"tr_customer_product_id":180221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:29.000Z","modified_at":"2026-02-08T04:42:29.000Z","name":"Otha Wiza","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"156484779616465","imei1":"156484779616465","imei2":"156484779616465","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180226,"job_number":"JOB_180226","tr_customer_id":180244,"tr_customer_product_id":180234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:44.000Z","modified_at":"2026-02-08T04:42:44.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102026413376017","imei1":"102026413376017","imei2":"102026413376017","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180230,"job_number":"JOB_180230","tr_customer_id":180248,"tr_customer_product_id":180238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"Carissa Adams","mobile_number":"300-215-7749","email_id":"Jewell_Adams@hotmail.com","dop":"2025-06-09","serial_number":"102062397802103","imei1":"102062397802103","imei2":"102062397802103","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180250,"job_number":"JOB_180250","tr_customer_id":180268,"tr_customer_product_id":180258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:02.000Z","modified_at":"2026-02-08T04:43:02.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108488359909532","imei1":"108488359909532","imei2":"108488359909532","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180252,"job_number":"JOB_180252","tr_customer_id":180270,"tr_customer_product_id":180260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:03.000Z","modified_at":"2026-02-08T04:43:03.000Z","name":"Kurtis Gleichner","mobile_number":"741-579-3959","email_id":"Julia_Frami28@gmail.com","dop":"2025-06-09","serial_number":"103945543768578","imei1":"103945543768578","imei2":"103945543768578","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180253,"job_number":"JOB_180253","tr_customer_id":180271,"tr_customer_product_id":180261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:04.000Z","modified_at":"2026-02-08T04:43:04.000Z","name":"Wyatt Kuvalis","mobile_number":"681-237-9660","email_id":"Lavonne92@hotmail.com","dop":"2025-06-09","serial_number":"94525752576196020","imei1":"94525752576196020","imei2":"94525752576196020","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180568,"job_number":"JOB_180568","tr_customer_id":180586,"tr_customer_product_id":180576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:02.000Z","modified_at":"2026-02-08T14:17:02.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"137573470788336","imei1":"137573470788336","imei2":"137573470788336","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180569,"job_number":"JOB_180569","tr_customer_id":180587,"tr_customer_product_id":180577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:02.000Z","modified_at":"2026-02-08T14:17:02.000Z","name":"Lacy Kihn","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"138106632299125","imei1":"138106632299125","imei2":"138106632299125","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180570,"job_number":"JOB_180570","tr_customer_id":180588,"tr_customer_product_id":180578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:03.000Z","modified_at":"2026-02-08T14:17:03.000Z","name":"Wilmer Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181537802743977","imei1":"181537802743977","imei2":"181537802743977","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180571,"job_number":"JOB_180571","tr_customer_id":180589,"tr_customer_product_id":180579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:03.000Z","modified_at":"2026-02-08T14:17:03.000Z","name":"Javier Corwin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162079871726923","imei1":"162079871726923","imei2":"162079871726923","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180572,"job_number":"JOB_180572","tr_customer_id":180590,"tr_customer_product_id":180580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:14.000Z","modified_at":"2026-02-08T14:17:14.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"124191678376841","imei1":"124191678376841","imei2":"124191678376841","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180573,"job_number":"JOB_180573","tr_customer_id":180591,"tr_customer_product_id":180581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:15.000Z","modified_at":"2026-02-08T14:17:15.000Z","name":"Adrain Bartell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"164288872588444","imei1":"164288872588444","imei2":"164288872588444","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180574,"job_number":"JOB_180574","tr_customer_id":180592,"tr_customer_product_id":180582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:15.000Z","modified_at":"2026-02-08T14:17:15.000Z","name":"Bailey Goodwin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185823970529272","imei1":"185823970529272","imei2":"185823970529272","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180575,"job_number":"JOB_180575","tr_customer_id":180593,"tr_customer_product_id":180583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:15.000Z","modified_at":"2026-02-08T14:17:15.000Z","name":"Javon Stark","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197643069338891","imei1":"197643069338891","imei2":"197643069338891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180691,"job_number":"JOB_180691","tr_customer_id":180709,"tr_customer_product_id":180699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:37.000Z","modified_at":"2026-02-08T14:33:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102803116078401","imei1":"102803116078401","imei2":"102803116078401","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180693,"job_number":"JOB_180693","tr_customer_id":180711,"tr_customer_product_id":180701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:37.000Z","modified_at":"2026-02-08T14:33:38.000Z","name":"Darron Stiedemann","mobile_number":"793-764-8595","email_id":"Bradley65@hotmail.com","dop":"2025-06-09","serial_number":"100111909843517","imei1":"100111909843517","imei2":"100111909843517","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180700,"job_number":"JOB_180700","tr_customer_id":180718,"tr_customer_product_id":180708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:54.000Z","modified_at":"2026-02-08T14:33:54.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102888873783267","imei1":"102888873783267","imei2":"102888873783267","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180703,"job_number":"JOB_180703","tr_customer_id":180721,"tr_customer_product_id":180711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:55.000Z","modified_at":"2026-02-08T14:33:55.000Z","name":"Juana Corkery","mobile_number":"745-279-0070","email_id":"Roxanne.Lakin@yahoo.com","dop":"2025-06-09","serial_number":"100422290171834","imei1":"100422290171834","imei2":"100422290171834","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180705,"job_number":"JOB_180705","tr_customer_id":180723,"tr_customer_product_id":180713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:12.000Z","modified_at":"2026-02-08T14:34:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100993145364416","imei1":"100993145364416","imei2":"100993145364416","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180707,"job_number":"JOB_180707","tr_customer_id":180725,"tr_customer_product_id":180715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:12.000Z","modified_at":"2026-02-08T14:34:12.000Z","name":"Electa Jacobi","mobile_number":"347-365-1006","email_id":"Giovani27@hotmail.com","dop":"2025-06-09","serial_number":"109517777326243","imei1":"109517777326243","imei2":"109517777326243","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:34:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180805,"job_number":"JOB_180805","tr_customer_id":180823,"tr_customer_product_id":180813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:55:37.000Z","modified_at":"2026-02-08T15:55:37.000Z","name":"Anish Acharya","mobile_number":"8243391103","email_id":"bela.khatri@gmail.com","dop":"2026-01-29","serial_number":"149760331488797","imei1":"946494008521517","imei2":"365828832880931","popurl":"www.ekaksh-malik.name","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180806,"job_number":"JOB_180806","tr_customer_id":180824,"tr_customer_product_id":180814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:56:11.000Z","modified_at":"2026-02-08T15:56:11.000Z","name":"Gauraang Dutta","mobile_number":"8244649209","email_id":"avantika.kocchar@gmail.com","dop":"2026-01-29","serial_number":"304490570458327","imei1":"347545208922329","imei2":"638546567866292","popurl":"www.pramila-nehru.net","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180807,"job_number":"JOB_180807","tr_customer_id":180825,"tr_customer_product_id":180815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:58:54.000Z","modified_at":"2026-02-08T15:58:54.000Z","name":"Dhanu Ganaka","mobile_number":"8245749153","email_id":"anala.agarwal@hotmail.com","dop":"2026-01-29","serial_number":"078297285824736","imei1":"247353909152874","imei2":"338387624115573","popurl":"www.aditeya-kocchar.net","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T15:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180808,"job_number":"JOB_180808","tr_customer_id":180826,"tr_customer_product_id":180816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957148162011","imei1":"15957148162011","imei2":"15957148162011","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180809,"job_number":"JOB_180809","tr_customer_id":180827,"tr_customer_product_id":180817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150162010","imei1":"15957150162010","imei2":"15957150162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180810,"job_number":"JOB_180810","tr_customer_id":180828,"tr_customer_product_id":180818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957138162010","imei1":"15957138162010","imei2":"15957138162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180811,"job_number":"JOB_180811","tr_customer_id":180829,"tr_customer_product_id":180819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957152165010","imei1":"15957152165010","imei2":"15957152165010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180812,"job_number":"JOB_180812","tr_customer_id":180830,"tr_customer_product_id":180820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:34.000Z","modified_at":"2026-02-08T16:00:34.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957151162010","imei1":"15957151162010","imei2":"15957151162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180813,"job_number":"JOB_180813","tr_customer_id":180831,"tr_customer_product_id":180821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Chidaakaash Naik","mobile_number":"8248969863","email_id":"dwaipayan.butt@yahoo.co.in","dop":"2026-01-29","serial_number":"214062992747448","imei1":"215003475613399","imei2":"897741573911549","popurl":"www.vaidehi-bhattathiri.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180814,"job_number":"JOB_180814","tr_customer_id":180832,"tr_customer_product_id":180822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Vaijayanthi Gowda","mobile_number":"8247988806","email_id":"gajabahu.patel@gmail.com","dop":"2026-01-29","serial_number":"844360233031038","imei1":"730165766498934","imei2":"649857148511442","popurl":"www.siddarth-nair.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180815,"job_number":"JOB_180815","tr_customer_id":180833,"tr_customer_product_id":180823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Bankim Bandopadhyay","mobile_number":"8241648948","email_id":"diptendu.talwar@yahoo.co.in","dop":"2026-01-29","serial_number":"419427476541981","imei1":"506440561634857","imei2":"602418853850006","popurl":"www.chitramala-somayaji.com","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180816,"job_number":"JOB_180816","tr_customer_id":180834,"tr_customer_product_id":180824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Chandan Mehra","mobile_number":"8245166088","email_id":"tara.achari@yahoo.co.in","dop":"2026-01-29","serial_number":"892353512382023","imei1":"282348848813259","imei2":"487533185470997","popurl":"www.bhavani-bhattacharya.info","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180817,"job_number":"JOB_180817","tr_customer_id":180835,"tr_customer_product_id":180825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:35.000Z","modified_at":"2026-02-08T16:00:35.000Z","name":"Chanda Mehra","mobile_number":"8244240963","email_id":"lai.namboothiri@hotmail.com","dop":"2026-01-29","serial_number":"192895532109612","imei1":"191699580673175","imei2":"947473872856144","popurl":"www.jaimini-kapoor.org","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180818,"job_number":"JOB_180818","tr_customer_id":180836,"tr_customer_product_id":180826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:37.000Z","modified_at":"2026-02-08T16:00:37.000Z","name":"Emmalee Schuppe","mobile_number":"291-469-4657","email_id":"Layne.Trantow@yahoo.com","dop":"2025-10-01","serial_number":"13354340646002","imei1":"13354340646002","imei2":"13354340646002","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180819,"job_number":"JOB_180819","tr_customer_id":180837,"tr_customer_product_id":180827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:37.000Z","modified_at":"2026-02-08T16:00:37.000Z","name":"Emmalee Schuppe","mobile_number":"291-469-4657","email_id":"Layne.Trantow@yahoo.com","dop":"2025-10-01","serial_number":"13354340646007","imei1":"13354340646007","imei2":"13354340646007","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180820,"job_number":"JOB_180820","tr_customer_id":180838,"tr_customer_product_id":180828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:37.000Z","modified_at":"2026-02-08T16:00:37.000Z","name":"Emmalee Schuppe","mobile_number":"291-469-4657","email_id":"Layne.Trantow@yahoo.com","dop":"2025-10-01","serial_number":"13354340646003","imei1":"13354340646003","imei2":"13354340646003","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180821,"job_number":"JOB_180821","tr_customer_id":180839,"tr_customer_product_id":180829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163091","imei1":"15957150163091","imei2":"15957150163091","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180822,"job_number":"JOB_180822","tr_customer_id":180840,"tr_customer_product_id":180830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163093","imei1":"15957150163093","imei2":"15957150163093","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180823,"job_number":"JOB_180823","tr_customer_id":180841,"tr_customer_product_id":180831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163094","imei1":"15957150163094","imei2":"15957150163094","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180824,"job_number":"JOB_180824","tr_customer_id":180842,"tr_customer_product_id":180832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163092","imei1":"15957150163092","imei2":"15957150163092","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180825,"job_number":"JOB_180825","tr_customer_id":180843,"tr_customer_product_id":180833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:00:40.000Z","modified_at":"2026-02-08T16:00:40.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150163095","imei1":"15957150163095","imei2":"15957150163095","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T16:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180845,"job_number":"JOB_180845","tr_customer_id":180863,"tr_customer_product_id":180853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:10:28.000Z","modified_at":"2026-02-08T17:10:28.000Z","name":"Akshayakumar Jagadal","mobile_number":"8660356784","email_id":"akshay.rajendra26@gmail.com","dop":"2026-01-15","serial_number":"14524537368586352","imei1":"14524537368586352","imei2":"14524537368586352","popurl":"2026-01-15T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180846,"job_number":"JOB_180846","tr_customer_id":180864,"tr_customer_product_id":180854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:12:17.000Z","modified_at":"2026-02-08T17:12:17.000Z","name":"Akshayakumar Jagadal","mobile_number":"8660356784","email_id":"akshay.rajendra26@gmail.com","dop":"2026-01-15","serial_number":"14524537368586353","imei1":"14524537368586353","imei2":"14524537368586353","popurl":"2026-01-15T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:12:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180850,"job_number":"JOB_180850","tr_customer_id":180868,"tr_customer_product_id":180858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:54:33.000Z","modified_at":"2026-02-08T17:54:33.000Z","name":"Agnimitra Pillai","mobile_number":"8241774020","email_id":"baijayanti.asan@hotmail.com","dop":"2026-01-29","serial_number":"730351514430375","imei1":"893456216169829","imei2":"505956338211645","popurl":"www.goutam-kocchar.net","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T17:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180851,"job_number":"JOB_180851","tr_customer_id":180869,"tr_customer_product_id":180859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:00:00.000Z","modified_at":"2026-02-08T18:00:00.000Z","name":"Bandhu Khan","mobile_number":"8245233430","email_id":"girja.gandhi@yahoo.co.in","dop":"2026-01-29","serial_number":"516243168137310","imei1":"570851347174144","imei2":"210729426629446","popurl":"www.gajaadhar-chopra.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180852,"job_number":"JOB_180852","tr_customer_id":180870,"tr_customer_product_id":180860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:00:25.000Z","modified_at":"2026-02-08T18:00:25.000Z","name":"Achalesvara Bharadwaj","mobile_number":"8246692328","email_id":"bhupen.embranthiri@hotmail.com","dop":"2026-01-29","serial_number":"904068736920276","imei1":"470598392306737","imei2":"654937835869000","popurl":"www.annapurna-marar.co.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T18:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179516,"job_number":"JOB_179516","tr_customer_id":179534,"tr_customer_product_id":179524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:37.000Z","modified_at":"2026-02-07T04:18:37.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10911403121579","imei1":"10911403121579","imei2":"10911403121579","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179521,"job_number":"JOB_179521","tr_customer_id":179539,"tr_customer_product_id":179529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:18:38.000Z","modified_at":"2026-02-07T04:18:38.000Z","name":"Kaela Ledner","mobile_number":"317-515-9448","email_id":"Leilani.Leannon7@hotmail.com","dop":"2000-01-31","serial_number":"1034386392967583","imei1":"1034386392967583","imei2":"1034386392967583","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179590,"job_number":"JOB_179590","tr_customer_id":179608,"tr_customer_product_id":179598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:19.000Z","modified_at":"2026-02-07T04:19:19.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10634337244073","imei1":"10634337244073","imei2":"10634337244073","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179593,"job_number":"JOB_179593","tr_customer_id":179611,"tr_customer_product_id":179601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:19:21.000Z","modified_at":"2026-02-07T04:19:21.000Z","name":"Genevieve Kautzer","mobile_number":"290-827-9278","email_id":"Dandre_Cassin@hotmail.com","dop":"2000-01-31","serial_number":"1071896958829579","imei1":"1071896958829579","imei2":"1071896958829579","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179636,"job_number":"JOB_179636","tr_customer_id":179654,"tr_customer_product_id":179644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:02.000Z","modified_at":"2026-02-07T04:20:02.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10546226662227","imei1":"10546226662227","imei2":"10546226662227","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179639,"job_number":"JOB_179639","tr_customer_id":179657,"tr_customer_product_id":179647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:04.000Z","modified_at":"2026-02-07T04:20:04.000Z","name":"Henry Luettgen","mobile_number":"661-769-0679","email_id":"Fanny53@hotmail.com","dop":"2000-01-31","serial_number":"1056470447355532","imei1":"1056470447355532","imei2":"1056470447355532","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179661,"job_number":"JOB_179661","tr_customer_id":179679,"tr_customer_product_id":179669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:44.000Z","modified_at":"2026-02-07T04:20:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10889946920000","imei1":"10889946920000","imei2":"10889946920000","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179663,"job_number":"JOB_179663","tr_customer_id":179681,"tr_customer_product_id":179671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:20:46.000Z","modified_at":"2026-02-07T04:20:46.000Z","name":"Andy Stracke","mobile_number":"824-513-4565","email_id":"Malachi_Bartell@hotmail.com","dop":"2000-01-31","serial_number":"1086408174404995","imei1":"1086408174404995","imei2":"1086408174404995","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179863,"job_number":"JOB_179863","tr_customer_id":179881,"tr_customer_product_id":179871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:21:38.000Z","modified_at":"2026-02-07T14:21:38.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10179817055260","imei1":"10179817055260","imei2":"10179817055260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179865,"job_number":"JOB_179865","tr_customer_id":179883,"tr_customer_product_id":179873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:21:40.000Z","modified_at":"2026-02-07T14:21:40.000Z","name":"Christina Tromp","mobile_number":"605-858-8231","email_id":"Emmitt.Boehm@hotmail.com","dop":"2000-01-31","serial_number":"1076515399978724","imei1":"1076515399978724","imei2":"1076515399978724","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:21:40.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179866,"job_number":"JOB_179866","tr_customer_id":179884,"tr_customer_product_id":179874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:22:21.000Z","modified_at":"2026-02-07T14:22:21.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10880309173056","imei1":"10880309173056","imei2":"10880309173056","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:22:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179868,"job_number":"JOB_179868","tr_customer_id":179886,"tr_customer_product_id":179876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:22:22.000Z","modified_at":"2026-02-07T14:22:22.000Z","name":"Haylie Orn","mobile_number":"454-658-0515","email_id":"Rossie30@yahoo.com","dop":"2000-01-31","serial_number":"1013700938702216","imei1":"1013700938702216","imei2":"1013700938702216","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:22:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179869,"job_number":"JOB_179869","tr_customer_id":179887,"tr_customer_product_id":179877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:04.000Z","modified_at":"2026-02-07T14:23:04.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10003076383893","imei1":"10003076383893","imei2":"10003076383893","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179871,"job_number":"JOB_179871","tr_customer_id":179889,"tr_customer_product_id":179879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:05.000Z","modified_at":"2026-02-07T14:23:05.000Z","name":"Kaley Osinski","mobile_number":"337-204-2544","email_id":"Antonietta63@gmail.com","dop":"2000-01-31","serial_number":"1048896400828966","imei1":"1048896400828966","imei2":"1048896400828966","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179878,"job_number":"JOB_179878","tr_customer_id":179896,"tr_customer_product_id":179886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:46.000Z","modified_at":"2026-02-07T14:23:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10567946839171","imei1":"10567946839171","imei2":"10567946839171","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":179880,"job_number":"JOB_179880","tr_customer_id":179898,"tr_customer_product_id":179888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T14:23:48.000Z","modified_at":"2026-02-07T14:23:48.000Z","name":"Kaley Pacocha","mobile_number":"790-431-6978","email_id":"Gregoria.Davis27@hotmail.com","dop":"2000-01-31","serial_number":"1032060703006045","imei1":"1032060703006045","imei2":"1032060703006045","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-07T14:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180165,"job_number":"JOB_180165","tr_customer_id":180183,"tr_customer_product_id":180173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:11.000Z","modified_at":"2026-02-08T04:42:11.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10034134207945","imei1":"10034134207945","imei2":"10034134207945","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180167,"job_number":"JOB_180167","tr_customer_id":180185,"tr_customer_product_id":180175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:12.000Z","modified_at":"2026-02-08T04:42:12.000Z","name":"Danial Schamberger","mobile_number":"410-923-5182","email_id":"Parker_Reichel3@yahoo.com","dop":"2000-01-31","serial_number":"1016989699074860","imei1":"1016989699074860","imei2":"1016989699074860","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180243,"job_number":"JOB_180243","tr_customer_id":180261,"tr_customer_product_id":180251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:57.000Z","modified_at":"2026-02-08T04:42:57.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10546286900557","imei1":"10546286900557","imei2":"10546286900557","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180245,"job_number":"JOB_180245","tr_customer_id":180263,"tr_customer_product_id":180253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:59.000Z","modified_at":"2026-02-08T04:42:59.000Z","name":"Reginald Prosacco","mobile_number":"640-764-0028","email_id":"Jada.Frami77@hotmail.com","dop":"2000-01-31","serial_number":"1011404885578644","imei1":"1011404885578644","imei2":"1011404885578644","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180280,"job_number":"JOB_180280","tr_customer_id":180298,"tr_customer_product_id":180288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:42.000Z","modified_at":"2026-02-08T04:43:42.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10506199487943","imei1":"10506199487943","imei2":"10506199487943","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180283,"job_number":"JOB_180283","tr_customer_id":180301,"tr_customer_product_id":180291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:44.000Z","modified_at":"2026-02-08T04:43:44.000Z","name":"Vincenza Welch","mobile_number":"868-731-0367","email_id":"Sammie80@gmail.com","dop":"2000-01-31","serial_number":"1003984999846201","imei1":"1003984999846201","imei2":"1003984999846201","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180303,"job_number":"JOB_180303","tr_customer_id":180321,"tr_customer_product_id":180311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:27.000Z","modified_at":"2026-02-08T04:44:27.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10281306637136","imei1":"10281306637136","imei2":"10281306637136","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180305,"job_number":"JOB_180305","tr_customer_id":180323,"tr_customer_product_id":180313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:29.000Z","modified_at":"2026-02-08T04:44:29.000Z","name":"Abby Goldner","mobile_number":"205-777-8289","email_id":"Abigail.Barrows25@hotmail.com","dop":"2000-01-31","serial_number":"1078513277998318","imei1":"1078513277998318","imei2":"1078513277998318","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T04:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180607,"job_number":"JOB_180607","tr_customer_id":180625,"tr_customer_product_id":180615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:51.000Z","modified_at":"2026-02-08T14:22:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10568626597782","imei1":"10568626597782","imei2":"10568626597782","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180609,"job_number":"JOB_180609","tr_customer_id":180627,"tr_customer_product_id":180617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:53.000Z","modified_at":"2026-02-08T14:22:53.000Z","name":"Keith Mayert","mobile_number":"530-680-6957","email_id":"Lou34@hotmail.com","dop":"2000-01-31","serial_number":"1044723349267084","imei1":"1044723349267084","imei2":"1044723349267084","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180613,"job_number":"JOB_180613","tr_customer_id":180631,"tr_customer_product_id":180621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:37.000Z","modified_at":"2026-02-08T14:23:37.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10928996089537","imei1":"10928996089537","imei2":"10928996089537","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180615,"job_number":"JOB_180615","tr_customer_id":180633,"tr_customer_product_id":180623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:39.000Z","modified_at":"2026-02-08T14:23:39.000Z","name":"Jabari Cassin","mobile_number":"999-346-4776","email_id":"Vernice85@hotmail.com","dop":"2000-01-31","serial_number":"1032806216352742","imei1":"1032806216352742","imei2":"1032806216352742","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180616,"job_number":"JOB_180616","tr_customer_id":180634,"tr_customer_product_id":180624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:24:22.000Z","modified_at":"2026-02-08T14:24:22.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10637842429587","imei1":"10637842429587","imei2":"10637842429587","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:24:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180618,"job_number":"JOB_180618","tr_customer_id":180636,"tr_customer_product_id":180626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:24:24.000Z","modified_at":"2026-02-08T14:24:24.000Z","name":"Llewellyn Walter","mobile_number":"613-509-3948","email_id":"Joesph2@hotmail.com","dop":"2000-01-31","serial_number":"1014885793920558","imei1":"1014885793920558","imei2":"1014885793920558","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180619,"job_number":"JOB_180619","tr_customer_id":180637,"tr_customer_product_id":180627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:07.000Z","modified_at":"2026-02-08T14:25:07.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10330201824798","imei1":"10330201824798","imei2":"10330201824798","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":180621,"job_number":"JOB_180621","tr_customer_id":180639,"tr_customer_product_id":180629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:09.000Z","modified_at":"2026-02-08T14:25:09.000Z","name":"Anthony Mayert","mobile_number":"493-753-6919","email_id":"Horacio91@yahoo.com","dop":"2000-01-31","serial_number":"1058792055802275","imei1":"1058792055802275","imei2":"1058792055802275","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-08T14:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 142ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0db99516-4666-4225-9d2a-4015c87e9921
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-97NY+sPY4qimoe40H/MuH8kXfdQ"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDJ9.6tAVvm2u1koYw2menlEmBjOm2anlObi6yOQM7txTnZk"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 140ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDJ9.6tAVvm2u1koYw2menlEmBjOm2anlObi6yOQM7txTnZk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9c1f7dcc-9848-49a5-8e2e-1698fe4dce50
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"fb-m6wKgSujXMLY5jylVD0Jt47gTak"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 190ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDJ9.6tAVvm2u1koYw2menlEmBjOm2anlObi6yOQM7txTnZk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8ba38991-1162-4c6c-9390-d5f94ded76cb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-2nxTF2mUEQEli8WjPBRbStz+lYk"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Repair completed","key":"repair_completed","count":263}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 174ms
Mean size per request: 4.82KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDJ9.6tAVvm2u1koYw2menlEmBjOm2anlObi6yOQM7txTnZk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6766480d-4a12-42f0-82d7-ef849831ea1b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "details_key": "pending_for_repair"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1349-ISeptCcgWTfumz2gVuRD2yi2yKg"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 19:00:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":179430,"job_number":"JOB_179430","tr_customer_id":179448,"tr_customer_product_id":179438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T20:59:54.000Z","modified_at":"2026-02-07T07:34:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-02-01","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-02-01T20:59:53.763318477Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-07T07:34:19.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179754,"job_number":"JOB_179754","tr_customer_id":179772,"tr_customer_product_id":179762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:43:07.000Z","modified_at":"2026-02-07T10:43:14.000Z","name":"Nicola Pouros","mobile_number":"903-413-0987","email_id":"Jayson.Bednar50@yahoo.com","dop":"2025-04-06","serial_number":"16485864464543","imei1":"16485864464543","imei2":"16485864464543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-07T10:43:14.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179774,"job_number":"JOB_179774","tr_customer_id":179792,"tr_customer_product_id":179782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:31:20.000Z","modified_at":"2026-02-07T13:32:56.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15404468520613","imei1":"15404468520613","imei2":"115404468520613","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-07T13:32:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":180847,"job_number":"JOB_180847","tr_customer_id":180865,"tr_customer_product_id":180855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:26:32.000Z","modified_at":"2026-02-08T17:26:49.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10531977324599","imei1":"10531977324599","imei2":"110531977324599","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-08T17:26:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":180853,"job_number":"JOB_180853","tr_customer_id":180871,"tr_customer_product_id":180861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:53.000Z","modified_at":"2026-02-08T19:00:01.000Z","name":"Elsa Hackett","mobile_number":"691-513-3411","email_id":"Ron_Kihn@yahoo.com","dop":"2025-05-30","serial_number":"18452483002000","imei1":"18452483002000","imei2":"18452483002000","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-08T19:00:01.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 170ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDJ9.6tAVvm2u1koYw2menlEmBjOm2anlObi6yOQM7txTnZk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 95d67b16-a2a6-45a0-b621-70887aa0925d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 401ms
Mean size per request: 5.82KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDJ9.6tAVvm2u1koYw2menlEmBjOm2anlObi6yOQM7txTnZk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9db77d3b-89df-4a63-9c95-96dc6d6f3570
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"174c-w4O5w2aVF/IbyGB3ysnxj2FnsjA"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 19:00:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":180853,"job_number":"JOB_180853","tr_customer_id":180871,"tr_customer_product_id":180861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:53.000Z","modified_at":"2026-02-08T19:00:01.000Z","name":"Elsa Hackett","mobile_number":"691-513-3411","email_id":"Ron_Kihn@yahoo.com","dop":"2025-05-30","serial_number":"18452483002000","imei1":"18452483002000","imei2":"18452483002000","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-08T19:00:01.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":4,"name":"Sync issue","tr_job_head_id":180853,"remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-08T18:59:53.000Z"}],"quatations":[]},{"id":180847,"job_number":"JOB_180847","tr_customer_id":180865,"tr_customer_product_id":180855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T17:26:32.000Z","modified_at":"2026-02-08T17:26:49.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"10531977324599","imei1":"10531977324599","imei2":"110531977324599","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-08T17:26:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":180847,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-08T17:26:32.000Z"}],"quatations":[]},{"id":179774,"job_number":"JOB_179774","tr_customer_id":179792,"tr_customer_product_id":179782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T13:31:20.000Z","modified_at":"2026-02-07T13:32:56.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15404468520613","imei1":"15404468520613","imei2":"115404468520613","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-07T13:32:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179774,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-07T13:31:20.000Z"}],"quatations":[]},{"id":179754,"job_number":"JOB_179754","tr_customer_id":179772,"tr_customer_product_id":179762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T10:43:07.000Z","modified_at":"2026-02-07T10:43:14.000Z","name":"Nicola Pouros","mobile_number":"903-413-0987","email_id":"Jayson.Bednar50@yahoo.com","dop":"2025-04-06","serial_number":"16485864464543","imei1":"16485864464543","imei2":"16485864464543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-07T10:43:14.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179754,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-07T10:43:07.000Z"}],"quatations":[]},{"id":179430,"job_number":"JOB_179430","tr_customer_id":179448,"tr_customer_product_id":179438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T20:59:54.000Z","modified_at":"2026-02-07T07:34:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-02-01","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-02-01T20:59:53.763318477Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-07T07:34:19.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179430,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T20:59:54.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 152ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDJ9.6tAVvm2u1koYw2menlEmBjOm2anlObi6yOQM7txTnZk
Content-Type text/plain
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 88f76811-97a3-47ae-b931-c02f26f5b930
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 19:00:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":68957,"problems":[{"id":4,"remark":"updated OS."}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 150ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDJ9.6tAVvm2u1koYw2menlEmBjOm2anlObi6yOQM7txTnZk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 41df8c77-d80e-4dcc-aae8-fce579bafcac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 143
Request Body
{
            "job_id": 180853,
            "problems": [
                {
                    "id": 2,
                    "remark": "Replaced the battery"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 138ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 970cf028-0209-419f-8db4-f4e4871db033
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-aM7S8YS00KXfDEj9XHAAoY2CUDE"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDU3NzIwNH0.KNvc01z1v2fi--KoazX3kg1aP-aX0Un0sUMPsc5bND4"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 136ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDU3NzIwNH0.KNvc01z1v2fi--KoazX3kg1aP-aX0Un0sUMPsc5bND4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 60e445eb-afbd-4516-bf69-77191ddadeaa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"cb-tPGHeYpNX6zRGujRS7nG3BGU5uY"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 172ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDU3NzIwNH0.KNvc01z1v2fi--KoazX3kg1aP-aX0Un0sUMPsc5bND4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1eff7d66-2386-466a-b570-ccba87055fd8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-JXtfzP2HFrkzxMUk0MIzBS7S/M0"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":262},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 140ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDU3NzIwNH0.KNvc01z1v2fi--KoazX3kg1aP-aX0Un0sUMPsc5bND4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 89cdef77-61a4-4bf5-90a8-390fb168b821
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 253.08KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDU3NzIwNH0.KNvc01z1v2fi--KoazX3kg1aP-aX0Un0sUMPsc5bND4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7a9359fd-af66-430b-9f80-6149e6f10506
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3f451-qV/zHeDJ/dM3qb+JI9+r/ZfyQzs"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 19:00:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":180758,"job_number":"JOB_180758","tr_customer_id":180776,"tr_customer_product_id":180766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:27.000Z","modified_at":"2026-02-08T14:37:38.000Z","name":"giyu tomiaka","mobile_number":"433-402-3628","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"827877024644595","imei1":"827877024644595","imei2":"827877024644595","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180748,"job_number":"JOB_180748","tr_customer_id":180766,"tr_customer_product_id":180756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:13.000Z","modified_at":"2026-02-08T14:37:25.000Z","name":"tanjiro kamado","mobile_number":"922-382-0858","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"246506115629923","imei1":"246506115629923","imei2":"246506115629923","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180742,"job_number":"JOB_180742","tr_customer_id":180760,"tr_customer_product_id":180750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:00.000Z","modified_at":"2026-02-08T14:37:11.000Z","name":"saitama sensei","mobile_number":"896-686-1106","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"966245573607487","imei1":"966245573607487","imei2":"966245573607487","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180706,"job_number":"JOB_180706","tr_customer_id":180724,"tr_customer_product_id":180714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:12.000Z","modified_at":"2026-02-08T14:34:24.000Z","name":"Hallie Cassin","mobile_number":"662-434-6754","email_id":"Percival_Fritsch@hotmail.com","dop":"2025-06-09","serial_number":"102331457081306","imei1":"102331457081306","imei2":"102331457081306","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180702,"job_number":"JOB_180702","tr_customer_id":180720,"tr_customer_product_id":180710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:55.000Z","modified_at":"2026-02-08T14:34:07.000Z","name":"Elwin Hettinger","mobile_number":"601-213-1393","email_id":"Vicky53@hotmail.com","dop":"2025-06-09","serial_number":"106781741942377","imei1":"106781741942377","imei2":"106781741942377","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180692,"job_number":"JOB_180692","tr_customer_id":180710,"tr_customer_product_id":180700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:37.000Z","modified_at":"2026-02-08T14:33:50.000Z","name":"Julien Romaguera","mobile_number":"661-427-3700","email_id":"Keyon.Kohler74@yahoo.com","dop":"2025-06-09","serial_number":"104741098442845","imei1":"104741098442845","imei2":"104741098442845","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180665,"job_number":"JOB_180665","tr_customer_id":180683,"tr_customer_product_id":180673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:56.000Z","modified_at":"2026-02-08T14:29:06.000Z","name":"Ferne Schoen","mobile_number":"295-538-7979","email_id":"Talia_Keeling@gmail.com","dop":"2025-12-31","serial_number":"10556112340099","imei1":"10556112340099","imei2":"10556112340099","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180664,"job_number":"JOB_180664","tr_customer_id":180682,"tr_customer_product_id":180672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:42.000Z","modified_at":"2026-02-08T14:28:52.000Z","name":"Barney Raynor","mobile_number":"632-258-3410","email_id":"Lola.Hamill@yahoo.com","dop":"2025-12-31","serial_number":"10887037796170","imei1":"10887037796170","imei2":"10887037796170","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180660,"job_number":"JOB_180660","tr_customer_id":180678,"tr_customer_product_id":180668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:28.000Z","modified_at":"2026-02-08T14:28:38.000Z","name":"Tavares Nienow","mobile_number":"873-755-5859","email_id":"Carleton88@hotmail.com","dop":"2025-12-31","serial_number":"10869657747779","imei1":"10869657747779","imei2":"10869657747779","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180576,"job_number":"JOB_180576","tr_customer_id":180594,"tr_customer_product_id":180584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:17:27.000Z","modified_at":"2026-02-08T14:17:51.000Z","name":"Zoie Wolff","mobile_number":"954-743-5652","email_id":"Bella_Jacobs56@yahoo.com","dop":"2025-10-01","serial_number":"12933675886612","imei1":"12933675886612","imei2":"12933675886612","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180561,"job_number":"JOB_180561","tr_customer_id":180579,"tr_customer_product_id":180569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:18.000Z","modified_at":"2026-02-08T14:01:30.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"99773091304642","imei1":"99773091304642","imei2":"99773091304642","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180560,"job_number":"JOB_180560","tr_customer_id":180578,"tr_customer_product_id":180568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:02.000Z","modified_at":"2026-02-08T14:01:14.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"89601950840603","imei1":"89601950840603","imei2":"89601950840603","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180559,"job_number":"JOB_180559","tr_customer_id":180577,"tr_customer_product_id":180567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:46.000Z","modified_at":"2026-02-08T14:00:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"73358254895026","imei1":"73358254895026","imei2":"73358254895026","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180375,"job_number":"JOB_180375","tr_customer_id":180393,"tr_customer_product_id":180383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:50.000Z","modified_at":"2026-02-08T07:55:02.000Z","name":"Genevieve Monahan","mobile_number":"596-390-5042","email_id":"Emma13@hotmail.com","dop":"2025-11-04","serial_number":"11166780538255","imei1":"11166780538255","imei2":"11166780538255","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180374,"job_number":"JOB_180374","tr_customer_id":180392,"tr_customer_product_id":180382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:35.000Z","modified_at":"2026-02-08T07:54:46.000Z","name":"Eldridge Walsh","mobile_number":"805-567-4325","email_id":"Tommie.Ratke@yahoo.com","dop":"2025-11-04","serial_number":"14619077469585","imei1":"14619077469585","imei2":"14619077469585","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180346,"job_number":"JOB_180346","tr_customer_id":180364,"tr_customer_product_id":180354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:39:09.000Z","modified_at":"2026-02-08T06:39:21.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"42833026237446","imei1":"42833026237446","imei2":"42833026237446","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:39:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180345,"job_number":"JOB_180345","tr_customer_id":180363,"tr_customer_product_id":180353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:38:53.000Z","modified_at":"2026-02-08T06:39:05.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"56244357270734","imei1":"56244357270734","imei2":"56244357270734","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180344,"job_number":"JOB_180344","tr_customer_id":180362,"tr_customer_product_id":180352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:38:37.000Z","modified_at":"2026-02-08T06:38:49.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"88007937712852","imei1":"88007937712852","imei2":"88007937712852","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:38:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180343,"job_number":"JOB_180343","tr_customer_id":180361,"tr_customer_product_id":180351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:34:51.000Z","modified_at":"2026-02-08T06:35:02.000Z","name":"Donna Hermiston","mobile_number":"868-690-9219","email_id":"Cassandre_Greenholt@yahoo.com","dop":"2025-11-04","serial_number":"25772707107205","imei1":"25772707107205","imei2":"25772707107205","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180342,"job_number":"JOB_180342","tr_customer_id":180360,"tr_customer_product_id":180350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:34:35.000Z","modified_at":"2026-02-08T06:34:47.000Z","name":"Spencer Prosacco","mobile_number":"685-269-3431","email_id":"Linda_Rempel@yahoo.com","dop":"2025-11-04","serial_number":"44814288209367","imei1":"44814288209367","imei2":"44814288209367","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180341,"job_number":"JOB_180341","tr_customer_id":180359,"tr_customer_product_id":180349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:34:19.000Z","modified_at":"2026-02-08T06:34:31.000Z","name":"Cheyanne Nolan","mobile_number":"962-795-4059","email_id":"Dillon.Roberts65@yahoo.com","dop":"2025-11-04","serial_number":"17212298015804","imei1":"17212298015804","imei2":"17212298015804","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:34:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180251,"job_number":"JOB_180251","tr_customer_id":180269,"tr_customer_product_id":180259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:02.000Z","modified_at":"2026-02-08T04:43:15.000Z","name":"Kadin Emard","mobile_number":"326-704-6014","email_id":"Lazaro_Stroman8@hotmail.com","dop":"2025-06-09","serial_number":"102474374704456","imei1":"102474374704456","imei2":"102474374704456","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180248,"job_number":"JOB_180248","tr_customer_id":180266,"tr_customer_product_id":180256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:00.000Z","modified_at":"2026-02-08T04:43:10.000Z","name":"Treva Kris","mobile_number":"457-692-0295","email_id":"Ransom.Lemke@gmail.com","dop":"2025-12-31","serial_number":"10103838163156","imei1":"10103838163156","imei2":"10103838163156","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180229,"job_number":"JOB_180229","tr_customer_id":180247,"tr_customer_product_id":180237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:42:56.000Z","name":"Tyler Baumbach","mobile_number":"464-622-0724","email_id":"Quinten78@hotmail.com","dop":"2025-12-31","serial_number":"10618834346266","imei1":"10618834346266","imei2":"10618834346266","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180227,"job_number":"JOB_180227","tr_customer_id":180245,"tr_customer_product_id":180235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:44.000Z","modified_at":"2026-02-08T04:42:57.000Z","name":"Elda Ondricka","mobile_number":"251-862-5081","email_id":"Kailee.Schamberger@yahoo.com","dop":"2025-06-09","serial_number":"101147337286000","imei1":"101147337286000","imei2":"101147337286000","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180214,"job_number":"JOB_180214","tr_customer_id":180232,"tr_customer_product_id":180222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:29.000Z","modified_at":"2026-02-08T04:42:41.000Z","name":"Golda Fahey","mobile_number":"337-893-7236","email_id":"Mathew_Hayes0@yahoo.com","dop":"2025-12-31","serial_number":"10438878222897","imei1":"10438878222897","imei2":"10438878222897","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180203,"job_number":"JOB_180203","tr_customer_id":180221,"tr_customer_product_id":180211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:26.000Z","modified_at":"2026-02-08T04:42:40.000Z","name":"Christopher Lowe","mobile_number":"675-328-9198","email_id":"Lucio_Barton@hotmail.com","dop":"2025-06-09","serial_number":"108188198703617","imei1":"108188198703617","imei2":"108188198703617","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180199,"job_number":"JOB_180199","tr_customer_id":180217,"tr_customer_product_id":180207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:24.000Z","modified_at":"2026-02-08T04:42:35.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12776234292814","imei1":"12776234292814","imei2":"12776234292814","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180177,"job_number":"JOB_180177","tr_customer_id":180195,"tr_customer_product_id":180185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:16.000Z","modified_at":"2026-02-08T04:42:41.000Z","name":"Elvis Gottlieb","mobile_number":"356-961-3863","email_id":"Garrett6@hotmail.com","dop":"2025-10-01","serial_number":"11877953539101","imei1":"11877953539101","imei2":"11877953539101","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180125,"job_number":"JOB_180125","tr_customer_id":180143,"tr_customer_product_id":180133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:26.000Z","modified_at":"2026-02-08T04:41:36.000Z","name":"giyu tomiaka","mobile_number":"658-452-1382","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"341315971899350","imei1":"341315971899350","imei2":"341315971899350","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180117,"job_number":"JOB_180117","tr_customer_id":180135,"tr_customer_product_id":180125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:14.000Z","modified_at":"2026-02-08T04:41:24.000Z","name":"tanjiro kamado","mobile_number":"247-747-4299","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"974631909825517","imei1":"974631909825517","imei2":"974631909825517","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180098,"job_number":"JOB_180098","tr_customer_id":180116,"tr_customer_product_id":180106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:01.000Z","modified_at":"2026-02-08T04:41:11.000Z","name":"saitama sensei","mobile_number":"987-563-4231","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"788438520645739","imei1":"788438520645739","imei2":"788438520645739","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179444,"job_number":"JOB_179444","tr_customer_id":179462,"tr_customer_product_id":179452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T04:17:34.000Z","modified_at":"2026-02-08T17:00:15.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cordia.Hickle@yahoo.com","dop":"2025-07-02","serial_number":"18189515469082","imei1":"18189515469082","imei2":"18189515469082","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T17:00:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180842,"job_number":"JOB_180842","tr_customer_id":180860,"tr_customer_product_id":180850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:31.000Z","modified_at":"2026-02-08T16:14:12.000Z","name":"Ernie Wiza","mobile_number":"903-863-8845","email_id":"Blair.Kessler@yahoo.com","dop":"2025-04-06","serial_number":"12524382866672","imei1":"12524382866672","imei2":"12524382866672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180839,"job_number":"JOB_180839","tr_customer_id":180857,"tr_customer_product_id":180847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:13:26.000Z","modified_at":"2026-02-08T16:14:06.000Z","name":"Jovanny Schinner","mobile_number":"371-844-4841","email_id":"Arjun_Carter48@hotmail.com","dop":"2025-04-06","serial_number":"19672771447377","imei1":"19672771447377","imei2":"19672771447377","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:14:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180836,"job_number":"JOB_180836","tr_customer_id":180854,"tr_customer_product_id":180844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:44.000Z","modified_at":"2026-02-08T16:13:24.000Z","name":"Marco Hermann","mobile_number":"755-233-2503","email_id":"Marcella.Roob@yahoo.com","dop":"2025-04-06","serial_number":"13688374434005","imei1":"13688374434005","imei2":"13688374434005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:13:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180833,"job_number":"JOB_180833","tr_customer_id":180851,"tr_customer_product_id":180841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:12:38.000Z","modified_at":"2026-02-08T16:13:19.000Z","name":"Arne Cole","mobile_number":"604-832-9687","email_id":"Lorna.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"14708957856553","imei1":"14708957856553","imei2":"14708957856553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:13:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180830,"job_number":"JOB_180830","tr_customer_id":180848,"tr_customer_product_id":180838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:56.000Z","modified_at":"2026-02-08T16:12:36.000Z","name":"Dagmar Stroman","mobile_number":"700-479-2644","email_id":"Arnold.Weissnat66@gmail.com","dop":"2025-04-06","serial_number":"19728516376139","imei1":"19728516376139","imei2":"19728516376139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:12:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180827,"job_number":"JOB_180827","tr_customer_id":180845,"tr_customer_product_id":180835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T16:11:50.000Z","modified_at":"2026-02-08T16:12:31.000Z","name":"Aaliyah Toy","mobile_number":"430-876-8375","email_id":"Judd_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"12895664165402","imei1":"12895664165402","imei2":"12895664165402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T16:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180804,"job_number":"JOB_180804","tr_customer_id":180822,"tr_customer_product_id":180812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:46:57.000Z","modified_at":"2026-02-08T15:47:08.000Z","name":"Shane Hills","mobile_number":"209-927-3113","email_id":"Merlin.Borer@gmail.com","dop":"2025-07-01","serial_number":"107520734565755","imei1":"107520734565755","imei2":"107520734565755","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:47:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180802,"job_number":"JOB_180802","tr_customer_id":180820,"tr_customer_product_id":180810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:46:44.000Z","modified_at":"2026-02-08T15:46:55.000Z","name":"Trycia Gerhold","mobile_number":"809-491-3246","email_id":"Ashtyn15@gmail.com","dop":"2025-07-01","serial_number":"104164998966614","imei1":"104164998966614","imei2":"104164998966614","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:46:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180799,"job_number":"JOB_180799","tr_customer_id":180817,"tr_customer_product_id":180807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:53.000Z","modified_at":"2026-02-08T15:13:33.000Z","name":"Estevan Walter","mobile_number":"897-805-8845","email_id":"Chadrick_Ernser12@gmail.com","dop":"2025-04-06","serial_number":"19234315887785","imei1":"19234315887785","imei2":"19234315887785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:13:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180796,"job_number":"JOB_180796","tr_customer_id":180814,"tr_customer_product_id":180804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:49.000Z","modified_at":"2026-02-08T15:13:30.000Z","name":"Kelli Spencer","mobile_number":"430-905-2532","email_id":"Noble18@gmail.com","dop":"2025-04-06","serial_number":"16763968001430","imei1":"16763968001430","imei2":"16763968001430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:13:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180793,"job_number":"JOB_180793","tr_customer_id":180811,"tr_customer_product_id":180801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:06.000Z","modified_at":"2026-02-08T15:12:46.000Z","name":"Marco Swaniawski","mobile_number":"415-506-5163","email_id":"Gaylord_Hills79@hotmail.com","dop":"2025-04-06","serial_number":"18892556005279","imei1":"18892556005279","imei2":"18892556005279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:12:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180790,"job_number":"JOB_180790","tr_customer_id":180808,"tr_customer_product_id":180798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:12:02.000Z","modified_at":"2026-02-08T15:12:42.000Z","name":"Neoma Schroeder","mobile_number":"616-443-3573","email_id":"Vilma86@hotmail.com","dop":"2025-04-06","serial_number":"18112541521728","imei1":"18112541521728","imei2":"18112541521728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:12:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180787,"job_number":"JOB_180787","tr_customer_id":180805,"tr_customer_product_id":180795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:19.000Z","modified_at":"2026-02-08T15:11:58.000Z","name":"Aliya Mohr","mobile_number":"391-397-8519","email_id":"Kenya.Hamill@yahoo.com","dop":"2025-04-06","serial_number":"10309648594564","imei1":"10309648594564","imei2":"10309648594564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:11:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180784,"job_number":"JOB_180784","tr_customer_id":180802,"tr_customer_product_id":180792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:11:14.000Z","modified_at":"2026-02-08T15:11:54.000Z","name":"Irving Mann","mobile_number":"222-813-7873","email_id":"Ethelyn_Wunsch@yahoo.com","dop":"2025-04-06","serial_number":"11650874110562","imei1":"11650874110562","imei2":"11650874110562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180781,"job_number":"JOB_180781","tr_customer_id":180799,"tr_customer_product_id":180789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:28.000Z","modified_at":"2026-02-08T15:05:08.000Z","name":"Amiya Ryan","mobile_number":"818-464-4080","email_id":"Eveline_Conn72@yahoo.com","dop":"2025-04-06","serial_number":"15187344604220","imei1":"15187344604220","imei2":"15187344604220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180778,"job_number":"JOB_180778","tr_customer_id":180796,"tr_customer_product_id":180786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:04:25.000Z","modified_at":"2026-02-08T15:05:04.000Z","name":"Valentine Pouros","mobile_number":"563-412-2621","email_id":"Lewis.West@yahoo.com","dop":"2025-04-06","serial_number":"14168040976238","imei1":"14168040976238","imei2":"14168040976238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:05:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180775,"job_number":"JOB_180775","tr_customer_id":180793,"tr_customer_product_id":180783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:41.000Z","modified_at":"2026-02-08T15:04:20.000Z","name":"Edwin Crona","mobile_number":"854-854-8044","email_id":"Dina36@gmail.com","dop":"2025-04-06","serial_number":"10310587621836","imei1":"10310587621836","imei2":"10310587621836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180772,"job_number":"JOB_180772","tr_customer_id":180790,"tr_customer_product_id":180780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:03:39.000Z","modified_at":"2026-02-08T15:04:18.000Z","name":"Cortez Schmeler","mobile_number":"957-917-7919","email_id":"Trever.Hudson5@yahoo.com","dop":"2025-04-06","serial_number":"18450107080304","imei1":"18450107080304","imei2":"18450107080304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:04:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180768,"job_number":"JOB_180768","tr_customer_id":180786,"tr_customer_product_id":180776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:53.000Z","modified_at":"2026-02-08T15:03:33.000Z","name":"Carter Keeling","mobile_number":"676-835-3572","email_id":"Terrell.Schultz61@yahoo.com","dop":"2025-04-06","serial_number":"10630576052375","imei1":"10630576052375","imei2":"10630576052375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180766,"job_number":"JOB_180766","tr_customer_id":180784,"tr_customer_product_id":180774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T15:02:52.000Z","modified_at":"2026-02-08T15:03:32.000Z","name":"Kaleigh Hilll","mobile_number":"966-611-2899","email_id":"Barry_Kuphal98@yahoo.com","dop":"2025-04-06","serial_number":"16921035289374","imei1":"16921035289374","imei2":"16921035289374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T15:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180763,"job_number":"JOB_180763","tr_customer_id":180781,"tr_customer_product_id":180771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:53:25.000Z","modified_at":"2026-02-08T14:54:06.000Z","name":"Mozell Monahan","mobile_number":"367-419-7471","email_id":"Raven.Carter12@hotmail.com","dop":"2025-04-06","serial_number":"19511608526350","imei1":"19511608526350","imei2":"19511608526350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:54:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180760,"job_number":"JOB_180760","tr_customer_id":180778,"tr_customer_product_id":180768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:52:35.000Z","modified_at":"2026-02-08T14:53:17.000Z","name":"Samson Steuber","mobile_number":"986-920-7193","email_id":"Emanuel.Rowe89@yahoo.com","dop":"2025-04-06","serial_number":"13279651410159","imei1":"13279651410159","imei2":"13279651410159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180755,"job_number":"JOB_180755","tr_customer_id":180773,"tr_customer_product_id":180763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:23.000Z","modified_at":"2026-02-08T14:38:03.000Z","name":"Vilma Watsica","mobile_number":"380-950-6762","email_id":"Janessa.Cartwright@gmail.com","dop":"2025-04-06","serial_number":"16778571091354","imei1":"16778571091354","imei2":"16778571091354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180754,"job_number":"JOB_180754","tr_customer_id":180772,"tr_customer_product_id":180762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:22.000Z","modified_at":"2026-02-08T14:37:52.000Z","name":"Assunta Rolfson","mobile_number":"857-871-6523","email_id":"Filomena.Oberbrunner@gmail.com","dop":"2025-04-06","serial_number":"19128207409275","imei1":"19128207409275","imei2":"19128207409275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180751,"job_number":"JOB_180751","tr_customer_id":180769,"tr_customer_product_id":180759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:16.000Z","modified_at":"2026-02-08T14:37:57.000Z","name":"Murray Bernhard","mobile_number":"257-653-5484","email_id":"Nella51@hotmail.com","dop":"2025-04-06","serial_number":"19067413033035","imei1":"19067413033035","imei2":"19067413033035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180747,"job_number":"JOB_180747","tr_customer_id":180765,"tr_customer_product_id":180755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:13.000Z","modified_at":"2026-02-08T14:37:53.000Z","name":"Kaylee Gerlach","mobile_number":"695-708-3170","email_id":"Irwin29@hotmail.com","dop":"2025-04-06","serial_number":"13635829720181","imei1":"13635829720181","imei2":"13635829720181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180744,"job_number":"JOB_180744","tr_customer_id":180762,"tr_customer_product_id":180752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:37:09.000Z","modified_at":"2026-02-08T14:37:50.000Z","name":"Judy Watsica","mobile_number":"619-648-7158","email_id":"Maurine_Cummings@hotmail.com","dop":"2025-04-06","serial_number":"17198524084306","imei1":"17198524084306","imei2":"17198524084306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180740,"job_number":"JOB_180740","tr_customer_id":180758,"tr_customer_product_id":180748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:35.000Z","modified_at":"2026-02-08T14:37:15.000Z","name":"Colby Koch","mobile_number":"795-451-3583","email_id":"Coty_Watsica@yahoo.com","dop":"2025-04-06","serial_number":"11886346983252","imei1":"11886346983252","imei2":"11886346983252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180737,"job_number":"JOB_180737","tr_customer_id":180755,"tr_customer_product_id":180745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:33.000Z","modified_at":"2026-02-08T14:37:12.000Z","name":"Mohamed Satterfield","mobile_number":"658-257-3190","email_id":"Ashtyn_Goodwin@gmail.com","dop":"2025-04-06","serial_number":"14902912982971","imei1":"14902912982971","imei2":"14902912982971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180735,"job_number":"JOB_180735","tr_customer_id":180753,"tr_customer_product_id":180743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:28.000Z","modified_at":"2026-02-08T14:37:08.000Z","name":"Shannon Pollich","mobile_number":"987-631-0485","email_id":"Wilfrid17@gmail.com","dop":"2025-04-06","serial_number":"10433093226745","imei1":"10433093226745","imei2":"10433093226745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180732,"job_number":"JOB_180732","tr_customer_id":180750,"tr_customer_product_id":180740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:25.000Z","modified_at":"2026-02-08T14:37:05.000Z","name":"Dante Morissette","mobile_number":"351-396-6089","email_id":"Twila78@gmail.com","dop":"2025-04-06","serial_number":"11716231036863","imei1":"11716231036863","imei2":"11716231036863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180729,"job_number":"JOB_180729","tr_customer_id":180747,"tr_customer_product_id":180737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:36:21.000Z","modified_at":"2026-02-08T14:37:02.000Z","name":"Rodolfo Smith","mobile_number":"724-272-8291","email_id":"Yesenia.Walker@yahoo.com","dop":"2025-04-06","serial_number":"10499270089372","imei1":"10499270089372","imei2":"10499270089372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180726,"job_number":"JOB_180726","tr_customer_id":180744,"tr_customer_product_id":180734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:48.000Z","modified_at":"2026-02-08T14:36:28.000Z","name":"Cassandre Nicolas","mobile_number":"662-322-0176","email_id":"Lisandro85@yahoo.com","dop":"2025-04-06","serial_number":"14636313313441","imei1":"14636313313441","imei2":"14636313313441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180723,"job_number":"JOB_180723","tr_customer_id":180741,"tr_customer_product_id":180731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:40.000Z","modified_at":"2026-02-08T14:36:21.000Z","name":"Elias Thompson","mobile_number":"331-413-1344","email_id":"Abigayle42@hotmail.com","dop":"2025-04-06","serial_number":"17054298919508","imei1":"17054298919508","imei2":"17054298919508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180720,"job_number":"JOB_180720","tr_customer_id":180738,"tr_customer_product_id":180728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:37.000Z","modified_at":"2026-02-08T14:36:18.000Z","name":"Ena Bechtelar","mobile_number":"604-327-0339","email_id":"Sigmund0@hotmail.com","dop":"2025-04-06","serial_number":"16994800625791","imei1":"16994800625791","imei2":"16994800625791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180717,"job_number":"JOB_180717","tr_customer_id":180735,"tr_customer_product_id":180725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:33.000Z","modified_at":"2026-02-08T14:36:14.000Z","name":"Floyd Hudson","mobile_number":"900-261-5057","email_id":"Cheyanne_Emard46@gmail.com","dop":"2025-04-06","serial_number":"18413140170185","imei1":"18413140170185","imei2":"18413140170185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180714,"job_number":"JOB_180714","tr_customer_id":180732,"tr_customer_product_id":180722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:17.000Z","modified_at":"2026-02-08T14:35:58.000Z","name":"Leonie Kemmer","mobile_number":"716-451-2663","email_id":"Margaretta_Rippin85@gmail.com","dop":"2025-04-06","serial_number":"17883229710865","imei1":"17883229710865","imei2":"17883229710865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180712,"job_number":"JOB_180712","tr_customer_id":180730,"tr_customer_product_id":180720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:35:00.000Z","modified_at":"2026-02-08T14:35:38.000Z","name":"Jaylan Johnston","mobile_number":"408-572-7833","email_id":"Lilian82@yahoo.com","dop":"2025-04-06","serial_number":"19515851284604","imei1":"19515851284604","imei2":"19515851284604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:35:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180709,"job_number":"JOB_180709","tr_customer_id":180727,"tr_customer_product_id":180717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:34:15.000Z","modified_at":"2026-02-08T14:34:53.000Z","name":"Trycia Becker","mobile_number":"359-894-0285","email_id":"Carleton_Dibbert94@hotmail.com","dop":"2025-04-06","serial_number":"11830136059171","imei1":"11830136059171","imei2":"11830136059171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180701,"job_number":"JOB_180701","tr_customer_id":180719,"tr_customer_product_id":180709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:54.000Z","modified_at":"2026-02-08T14:34:34.000Z","name":"Mylene Prohaska","mobile_number":"740-894-7991","email_id":"Emory84@hotmail.com","dop":"2025-04-06","serial_number":"10886478567011","imei1":"10886478567011","imei2":"10886478567011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180697,"job_number":"JOB_180697","tr_customer_id":180715,"tr_customer_product_id":180705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:48.000Z","modified_at":"2026-02-08T14:34:24.000Z","name":"Sadye Schuppe","mobile_number":"507-550-1037","email_id":"Sincere.Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"16070676272942","imei1":"16070676272942","imei2":"16070676272942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180694,"job_number":"JOB_180694","tr_customer_id":180712,"tr_customer_product_id":180702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:40.000Z","modified_at":"2026-02-08T14:34:20.000Z","name":"Julian Beahan","mobile_number":"774-482-7629","email_id":"Brad_Gusikowski@yahoo.com","dop":"2025-04-06","serial_number":"13746695724614","imei1":"13746695724614","imei2":"13746695724614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180689,"job_number":"JOB_180689","tr_customer_id":180707,"tr_customer_product_id":180697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:28.000Z","modified_at":"2026-02-08T14:34:07.000Z","name":"Ricky Stiedemann","mobile_number":"966-201-8652","email_id":"Emiliano13@hotmail.com","dop":"2025-04-06","serial_number":"19678188855231","imei1":"19678188855231","imei2":"19678188855231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180686,"job_number":"JOB_180686","tr_customer_id":180704,"tr_customer_product_id":180694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:07.000Z","modified_at":"2026-02-08T14:33:47.000Z","name":"Desiree Schultz","mobile_number":"632-230-4170","email_id":"Elizabeth10@hotmail.com","dop":"2025-04-06","serial_number":"17300863044849","imei1":"17300863044849","imei2":"17300863044849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180683,"job_number":"JOB_180683","tr_customer_id":180701,"tr_customer_product_id":180691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:33:05.000Z","modified_at":"2026-02-08T14:33:41.000Z","name":"Bobbie Kautzer","mobile_number":"630-421-1312","email_id":"Justus.Luettgen@yahoo.com","dop":"2025-04-06","serial_number":"17079331786271","imei1":"17079331786271","imei2":"17079331786271","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180680,"job_number":"JOB_180680","tr_customer_id":180698,"tr_customer_product_id":180688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:55.000Z","modified_at":"2026-02-08T14:33:26.000Z","name":"Miles Reilly","mobile_number":"857-358-4627","email_id":"Wiley_Paucek27@yahoo.com","dop":"2025-04-06","serial_number":"14963980032386","imei1":"14963980032386","imei2":"14963980032386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180678,"job_number":"JOB_180678","tr_customer_id":180696,"tr_customer_product_id":180686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:22.000Z","modified_at":"2026-02-08T14:32:58.000Z","name":"Abagail Olson","mobile_number":"830-365-9013","email_id":"Ally.Legros91@yahoo.com","dop":"2025-04-06","serial_number":"13311031016285","imei1":"13311031016285","imei2":"13311031016285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180675,"job_number":"JOB_180675","tr_customer_id":180693,"tr_customer_product_id":180683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:32:19.000Z","modified_at":"2026-02-08T14:32:59.000Z","name":"Wilburn Reichert","mobile_number":"268-332-9824","email_id":"Sam_Schultz@gmail.com","dop":"2025-04-06","serial_number":"12519749741109","imei1":"12519749741109","imei2":"12519749741109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180672,"job_number":"JOB_180672","tr_customer_id":180690,"tr_customer_product_id":180680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:30:04.000Z","modified_at":"2026-02-08T14:30:46.000Z","name":"Sincere Reichel","mobile_number":"673-729-9408","email_id":"Maxime78@hotmail.com","dop":"2025-04-06","serial_number":"12210515928721","imei1":"12210515928721","imei2":"12210515928721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:30:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180669,"job_number":"JOB_180669","tr_customer_id":180687,"tr_customer_product_id":180677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:27.000Z","modified_at":"2026-02-08T14:30:07.000Z","name":"Daija Kessler","mobile_number":"427-203-9439","email_id":"Gabe.Hoeger18@yahoo.com","dop":"2025-04-06","serial_number":"18016035435851","imei1":"18016035435851","imei2":"18016035435851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180667,"job_number":"JOB_180667","tr_customer_id":180685,"tr_customer_product_id":180675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:29:15.000Z","modified_at":"2026-02-08T14:29:56.000Z","name":"Grace Hane","mobile_number":"476-716-1586","email_id":"Golda.OKon@yahoo.com","dop":"2025-04-06","serial_number":"19149285350869","imei1":"19149285350869","imei2":"19149285350869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180662,"job_number":"JOB_180662","tr_customer_id":180680,"tr_customer_product_id":180670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:33.000Z","modified_at":"2026-02-08T14:29:12.000Z","name":"Gregory Sipes","mobile_number":"998-440-9652","email_id":"Ottis.Lehner29@gmail.com","dop":"2025-04-06","serial_number":"14774681703473","imei1":"14774681703473","imei2":"14774681703473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180658,"job_number":"JOB_180658","tr_customer_id":180676,"tr_customer_product_id":180666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:26.000Z","modified_at":"2026-02-08T14:29:07.000Z","name":"Arnold Stehr","mobile_number":"329-607-7801","email_id":"Marcella11@hotmail.com","dop":"2025-04-06","serial_number":"12291482507819","imei1":"12291482507819","imei2":"12291482507819","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180655,"job_number":"JOB_180655","tr_customer_id":180673,"tr_customer_product_id":180663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:10.000Z","modified_at":"2026-02-08T14:28:48.000Z","name":"Ernie Watsica","mobile_number":"470-627-2357","email_id":"Delphia_Shields@gmail.com","dop":"2025-04-06","serial_number":"11627046990619","imei1":"11627046990619","imei2":"11627046990619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180652,"job_number":"JOB_180652","tr_customer_id":180670,"tr_customer_product_id":180660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:28:07.000Z","modified_at":"2026-02-08T14:28:46.000Z","name":"Aniyah Roberts","mobile_number":"729-869-3592","email_id":"Cathryn_Harris29@gmail.com","dop":"2025-04-06","serial_number":"10347420805777","imei1":"10347420805777","imei2":"10347420805777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180650,"job_number":"JOB_180650","tr_customer_id":180668,"tr_customer_product_id":180658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:46.000Z","modified_at":"2026-02-08T14:28:25.000Z","name":"Tanner Bednar","mobile_number":"447-391-4091","email_id":"Emery95@hotmail.com","dop":"2025-04-06","serial_number":"16750642075398","imei1":"16750642075398","imei2":"16750642075398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180647,"job_number":"JOB_180647","tr_customer_id":180665,"tr_customer_product_id":180655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:25.000Z","modified_at":"2026-02-08T14:28:03.000Z","name":"Georgiana Bayer","mobile_number":"936-732-9708","email_id":"Meghan_Kertzmann@gmail.com","dop":"2025-04-06","serial_number":"19123329089938","imei1":"19123329089938","imei2":"19123329089938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:28:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180644,"job_number":"JOB_180644","tr_customer_id":180662,"tr_customer_product_id":180652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:27:02.000Z","modified_at":"2026-02-08T14:27:42.000Z","name":"Theresia Kling","mobile_number":"244-757-1987","email_id":"Kamren_Sporer@gmail.com","dop":"2025-04-06","serial_number":"19149641500376","imei1":"19149641500376","imei2":"19149641500376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180641,"job_number":"JOB_180641","tr_customer_id":180659,"tr_customer_product_id":180649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:59.000Z","modified_at":"2026-02-08T14:27:39.000Z","name":"Sabrina Deckow","mobile_number":"732-671-1127","email_id":"Isabel26@hotmail.com","dop":"2025-04-06","serial_number":"19568030596144","imei1":"19568030596144","imei2":"19568030596144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180638,"job_number":"JOB_180638","tr_customer_id":180656,"tr_customer_product_id":180646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:55.000Z","modified_at":"2026-02-08T14:27:33.000Z","name":"Althea Waters","mobile_number":"742-270-6779","email_id":"Laverne.Pacocha@hotmail.com","dop":"2025-04-06","serial_number":"12224714055095","imei1":"12224714055095","imei2":"12224714055095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180635,"job_number":"JOB_180635","tr_customer_id":180653,"tr_customer_product_id":180643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:39.000Z","modified_at":"2026-02-08T14:27:18.000Z","name":"Ozella Ankunding","mobile_number":"972-531-2488","email_id":"Fernando_Langworth@yahoo.com","dop":"2025-04-06","serial_number":"10050082948645","imei1":"10050082948645","imei2":"10050082948645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180632,"job_number":"JOB_180632","tr_customer_id":180650,"tr_customer_product_id":180640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:15.000Z","modified_at":"2026-02-08T14:26:54.000Z","name":"Bradley Bernhard","mobile_number":"490-591-8668","email_id":"Mauricio.Tillman@gmail.com","dop":"2025-04-06","serial_number":"13791920564700","imei1":"13791920564700","imei2":"13791920564700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180629,"job_number":"JOB_180629","tr_customer_id":180647,"tr_customer_product_id":180637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:26:10.000Z","modified_at":"2026-02-08T14:26:48.000Z","name":"Kiara Ryan","mobile_number":"560-208-6756","email_id":"Tianna48@hotmail.com","dop":"2025-04-06","serial_number":"17113780318758","imei1":"17113780318758","imei2":"17113780318758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180626,"job_number":"JOB_180626","tr_customer_id":180644,"tr_customer_product_id":180634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:27.000Z","modified_at":"2026-02-08T14:26:07.000Z","name":"Tessie Konopelski","mobile_number":"914-294-4786","email_id":"Marisol99@hotmail.com","dop":"2025-04-06","serial_number":"11080152594051","imei1":"11080152594051","imei2":"11080152594051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:26:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180623,"job_number":"JOB_180623","tr_customer_id":180641,"tr_customer_product_id":180631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:24.000Z","modified_at":"2026-02-08T14:26:02.000Z","name":"Hubert Hickle","mobile_number":"494-407-6649","email_id":"August48@hotmail.com","dop":"2025-04-06","serial_number":"11100868065092","imei1":"11100868065092","imei2":"11100868065092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:26:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180620,"job_number":"JOB_180620","tr_customer_id":180638,"tr_customer_product_id":180628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:25:08.000Z","modified_at":"2026-02-08T14:25:46.000Z","name":"Zechariah Kovacek","mobile_number":"979-663-1284","email_id":"Dorian.Bergnaum@yahoo.com","dop":"2000-01-31","serial_number":"10402672205579","imei1":"10402672205579","imei2":"10402672205579","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180617,"job_number":"JOB_180617","tr_customer_id":180635,"tr_customer_product_id":180625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:24:22.000Z","modified_at":"2026-02-08T14:25:01.000Z","name":"Uriel Terry","mobile_number":"755-879-4813","email_id":"Faye.Senger56@gmail.com","dop":"2000-01-31","serial_number":"10149867358156","imei1":"10149867358156","imei2":"10149867358156","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180614,"job_number":"JOB_180614","tr_customer_id":180632,"tr_customer_product_id":180622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:37.000Z","modified_at":"2026-02-08T14:24:15.000Z","name":"Leopold Skiles","mobile_number":"994-805-6256","email_id":"Noe_Predovic@yahoo.com","dop":"2000-01-31","serial_number":"10140429586198","imei1":"10140429586198","imei2":"10140429586198","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180611,"job_number":"JOB_180611","tr_customer_id":180629,"tr_customer_product_id":180619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:23:14.000Z","modified_at":"2026-02-08T14:23:50.000Z","name":"Ernestina Murray","mobile_number":"823-447-4150","email_id":"Teresa_Hilpert@gmail.com","dop":"2025-06-18","serial_number":"10006538692263","imei1":"10006538692263","imei2":"10006538692263","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180608,"job_number":"JOB_180608","tr_customer_id":180626,"tr_customer_product_id":180616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:52.000Z","modified_at":"2026-02-08T14:23:30.000Z","name":"Estell Daugherty","mobile_number":"565-377-2631","email_id":"Jarrod0@hotmail.com","dop":"2000-01-31","serial_number":"10799762033297","imei1":"10799762033297","imei2":"10799762033297","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:23:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180605,"job_number":"JOB_180605","tr_customer_id":180623,"tr_customer_product_id":180613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:46.000Z","modified_at":"2026-02-08T14:23:25.000Z","name":"Christina Sauer","mobile_number":"999-338-9817","email_id":"Melissa27@yahoo.com","dop":"2025-04-06","serial_number":"11166159367662","imei1":"11166159367662","imei2":"11166159367662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180602,"job_number":"JOB_180602","tr_customer_id":180620,"tr_customer_product_id":180610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:31.000Z","modified_at":"2026-02-08T14:23:07.000Z","name":"Emil Ullrich","mobile_number":"699-784-4518","email_id":"Isai.Schulist@yahoo.com","dop":"2025-06-18","serial_number":"10415111184929","imei1":"10415111184929","imei2":"10415111184929","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:23:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180599,"job_number":"JOB_180599","tr_customer_id":180617,"tr_customer_product_id":180607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:22:07.000Z","modified_at":"2026-02-08T14:22:45.000Z","name":"Lauren Dicki","mobile_number":"353-445-4545","email_id":"Alison85@yahoo.com","dop":"2025-04-06","serial_number":"13055610424783","imei1":"13055610424783","imei2":"13055610424783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180596,"job_number":"JOB_180596","tr_customer_id":180614,"tr_customer_product_id":180604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:59.000Z","modified_at":"2026-02-08T14:22:38.000Z","name":"Bernhard Kerluke","mobile_number":"468-249-6939","email_id":"Iliana.Collier@yahoo.com","dop":"2025-04-06","serial_number":"19271123240861","imei1":"19271123240861","imei2":"19271123240861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180593,"job_number":"JOB_180593","tr_customer_id":180611,"tr_customer_product_id":180601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:22.000Z","modified_at":"2026-02-08T14:22:00.000Z","name":"Laury Williamson","mobile_number":"533-509-0012","email_id":"Lura66@gmail.com","dop":"2025-04-06","serial_number":"13530647256202","imei1":"13530647256202","imei2":"13530647256202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180590,"job_number":"JOB_180590","tr_customer_id":180608,"tr_customer_product_id":180598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:21:11.000Z","modified_at":"2026-02-08T14:21:51.000Z","name":"Cristal Krajcik","mobile_number":"943-356-7514","email_id":"Kole.Upton@yahoo.com","dop":"2025-04-06","serial_number":"17655979638036","imei1":"17655979638036","imei2":"17655979638036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180588,"job_number":"JOB_180588","tr_customer_id":180606,"tr_customer_product_id":180596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:40.000Z","modified_at":"2026-02-08T14:21:14.000Z","name":"Jacey McGlynn","mobile_number":"327-523-8573","email_id":"Sonny_Lemke53@yahoo.com","dop":"2025-02-01","serial_number":"29577389309578","imei1":"29577389309578","imei2":"29577389309578","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180584,"job_number":"JOB_180584","tr_customer_id":180602,"tr_customer_product_id":180592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:20:36.000Z","modified_at":"2026-02-08T14:21:14.000Z","name":"Pearl Ward","mobile_number":"452-899-2775","email_id":"Joanne.Considine27@gmail.com","dop":"2025-04-06","serial_number":"17621060966560","imei1":"17621060966560","imei2":"17621060966560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180582,"job_number":"JOB_180582","tr_customer_id":180600,"tr_customer_product_id":180590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:58.000Z","modified_at":"2026-02-08T14:20:32.000Z","name":"Camden Barton","mobile_number":"706-541-2098","email_id":"Conrad93@gmail.com","dop":"2025-02-01","serial_number":"89719909888975","imei1":"89719909888975","imei2":"89719909888975","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180579,"job_number":"JOB_180579","tr_customer_id":180597,"tr_customer_product_id":180587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:19:16.000Z","modified_at":"2026-02-08T14:19:50.000Z","name":"Al Fritsch","mobile_number":"569-637-5044","email_id":"Gaylord_Jacobson56@hotmail.com","dop":"2025-02-01","serial_number":"99435478712456","imei1":"99435478712456","imei2":"99435478712456","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180566,"job_number":"JOB_180566","tr_customer_id":180584,"tr_customer_product_id":180574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:02:09.000Z","modified_at":"2026-02-08T14:02:49.000Z","name":"Maximillian Dach","mobile_number":"808-607-9399","email_id":"Syble.Friesen@yahoo.com","dop":"2025-04-06","serial_number":"11153117276971","imei1":"11153117276971","imei2":"11153117276971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:02:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180563,"job_number":"JOB_180563","tr_customer_id":180581,"tr_customer_product_id":180571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:01:22.000Z","modified_at":"2026-02-08T14:02:02.000Z","name":"Gus Dare","mobile_number":"223-497-7783","email_id":"Mallory15@gmail.com","dop":"2025-04-06","serial_number":"10314165300725","imei1":"10314165300725","imei2":"10314165300725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:02:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180557,"job_number":"JOB_180557","tr_customer_id":180575,"tr_customer_product_id":180565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:35.000Z","modified_at":"2026-02-08T14:01:15.000Z","name":"Karolann Spencer","mobile_number":"682-436-5614","email_id":"Audie.Hermiston65@hotmail.com","dop":"2025-04-06","serial_number":"11050423524527","imei1":"11050423524527","imei2":"11050423524527","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180555,"job_number":"JOB_180555","tr_customer_id":180573,"tr_customer_product_id":180563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T14:00:15.000Z","modified_at":"2026-02-08T14:00:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19555009212016","imei1":"19555009212016","imei2":"19555009212016","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180548,"job_number":"JOB_180548","tr_customer_id":180566,"tr_customer_product_id":180556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:43.000Z","modified_at":"2026-02-08T14:00:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92471897697016","imei1":"92471897697016","imei2":"92471897697016","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180541,"job_number":"JOB_180541","tr_customer_id":180559,"tr_customer_product_id":180549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:34.000Z","modified_at":"2026-02-08T14:00:14.000Z","name":"Ricardo Ritchie","mobile_number":"662-796-9142","email_id":"Ahmad_Bode99@hotmail.com","dop":"2025-12-31","serial_number":"107510764163062","imei1":"107510764163062","imei2":"107510764163062","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180538,"job_number":"JOB_180538","tr_customer_id":180556,"tr_customer_product_id":180546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:23.000Z","modified_at":"2026-02-08T14:00:04.000Z","name":"Graham Ankunding","mobile_number":"730-540-2317","email_id":"Arielle_Abernathy@yahoo.com","dop":"2025-04-06","serial_number":"13738761776050","imei1":"13738761776050","imei2":"13738761776050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T14:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180537,"job_number":"JOB_180537","tr_customer_id":180555,"tr_customer_product_id":180545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:59:11.000Z","modified_at":"2026-02-08T13:59:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63775452313636","imei1":"63775452313636","imei2":"63775452313636","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T13:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180530,"job_number":"JOB_180530","tr_customer_id":180548,"tr_customer_product_id":180538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:58:46.000Z","modified_at":"2026-02-08T13:59:26.000Z","name":"Lindsey Cummerata","mobile_number":"695-312-9114","email_id":"Prince_Murazik71@hotmail.com","dop":"2025-12-31","serial_number":"107092227485301","imei1":"107092227485301","imei2":"107092227485301","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T13:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180528,"job_number":"JOB_180528","tr_customer_id":180546,"tr_customer_product_id":180536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:57:58.000Z","modified_at":"2026-02-08T13:58:38.000Z","name":"Dorcas Fisher","mobile_number":"920-820-2339","email_id":"Anahi36@hotmail.com","dop":"2025-12-31","serial_number":"105821046079190","imei1":"105821046079190","imei2":"105821046079190","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T13:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180524,"job_number":"JOB_180524","tr_customer_id":180542,"tr_customer_product_id":180532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T13:39:21.000Z","modified_at":"2026-02-08T13:39:39.000Z","name":"Ralph Rosenbaum","mobile_number":"739-203-2221","email_id":"Abagail.Larson25@hotmail.com","dop":"2025-05-30","serial_number":"17568655755306","imei1":"17568655755306","imei2":"17568655755306","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T13:39:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180494,"job_number":"JOB_180494","tr_customer_id":180512,"tr_customer_product_id":180502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:41.000Z","modified_at":"2026-02-08T12:09:48.000Z","name":"Kavon Aufderhar","mobile_number":"958-293-9800","email_id":"Tyreek99@gmail.com","dop":"2025-10-06","serial_number":"15402267578875","imei1":"15402267578875","imei2":"15402267578875","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T12:09:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180491,"job_number":"JOB_180491","tr_customer_id":180509,"tr_customer_product_id":180499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:33.000Z","modified_at":"2026-02-08T12:09:39.000Z","name":"Mia Tremblay","mobile_number":"370-436-9686","email_id":"General_Tromp@yahoo.com","dop":"2025-10-06","serial_number":"12642872827405","imei1":"12642872827405","imei2":"12642872827405","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T12:09:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180488,"job_number":"JOB_180488","tr_customer_id":180506,"tr_customer_product_id":180496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:24.000Z","modified_at":"2026-02-08T12:09:31.000Z","name":"Keaton Stokes","mobile_number":"264-602-4757","email_id":"Marquise.Vandervort@yahoo.com","dop":"2025-10-06","serial_number":"16954022649059","imei1":"16954022649059","imei2":"16954022649059","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T12:09:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180485,"job_number":"JOB_180485","tr_customer_id":180503,"tr_customer_product_id":180493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T12:09:16.000Z","modified_at":"2026-02-08T12:09:22.000Z","name":"Charlie Lemke","mobile_number":"862-735-4882","email_id":"Rafael.Hermann20@hotmail.com","dop":"2025-10-06","serial_number":"12660700661232","imei1":"12660700661232","imei2":"12660700661232","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T12:09:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180477,"job_number":"JOB_180477","tr_customer_id":180495,"tr_customer_product_id":180485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:30.000Z","modified_at":"2026-02-08T11:56:35.000Z","name":"Eliezer Sanford","mobile_number":"719-314-0032","email_id":"Cleora_Leffler@gmail.com","dop":"2025-10-06","serial_number":"17215100769250","imei1":"17215100769250","imei2":"17215100769250","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180474,"job_number":"JOB_180474","tr_customer_id":180492,"tr_customer_product_id":180482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:22.000Z","modified_at":"2026-02-08T11:56:28.000Z","name":"River Stoltenberg","mobile_number":"776-557-5247","email_id":"Kaitlin_Muller@gmail.com","dop":"2025-10-06","serial_number":"18911369296922","imei1":"18911369296922","imei2":"18911369296922","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180471,"job_number":"JOB_180471","tr_customer_id":180489,"tr_customer_product_id":180479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:14.000Z","modified_at":"2026-02-08T11:56:20.000Z","name":"Alfonso Bernier","mobile_number":"745-671-1306","email_id":"Emil91@gmail.com","dop":"2025-10-06","serial_number":"15862638188771","imei1":"15862638188771","imei2":"15862638188771","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180468,"job_number":"JOB_180468","tr_customer_id":180486,"tr_customer_product_id":180476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:56:06.000Z","modified_at":"2026-02-08T11:56:12.000Z","name":"Carlos Carter","mobile_number":"299-952-1943","email_id":"Dannie26@hotmail.com","dop":"2025-10-06","serial_number":"15061174221257","imei1":"15061174221257","imei2":"15061174221257","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180465,"job_number":"JOB_180465","tr_customer_id":180483,"tr_customer_product_id":180473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:57.000Z","modified_at":"2026-02-08T11:50:03.000Z","name":"Felton Wuckert","mobile_number":"654-534-1929","email_id":"Sandra_OConnell@gmail.com","dop":"2025-10-06","serial_number":"18778323681807","imei1":"18778323681807","imei2":"18778323681807","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180462,"job_number":"JOB_180462","tr_customer_id":180480,"tr_customer_product_id":180470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:49.000Z","modified_at":"2026-02-08T11:49:55.000Z","name":"Khalid Conroy","mobile_number":"526-409-4934","email_id":"Cyrus54@yahoo.com","dop":"2025-10-06","serial_number":"13688759964305","imei1":"13688759964305","imei2":"13688759964305","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180459,"job_number":"JOB_180459","tr_customer_id":180477,"tr_customer_product_id":180467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:41.000Z","modified_at":"2026-02-08T11:49:47.000Z","name":"Neva Gaylord","mobile_number":"728-511-4443","email_id":"Tressa19@yahoo.com","dop":"2025-10-06","serial_number":"12736484334866","imei1":"12736484334866","imei2":"12736484334866","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180456,"job_number":"JOB_180456","tr_customer_id":180474,"tr_customer_product_id":180464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T11:49:33.000Z","modified_at":"2026-02-08T11:49:39.000Z","name":"Verdie Klein","mobile_number":"547-235-1748","email_id":"Alfreda_Jacobi62@hotmail.com","dop":"2025-10-06","serial_number":"13819869926433","imei1":"13819869926433","imei2":"13819869926433","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T11:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180452,"job_number":"JOB_180452","tr_customer_id":180470,"tr_customer_product_id":180460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:49:33.000Z","modified_at":"2026-02-08T10:50:12.000Z","name":"Emerson Parker","mobile_number":"804-925-7418","email_id":"Belle_Gerhold@gmail.com","dop":"2025-04-06","serial_number":"17263294396039","imei1":"17263294396039","imei2":"17263294396039","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180449,"job_number":"JOB_180449","tr_customer_id":180467,"tr_customer_product_id":180457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:48:46.000Z","modified_at":"2026-02-08T10:49:25.000Z","name":"Adriel Rohan","mobile_number":"607-368-4220","email_id":"Estefania.Auer@gmail.com","dop":"2025-04-06","serial_number":"14122692417753","imei1":"14122692417753","imei2":"14122692417753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180444,"job_number":"JOB_180444","tr_customer_id":180462,"tr_customer_product_id":180452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:47:58.000Z","modified_at":"2026-02-08T10:48:38.000Z","name":"Gregoria Kemmer","mobile_number":"591-914-1725","email_id":"Gabrielle30@yahoo.com","dop":"2025-04-06","serial_number":"11001892060604","imei1":"11001892060604","imei2":"11001892060604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180435,"job_number":"JOB_180435","tr_customer_id":180453,"tr_customer_product_id":180443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:27:58.000Z","modified_at":"2026-02-08T10:28:04.000Z","name":"Casper Lockman","mobile_number":"955-333-3617","email_id":"Stacey.Bednar77@hotmail.com","dop":"2025-10-06","serial_number":"17941352172354","imei1":"17941352172354","imei2":"17941352172354","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180433,"job_number":"JOB_180433","tr_customer_id":180451,"tr_customer_product_id":180441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:24:20.000Z","modified_at":"2026-02-08T10:24:25.000Z","name":"Rayan Mohamad","mobile_number":"9443588249","email_id":"rayan@gmail.com","dop":"2025-12-31","serial_number":"78710893801036","imei1":"78710893801036","imei2":"78710893801036","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180432,"job_number":"JOB_180432","tr_customer_id":180450,"tr_customer_product_id":180440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:24:13.000Z","modified_at":"2026-02-08T10:24:18.000Z","name":"Mubi KU","mobile_number":"9980251826","email_id":"mubi@gmail.com","dop":"2025-12-31","serial_number":"25269706481925","imei1":"25269706481925","imei2":"25269706481925","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:24:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180431,"job_number":"JOB_180431","tr_customer_id":180449,"tr_customer_product_id":180439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:24:06.000Z","modified_at":"2026-02-08T10:24:11.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"51725091409890","imei1":"51725091409890","imei2":"51725091409890","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180429,"job_number":"JOB_180429","tr_customer_id":180447,"tr_customer_product_id":180437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:20:32.000Z","modified_at":"2026-02-08T10:20:37.000Z","name":"Rayan Mohamad","mobile_number":"9443588249","email_id":"rayan@gmail.com","dop":"2025-12-31","serial_number":"40482845033555","imei1":"40482845033555","imei2":"40482845033555","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180428,"job_number":"JOB_180428","tr_customer_id":180446,"tr_customer_product_id":180436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:20:26.000Z","modified_at":"2026-02-08T10:20:31.000Z","name":"Mubi KU","mobile_number":"9980251826","email_id":"mubi@gmail.com","dop":"2025-12-31","serial_number":"31042534586055","imei1":"31042534586055","imei2":"31042534586055","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:20:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180427,"job_number":"JOB_180427","tr_customer_id":180445,"tr_customer_product_id":180435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:20:19.000Z","modified_at":"2026-02-08T10:20:24.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"95198181571160","imei1":"95198181571160","imei2":"95198181571160","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180425,"job_number":"JOB_180425","tr_customer_id":180443,"tr_customer_product_id":180433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:18:10.000Z","modified_at":"2026-02-08T10:18:16.000Z","name":"Cordie D'Amore","mobile_number":"887-672-5383","email_id":"Marlen96@hotmail.com","dop":"2025-10-06","serial_number":"16472114617915","imei1":"16472114617915","imei2":"16472114617915","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180424,"job_number":"JOB_180424","tr_customer_id":180442,"tr_customer_product_id":180432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:17:25.000Z","modified_at":"2026-02-08T10:17:30.000Z","name":"Rayan Mohamad","mobile_number":"9443588249","email_id":"rayan@gmail.com","dop":"2025-12-31","serial_number":"76034731156475","imei1":"76034731156475","imei2":"76034731156475","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180423,"job_number":"JOB_180423","tr_customer_id":180441,"tr_customer_product_id":180431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:17:19.000Z","modified_at":"2026-02-08T10:17:24.000Z","name":"Mubi KU","mobile_number":"9980251826","email_id":"mubi@gmail.com","dop":"2025-12-31","serial_number":"59332282127769","imei1":"59332282127769","imei2":"59332282127769","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180422,"job_number":"JOB_180422","tr_customer_id":180440,"tr_customer_product_id":180430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:17:13.000Z","modified_at":"2026-02-08T10:17:17.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"41658066304875","imei1":"41658066304875","imei2":"41658066304875","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180411,"job_number":"JOB_180411","tr_customer_id":180429,"tr_customer_product_id":180419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:11:06.000Z","modified_at":"2026-02-08T10:11:12.000Z","name":"Bailey Watsica","mobile_number":"536-651-6673","email_id":"Delores32@gmail.com","dop":"2025-10-06","serial_number":"11499567007358","imei1":"11499567007358","imei2":"11499567007358","popurl":"2025-10-06T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:11:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180410,"job_number":"JOB_180410","tr_customer_id":180428,"tr_customer_product_id":180418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:09:31.000Z","modified_at":"2026-02-08T10:09:36.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"61044288680091","imei1":"61044288680091","imei2":"61044288680091","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180409,"job_number":"JOB_180409","tr_customer_id":180427,"tr_customer_product_id":180417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:00:26.000Z","modified_at":"2026-02-08T10:00:30.000Z","name":"Abdul1 Hameed","mobile_number":"7502060005","email_id":"testex@gmail.com","dop":"2025-12-31","serial_number":"11156694762387","imei1":"11156694762387","imei2":"11156694762387","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180408,"job_number":"JOB_180408","tr_customer_id":180426,"tr_customer_product_id":180416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T10:00:19.000Z","modified_at":"2026-02-08T10:00:24.000Z","name":"Abdul Hameed","mobile_number":"7502060003","email_id":"abd@gmail.com","dop":"2025-12-31","serial_number":"23961182023965","imei1":"23961182023965","imei2":"23961182023965","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T10:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180405,"job_number":"JOB_180405","tr_customer_id":180423,"tr_customer_product_id":180413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:51:20.000Z","modified_at":"2026-02-08T09:52:00.000Z","name":"Cierra Becker","mobile_number":"959-789-2092","email_id":"Mireya.Marvin@gmail.com","dop":"2025-04-06","serial_number":"17043404913786","imei1":"17043404913786","imei2":"17043404913786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T09:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180402,"job_number":"JOB_180402","tr_customer_id":180420,"tr_customer_product_id":180410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:50:33.000Z","modified_at":"2026-02-08T09:51:13.000Z","name":"Missouri Littel","mobile_number":"980-758-8141","email_id":"Jabari6@gmail.com","dop":"2025-04-06","serial_number":"18010227697737","imei1":"18010227697737","imei2":"18010227697737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T09:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180399,"job_number":"JOB_180399","tr_customer_id":180417,"tr_customer_product_id":180407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T09:49:46.000Z","modified_at":"2026-02-08T09:50:26.000Z","name":"Aileen Nienow","mobile_number":"649-536-3311","email_id":"Antwan30@yahoo.com","dop":"2025-04-06","serial_number":"10919778244908","imei1":"10919778244908","imei2":"10919778244908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180396,"job_number":"JOB_180396","tr_customer_id":180414,"tr_customer_product_id":180404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:35:26.000Z","modified_at":"2026-02-08T08:35:32.000Z","name":"Verda Cruickshank","mobile_number":"853-433-8895","email_id":"Marina_Spencer7@hotmail.com","dop":"2025-12-31","serial_number":"75781598248026","imei1":"75781598248026","imei2":"75781598248026","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:35:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180395,"job_number":"JOB_180395","tr_customer_id":180413,"tr_customer_product_id":180403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:31:27.000Z","modified_at":"2026-02-08T08:31:33.000Z","name":"Magnolia Russel","mobile_number":"838-231-1016","email_id":"Chester.Grady@hotmail.com","dop":"2025-12-31","serial_number":"77464877655642","imei1":"77464877655642","imei2":"77464877655642","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:31:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180394,"job_number":"JOB_180394","tr_customer_id":180412,"tr_customer_product_id":180402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:24:26.000Z","modified_at":"2026-02-08T08:24:31.000Z","name":"Carson Kub","mobile_number":"279-997-0066","email_id":"Abby.Spencer@gmail.com","dop":"2025-12-31","serial_number":"54273865541463","imei1":"54273865541463","imei2":"54273865541463","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180392,"job_number":"JOB_180392","tr_customer_id":180410,"tr_customer_product_id":180400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:15:28.000Z","modified_at":"2026-02-08T08:16:08.000Z","name":"Rowland Graham","mobile_number":"714-621-2540","email_id":"Zoey.Grady@yahoo.com","dop":"2025-04-06","serial_number":"19536696579690","imei1":"19536696579690","imei2":"19536696579690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180389,"job_number":"JOB_180389","tr_customer_id":180407,"tr_customer_product_id":180397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:14:40.000Z","modified_at":"2026-02-08T08:15:20.000Z","name":"Ezra Marks","mobile_number":"488-336-4932","email_id":"Amos.Welch@hotmail.com","dop":"2025-04-06","serial_number":"17930426173433","imei1":"17930426173433","imei2":"17930426173433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:15:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180386,"job_number":"JOB_180386","tr_customer_id":180404,"tr_customer_product_id":180394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:13:52.000Z","modified_at":"2026-02-08T08:14:33.000Z","name":"Joaquin Langosh","mobile_number":"535-454-1310","email_id":"Lavern64@hotmail.com","dop":"2025-04-06","serial_number":"19493412737699","imei1":"19493412737699","imei2":"19493412737699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180383,"job_number":"JOB_180383","tr_customer_id":180401,"tr_customer_product_id":180391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:55.000Z","modified_at":"2026-02-08T08:10:36.000Z","name":"Myrtle O'Kon","mobile_number":"562-412-9564","email_id":"Marina_Kuhn43@hotmail.com","dop":"2025-04-06","serial_number":"19780848786059","imei1":"19780848786059","imei2":"19780848786059","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180380,"job_number":"JOB_180380","tr_customer_id":180398,"tr_customer_product_id":180388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:09:08.000Z","modified_at":"2026-02-08T08:09:48.000Z","name":"Aileen Stanton","mobile_number":"503-878-5341","email_id":"Dandre.Witting42@yahoo.com","dop":"2025-04-06","serial_number":"10820274107845","imei1":"10820274107845","imei2":"10820274107845","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:09:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180377,"job_number":"JOB_180377","tr_customer_id":180395,"tr_customer_product_id":180385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T08:08:20.000Z","modified_at":"2026-02-08T08:09:00.000Z","name":"Dianna Larson","mobile_number":"976-636-0185","email_id":"Mckenzie_Koch@hotmail.com","dop":"2025-04-06","serial_number":"18965627859135","imei1":"18965627859135","imei2":"18965627859135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T08:09:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180372,"job_number":"JOB_180372","tr_customer_id":180390,"tr_customer_product_id":180380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:30.000Z","modified_at":"2026-02-08T07:55:10.000Z","name":"Kristopher Miller","mobile_number":"822-862-5882","email_id":"Vladimir_Langworth@gmail.com","dop":"2025-04-06","serial_number":"10393472107241","imei1":"10393472107241","imei2":"10393472107241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180370,"job_number":"JOB_180370","tr_customer_id":180388,"tr_customer_product_id":180378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:54:01.000Z","modified_at":"2026-02-08T07:54:42.000Z","name":"Earl O'Conner","mobile_number":"528-586-5125","email_id":"Kelly6@yahoo.com","dop":"2025-04-06","serial_number":"19717414092296","imei1":"19717414092296","imei2":"19717414092296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180368,"job_number":"JOB_180368","tr_customer_id":180386,"tr_customer_product_id":180376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:39:34.000Z","modified_at":"2026-02-08T07:39:40.000Z","name":"Edison Davis","mobile_number":"915-606-2662","email_id":"Claudie99@yahoo.com","dop":"2025-12-31","serial_number":"68853472248024","imei1":"68853472248024","imei2":"68853472248024","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:39:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180367,"job_number":"JOB_180367","tr_customer_id":180385,"tr_customer_product_id":180375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:38:22.000Z","modified_at":"2026-02-08T07:38:27.000Z","name":"Anya Ledner","mobile_number":"540-705-0157","email_id":"Reece.Emmerich@hotmail.com","dop":"2025-12-31","serial_number":"76587316976309","imei1":"76587316976309","imei2":"76587316976309","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180365,"job_number":"JOB_180365","tr_customer_id":180383,"tr_customer_product_id":180373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:32:52.000Z","modified_at":"2026-02-08T07:32:57.000Z","name":"Dangelo Batz","mobile_number":"455-525-4270","email_id":"Vernie.Powlowski7@gmail.com","dop":"2025-12-31","serial_number":"40774132731169","imei1":"40774132731169","imei2":"40774132731169","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180362,"job_number":"JOB_180362","tr_customer_id":180380,"tr_customer_product_id":180370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:29:14.000Z","modified_at":"2026-02-08T07:29:20.000Z","name":"Haylie Baumbach","mobile_number":"821-504-2242","email_id":"Jane_Armstrong@yahoo.com","dop":"2025-12-31","serial_number":"37223095409873","imei1":"37223095409873","imei2":"37223095409873","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:29:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180361,"job_number":"JOB_180361","tr_customer_id":180379,"tr_customer_product_id":180369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:24:06.000Z","modified_at":"2026-02-08T07:24:12.000Z","name":"Francisco Howell","mobile_number":"584-613-6947","email_id":"Danyka28@gmail.com","dop":"2025-12-31","serial_number":"37490124921566","imei1":"37490124921566","imei2":"37490124921566","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180359,"job_number":"JOB_180359","tr_customer_id":180377,"tr_customer_product_id":180367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:35.000Z","modified_at":"2026-02-08T07:11:47.000Z","name":"Gregory Kuvalis","mobile_number":"480-575-7402","email_id":"Evalyn.Johnston@yahoo.com","dop":"2025-12-01","serial_number":"11296255738185","imei1":"11296255738185","imei2":"11296255738185","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180357,"job_number":"JOB_180357","tr_customer_id":180375,"tr_customer_product_id":180365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:18.000Z","modified_at":"2026-02-08T07:11:31.000Z","name":"Gregoria Hahn","mobile_number":"345-254-8273","email_id":"Cristina_Hegmann20@gmail.com","dop":"2025-12-01","serial_number":"17377349983164","imei1":"17377349983164","imei2":"17377349983164","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:11:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180355,"job_number":"JOB_180355","tr_customer_id":180373,"tr_customer_product_id":180363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T07:11:01.000Z","modified_at":"2026-02-08T07:11:14.000Z","name":"Joyce Wiza","mobile_number":"678-974-3409","email_id":"Providenci_Labadie@hotmail.com","dop":"2025-12-01","serial_number":"18914352098135","imei1":"18914352098135","imei2":"18914352098135","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:11:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180351,"job_number":"JOB_180351","tr_customer_id":180369,"tr_customer_product_id":180359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:50:30.000Z","modified_at":"2026-02-08T06:51:08.000Z","name":"Susanna Harris","mobile_number":"744-579-2010","email_id":"Zoila80@hotmail.com","dop":"2025-04-06","serial_number":"14564229129468","imei1":"14564229129468","imei2":"14564229129468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180349,"job_number":"JOB_180349","tr_customer_id":180367,"tr_customer_product_id":180357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:49:45.000Z","modified_at":"2026-02-08T06:50:23.000Z","name":"Carmine Gottlieb","mobile_number":"793-483-1983","email_id":"Brady.Schinner@gmail.com","dop":"2025-04-06","serial_number":"13483266716448","imei1":"13483266716448","imei2":"13483266716448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180347,"job_number":"JOB_180347","tr_customer_id":180365,"tr_customer_product_id":180355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T06:49:00.000Z","modified_at":"2026-02-08T06:49:38.000Z","name":"Hilbert Mills","mobile_number":"559-968-7307","email_id":"Cleveland_Gulgowski42@hotmail.com","dop":"2025-04-06","serial_number":"14533022734448","imei1":"14533022734448","imei2":"14533022734448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180336,"job_number":"JOB_180336","tr_customer_id":180354,"tr_customer_product_id":180344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:45:17.000Z","modified_at":"2026-02-08T05:45:55.000Z","name":"Rhianna Marks","mobile_number":"324-513-9406","email_id":"Pearl.Hessel@hotmail.com","dop":"2025-04-06","serial_number":"14417273118922","imei1":"14417273118922","imei2":"14417273118922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T05:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180334,"job_number":"JOB_180334","tr_customer_id":180352,"tr_customer_product_id":180342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:45:06.000Z","modified_at":"2026-02-08T05:45:45.000Z","name":"Anika O'Conner","mobile_number":"275-737-2691","email_id":"Reece17@yahoo.com","dop":"2025-04-06","serial_number":"13962510551737","imei1":"13962510551737","imei2":"13962510551737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T05:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180333,"job_number":"JOB_180333","tr_customer_id":180351,"tr_customer_product_id":180341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:25:52.000Z","modified_at":"2026-02-08T05:26:03.000Z","name":"Daryl Reichert","mobile_number":"368-676-1042","email_id":"Beryl.Gutkowski@gmail.com","dop":"2025-07-01","serial_number":"107859971796574","imei1":"107859971796574","imei2":"107859971796574","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T05:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180331,"job_number":"JOB_180331","tr_customer_id":180349,"tr_customer_product_id":180339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T05:25:39.000Z","modified_at":"2026-02-08T05:25:50.000Z","name":"Daija Harvey","mobile_number":"974-791-8090","email_id":"Nicole_Ondricka70@hotmail.com","dop":"2025-07-01","serial_number":"107178590854176","imei1":"107178590854176","imei2":"107178590854176","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T05:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180327,"job_number":"JOB_180327","tr_customer_id":180345,"tr_customer_product_id":180335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:58:30.000Z","modified_at":"2026-02-08T04:58:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58874541690021","imei1":"58874541690021","imei2":"58874541690021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180320,"job_number":"JOB_180320","tr_customer_id":180338,"tr_customer_product_id":180328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:56.000Z","modified_at":"2026-02-08T04:58:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60722498168234","imei1":"60722498168234","imei2":"60722498168234","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180313,"job_number":"JOB_180313","tr_customer_id":180331,"tr_customer_product_id":180321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:57:22.000Z","modified_at":"2026-02-08T04:57:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17958760293945","imei1":"17958760293945","imei2":"17958760293945","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180304,"job_number":"JOB_180304","tr_customer_id":180322,"tr_customer_product_id":180312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:44:28.000Z","modified_at":"2026-02-08T04:45:05.000Z","name":"Judah Block","mobile_number":"416-966-9657","email_id":"Robbie68@gmail.com","dop":"2000-01-31","serial_number":"10323588403259","imei1":"10323588403259","imei2":"10323588403259","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180300,"job_number":"JOB_180300","tr_customer_id":180318,"tr_customer_product_id":180308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:59.000Z","modified_at":"2026-02-08T04:44:37.000Z","name":"Barney Kuhic","mobile_number":"450-226-9333","email_id":"Roscoe.Marquardt61@hotmail.com","dop":"2025-04-06","serial_number":"14661112128945","imei1":"14661112128945","imei2":"14661112128945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180297,"job_number":"JOB_180297","tr_customer_id":180315,"tr_customer_product_id":180305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:58.000Z","modified_at":"2026-02-08T04:44:35.000Z","name":"Shana Leuschke","mobile_number":"548-915-3248","email_id":"Marisol.Douglas28@hotmail.com","dop":"2025-04-06","serial_number":"16815738379460","imei1":"16815738379460","imei2":"16815738379460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180295,"job_number":"JOB_180295","tr_customer_id":180313,"tr_customer_product_id":180303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:57.000Z","modified_at":"2026-02-08T04:44:35.000Z","name":"Sarah Aufderhar","mobile_number":"632-314-1631","email_id":"Theresia.Hessel94@gmail.com","dop":"2025-04-06","serial_number":"10541493106307","imei1":"10541493106307","imei2":"10541493106307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180291,"job_number":"JOB_180291","tr_customer_id":180309,"tr_customer_product_id":180299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:55.000Z","modified_at":"2026-02-08T04:44:33.000Z","name":"Fatima Cummings","mobile_number":"651-957-2951","email_id":"Icie.Kemmer87@yahoo.com","dop":"2025-04-06","serial_number":"17203171206354","imei1":"17203171206354","imei2":"17203171206354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180289,"job_number":"JOB_180289","tr_customer_id":180307,"tr_customer_product_id":180297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:55.000Z","modified_at":"2026-02-08T04:44:33.000Z","name":"Cathryn Kautzer","mobile_number":"742-704-7987","email_id":"Karli_Willms44@gmail.com","dop":"2025-04-06","serial_number":"13667196980155","imei1":"13667196980155","imei2":"13667196980155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180287,"job_number":"JOB_180287","tr_customer_id":180305,"tr_customer_product_id":180295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:52.000Z","modified_at":"2026-02-08T04:44:28.000Z","name":"Kraig Lebsack","mobile_number":"304-333-3443","email_id":"Melba_Stehr93@hotmail.com","dop":"2025-12-31","serial_number":"100611370313119","imei1":"100611370313119","imei2":"100611370313119","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180284,"job_number":"JOB_180284","tr_customer_id":180302,"tr_customer_product_id":180292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:44.000Z","modified_at":"2026-02-08T04:44:22.000Z","name":"Bennett Breitenberg","mobile_number":"303-655-1898","email_id":"Adalberto.Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"15032102092518","imei1":"15032102092518","imei2":"15032102092518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180281,"job_number":"JOB_180281","tr_customer_id":180299,"tr_customer_product_id":180289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:42.000Z","modified_at":"2026-02-08T04:44:21.000Z","name":"Lauretta Zieme","mobile_number":"799-668-2733","email_id":"Bernadette16@hotmail.com","dop":"2000-01-31","serial_number":"10293619151201","imei1":"10293619151201","imei2":"10293619151201","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180278,"job_number":"JOB_180278","tr_customer_id":180296,"tr_customer_product_id":180286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:35.000Z","modified_at":"2026-02-08T04:44:11.000Z","name":"Tara Kozey","mobile_number":"264-322-7085","email_id":"Isai.Grant39@hotmail.com","dop":"2025-04-06","serial_number":"11194241570049","imei1":"11194241570049","imei2":"11194241570049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180275,"job_number":"JOB_180275","tr_customer_id":180293,"tr_customer_product_id":180283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:29.000Z","modified_at":"2026-02-08T04:44:05.000Z","name":"Grant Bahringer","mobile_number":"653-267-6324","email_id":"Kaitlyn.Grant@yahoo.com","dop":"2025-04-06","serial_number":"16908650927498","imei1":"16908650927498","imei2":"16908650927498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180272,"job_number":"JOB_180272","tr_customer_id":180290,"tr_customer_product_id":180280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:14.000Z","modified_at":"2026-02-08T04:43:52.000Z","name":"Jodie Breitenberg","mobile_number":"929-375-9505","email_id":"Gia50@yahoo.com","dop":"2025-04-06","serial_number":"15267490726759","imei1":"15267490726759","imei2":"15267490726759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180269,"job_number":"JOB_180269","tr_customer_id":180287,"tr_customer_product_id":180277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:13.000Z","modified_at":"2026-02-08T04:43:51.000Z","name":"Heaven Wuckert","mobile_number":"793-918-3006","email_id":"Ayden35@hotmail.com","dop":"2025-04-06","serial_number":"16425539591315","imei1":"16425539591315","imei2":"16425539591315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180264,"job_number":"JOB_180264","tr_customer_id":180282,"tr_customer_product_id":180272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:11.000Z","modified_at":"2026-02-08T04:43:50.000Z","name":"Ally Borer","mobile_number":"385-369-6613","email_id":"Myron_Ondricka@hotmail.com","dop":"2025-04-06","serial_number":"14265555971302","imei1":"14265555971302","imei2":"14265555971302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180263,"job_number":"JOB_180263","tr_customer_id":180281,"tr_customer_product_id":180271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:11.000Z","modified_at":"2026-02-08T04:43:49.000Z","name":"Keshawn Carroll","mobile_number":"959-770-6629","email_id":"Ryan.Rempel@yahoo.com","dop":"2025-04-06","serial_number":"13291226056366","imei1":"13291226056366","imei2":"13291226056366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180259,"job_number":"JOB_180259","tr_customer_id":180277,"tr_customer_product_id":180267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:10.000Z","modified_at":"2026-02-08T04:43:48.000Z","name":"Concepcion West","mobile_number":"737-781-8698","email_id":"Justen86@hotmail.com","dop":"2025-04-06","serial_number":"15208364803390","imei1":"15208364803390","imei2":"15208364803390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180257,"job_number":"JOB_180257","tr_customer_id":180275,"tr_customer_product_id":180265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:09.000Z","modified_at":"2026-02-08T04:43:48.000Z","name":"Callie Wisozk","mobile_number":"638-463-1366","email_id":"Florencio_Murazik99@yahoo.com","dop":"2025-04-06","serial_number":"11864961353435","imei1":"11864961353435","imei2":"11864961353435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180255,"job_number":"JOB_180255","tr_customer_id":180273,"tr_customer_product_id":180263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:43:06.000Z","modified_at":"2026-02-08T04:43:44.000Z","name":"Clifton DuBuque","mobile_number":"315-529-0014","email_id":"Bertram.Bartoletti@hotmail.com","dop":"2025-12-31","serial_number":"100881252630206","imei1":"100881252630206","imei2":"100881252630206","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180247,"job_number":"JOB_180247","tr_customer_id":180265,"tr_customer_product_id":180255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:59.000Z","modified_at":"2026-02-08T04:43:37.000Z","name":"Maude Effertz","mobile_number":"659-609-5760","email_id":"Clarabelle46@hotmail.com","dop":"2025-04-06","serial_number":"14318175328249","imei1":"14318175328249","imei2":"14318175328249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180244,"job_number":"JOB_180244","tr_customer_id":180262,"tr_customer_product_id":180252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:57.000Z","modified_at":"2026-02-08T04:43:35.000Z","name":"Alayna Hessel","mobile_number":"672-564-6550","email_id":"Jermaine_Tromp@yahoo.com","dop":"2000-01-31","serial_number":"10624781412421","imei1":"10624781412421","imei2":"10624781412421","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180240,"job_number":"JOB_180240","tr_customer_id":180258,"tr_customer_product_id":180248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:53.000Z","modified_at":"2026-02-08T04:43:29.000Z","name":"Meghan Wolf","mobile_number":"982-312-9308","email_id":"Rosella.Nitzsche39@gmail.com","dop":"2025-04-06","serial_number":"14502151888464","imei1":"14502151888464","imei2":"14502151888464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180239,"job_number":"JOB_180239","tr_customer_id":180257,"tr_customer_product_id":180247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:52.000Z","modified_at":"2026-02-08T04:43:32.000Z","name":"Vida Mitchell","mobile_number":"851-550-3844","email_id":"Ellsworth_Toy@gmail.com","dop":"2025-04-06","serial_number":"13443808387958","imei1":"13443808387958","imei2":"13443808387958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180235,"job_number":"JOB_180235","tr_customer_id":180253,"tr_customer_product_id":180243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:47.000Z","modified_at":"2026-02-08T04:43:28.000Z","name":"Cordie Windler","mobile_number":"830-499-9157","email_id":"Tiana6@yahoo.com","dop":"2025-04-06","serial_number":"13545348490018","imei1":"13545348490018","imei2":"13545348490018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180231,"job_number":"JOB_180231","tr_customer_id":180249,"tr_customer_product_id":180239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:45.000Z","modified_at":"2026-02-08T04:43:26.000Z","name":"Anahi Lakin","mobile_number":"400-784-9351","email_id":"Laurie.Zulauf@yahoo.com","dop":"2025-04-06","serial_number":"11798562297003","imei1":"11798562297003","imei2":"11798562297003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180225,"job_number":"JOB_180225","tr_customer_id":180243,"tr_customer_product_id":180233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:44.000Z","modified_at":"2026-02-08T04:43:22.000Z","name":"Marquis Douglas","mobile_number":"964-253-4092","email_id":"Hugh_Lueilwitz10@hotmail.com","dop":"2025-04-06","serial_number":"17805614844080","imei1":"17805614844080","imei2":"17805614844080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180221,"job_number":"JOB_180221","tr_customer_id":180239,"tr_customer_product_id":180229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:40.000Z","modified_at":"2026-02-08T04:43:19.000Z","name":"Violette Kuhn","mobile_number":"938-284-6888","email_id":"Nia.Homenick@gmail.com","dop":"2025-04-06","serial_number":"13561073573899","imei1":"13561073573899","imei2":"13561073573899","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180219,"job_number":"JOB_180219","tr_customer_id":180237,"tr_customer_product_id":180227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:39.000Z","modified_at":"2026-02-08T04:43:19.000Z","name":"Mariano Hermiston","mobile_number":"893-874-7736","email_id":"Linnie_Pagac47@yahoo.com","dop":"2025-04-06","serial_number":"17501061950817","imei1":"17501061950817","imei2":"17501061950817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180217,"job_number":"JOB_180217","tr_customer_id":180235,"tr_customer_product_id":180225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:38.000Z","modified_at":"2026-02-08T04:43:14.000Z","name":"Marvin Farrell","mobile_number":"554-925-7174","email_id":"Zelma90@gmail.com","dop":"2025-02-01","serial_number":"52991798288492","imei1":"52991798288492","imei2":"52991798288492","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180207,"job_number":"JOB_180207","tr_customer_id":180225,"tr_customer_product_id":180215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:27.000Z","modified_at":"2026-02-08T04:43:07.000Z","name":"Anika McGlynn","mobile_number":"422-686-4271","email_id":"Lisandro4@hotmail.com","dop":"2025-04-06","serial_number":"14716640798180","imei1":"14716640798180","imei2":"14716640798180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180204,"job_number":"JOB_180204","tr_customer_id":180222,"tr_customer_product_id":180212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:26.000Z","modified_at":"2026-02-08T04:43:05.000Z","name":"Judd Strosin","mobile_number":"939-241-6684","email_id":"Rodolfo.Dibbert53@gmail.com","dop":"2025-04-06","serial_number":"17786004042749","imei1":"17786004042749","imei2":"17786004042749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180194,"job_number":"JOB_180194","tr_customer_id":180212,"tr_customer_product_id":180202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:22.000Z","modified_at":"2026-02-08T04:43:02.000Z","name":"Irwin Schoen","mobile_number":"325-658-2200","email_id":"Jessica.Anderson@hotmail.com","dop":"2025-04-06","serial_number":"12482617759894","imei1":"12482617759894","imei2":"12482617759894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180191,"job_number":"JOB_180191","tr_customer_id":180209,"tr_customer_product_id":180199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:22.000Z","modified_at":"2026-02-08T04:43:03.000Z","name":"Elta Koss","mobile_number":"424-404-6107","email_id":"Dimitri_Willms70@yahoo.com","dop":"2025-04-06","serial_number":"11296079671707","imei1":"11296079671707","imei2":"11296079671707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180190,"job_number":"JOB_180190","tr_customer_id":180208,"tr_customer_product_id":180198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:43:03.000Z","name":"Katlyn Huels","mobile_number":"459-853-5015","email_id":"Alexie_Gibson29@yahoo.com","dop":"2025-04-06","serial_number":"13918126205506","imei1":"13918126205506","imei2":"13918126205506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180189,"job_number":"JOB_180189","tr_customer_id":180207,"tr_customer_product_id":180197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:21.000Z","modified_at":"2026-02-08T04:43:01.000Z","name":"Emmet Gaylord","mobile_number":"515-371-1781","email_id":"Greyson_Jakubowski@yahoo.com","dop":"2025-04-06","serial_number":"11860530963742","imei1":"11860530963742","imei2":"11860530963742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180184,"job_number":"JOB_180184","tr_customer_id":180202,"tr_customer_product_id":180192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:20.000Z","modified_at":"2026-02-08T04:43:01.000Z","name":"Tatyana Bauch","mobile_number":"454-831-5733","email_id":"Jessika39@hotmail.com","dop":"2025-04-06","serial_number":"10154601423659","imei1":"10154601423659","imei2":"10154601423659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180182,"job_number":"JOB_180182","tr_customer_id":180200,"tr_customer_product_id":180190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:19.000Z","modified_at":"2026-02-08T04:43:01.000Z","name":"Luther Cole","mobile_number":"891-623-1027","email_id":"Kathryne50@gmail.com","dop":"2025-04-06","serial_number":"12207525681582","imei1":"12207525681582","imei2":"12207525681582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180180,"job_number":"JOB_180180","tr_customer_id":180198,"tr_customer_product_id":180188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:18.000Z","modified_at":"2026-02-08T04:42:58.000Z","name":"Troy Bins","mobile_number":"246-620-0457","email_id":"Michele_OHara@hotmail.com","dop":"2025-12-31","serial_number":"103405226333650","imei1":"103405226333650","imei2":"103405226333650","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180176,"job_number":"JOB_180176","tr_customer_id":180194,"tr_customer_product_id":180184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:16.000Z","modified_at":"2026-02-08T04:42:56.000Z","name":"Frieda Heller","mobile_number":"200-577-6704","email_id":"Nikita.Hackett46@yahoo.com","dop":"2025-04-06","serial_number":"17796702781124","imei1":"17796702781124","imei2":"17796702781124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180169,"job_number":"JOB_180169","tr_customer_id":180187,"tr_customer_product_id":180177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:13.000Z","modified_at":"2026-02-08T04:42:51.000Z","name":"Jayce Schmeler","mobile_number":"737-253-7691","email_id":"Isom70@gmail.com","dop":"2025-04-06","serial_number":"13966774790714","imei1":"13966774790714","imei2":"13966774790714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180166,"job_number":"JOB_180166","tr_customer_id":180184,"tr_customer_product_id":180174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:11.000Z","modified_at":"2026-02-08T04:42:50.000Z","name":"Amir Hilpert","mobile_number":"545-387-5788","email_id":"Lesly_Zboncak@hotmail.com","dop":"2000-01-31","serial_number":"10938261931489","imei1":"10938261931489","imei2":"10938261931489","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180163,"job_number":"JOB_180163","tr_customer_id":180181,"tr_customer_product_id":180171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:08.000Z","modified_at":"2026-02-08T04:42:45.000Z","name":"Adelbert McLaughlin","mobile_number":"667-522-4137","email_id":"Nona15@hotmail.com","dop":"2025-04-06","serial_number":"16790261434766","imei1":"16790261434766","imei2":"16790261434766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180160,"job_number":"JOB_180160","tr_customer_id":180178,"tr_customer_product_id":180168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:03.000Z","modified_at":"2026-02-08T04:42:44.000Z","name":"Rosa Padberg","mobile_number":"829-384-7075","email_id":"Magali8@hotmail.com","dop":"2025-04-06","serial_number":"16095052224493","imei1":"16095052224493","imei2":"16095052224493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180158,"job_number":"JOB_180158","tr_customer_id":180176,"tr_customer_product_id":180166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:42:03.000Z","modified_at":"2026-02-08T04:42:39.000Z","name":"April Reilly","mobile_number":"896-212-6241","email_id":"Alayna.Frami@hotmail.com","dop":"2025-06-26","serial_number":"10030999707880","imei1":"10030999707880","imei2":"10030999707880","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180156,"job_number":"JOB_180156","tr_customer_id":180174,"tr_customer_product_id":180164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:58.000Z","modified_at":"2026-02-08T04:42:37.000Z","name":"Kitty Schulist","mobile_number":"253-213-0255","email_id":"Emma.Rodriguez17@gmail.com","dop":"2025-04-06","serial_number":"16580230953432","imei1":"16580230953432","imei2":"16580230953432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180152,"job_number":"JOB_180152","tr_customer_id":180170,"tr_customer_product_id":180160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:56.000Z","modified_at":"2026-02-08T04:42:39.000Z","name":"Bonita Kerluke","mobile_number":"900-462-4265","email_id":"Nicola26@gmail.com","dop":"2025-04-06","serial_number":"14041843497843","imei1":"14041843497843","imei2":"14041843497843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180150,"job_number":"JOB_180150","tr_customer_id":180168,"tr_customer_product_id":180158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:56.000Z","modified_at":"2026-02-08T04:42:37.000Z","name":"Brandon Goldner","mobile_number":"588-422-3922","email_id":"Jewell.Schmitt83@gmail.com","dop":"2025-04-06","serial_number":"14962955731384","imei1":"14962955731384","imei2":"14962955731384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180146,"job_number":"JOB_180146","tr_customer_id":180164,"tr_customer_product_id":180154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:53.000Z","modified_at":"2026-02-08T04:42:33.000Z","name":"Kade Smitham","mobile_number":"503-808-2855","email_id":"Mafalda47@yahoo.com","dop":"2025-04-06","serial_number":"19039701145523","imei1":"19039701145523","imei2":"19039701145523","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180145,"job_number":"JOB_180145","tr_customer_id":180163,"tr_customer_product_id":180153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:53.000Z","modified_at":"2026-02-08T04:42:29.000Z","name":"Lulu Waelchi","mobile_number":"766-493-4900","email_id":"Kenyon_Bechtelar97@yahoo.com","dop":"2025-02-01","serial_number":"32488820702640","imei1":"32488820702640","imei2":"32488820702640","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180143,"job_number":"JOB_180143","tr_customer_id":180161,"tr_customer_product_id":180151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:52.000Z","modified_at":"2026-02-08T04:42:31.000Z","name":"Drake Schultz","mobile_number":"338-322-3171","email_id":"Maximillia_Batz@yahoo.com","dop":"2025-04-06","serial_number":"11695841626317","imei1":"11695841626317","imei2":"11695841626317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180138,"job_number":"JOB_180138","tr_customer_id":180156,"tr_customer_product_id":180146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:50.000Z","modified_at":"2026-02-08T04:42:28.000Z","name":"Kaylah Runolfsdottir","mobile_number":"646-364-9217","email_id":"Tatum22@gmail.com","dop":"2025-04-06","serial_number":"14054277465248","imei1":"14054277465248","imei2":"14054277465248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180134,"job_number":"JOB_180134","tr_customer_id":180152,"tr_customer_product_id":180142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:37.000Z","modified_at":"2026-02-08T04:42:14.000Z","name":"Abigale Streich","mobile_number":"872-510-4971","email_id":"Tommie_Konopelski47@yahoo.com","dop":"2025-04-06","serial_number":"13780368332461","imei1":"13780368332461","imei2":"13780368332461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180132,"job_number":"JOB_180132","tr_customer_id":180150,"tr_customer_product_id":180140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:36.000Z","modified_at":"2026-02-08T04:42:13.000Z","name":"Marilyne Marquardt","mobile_number":"565-563-1035","email_id":"Ella15@hotmail.com","dop":"2025-04-06","serial_number":"17860630572689","imei1":"17860630572689","imei2":"17860630572689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180129,"job_number":"JOB_180129","tr_customer_id":180147,"tr_customer_product_id":180137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:31.000Z","modified_at":"2026-02-08T04:41:41.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"80761851878252","imei1":"80761851878252","imei2":"80761851878252","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180127,"job_number":"JOB_180127","tr_customer_id":180145,"tr_customer_product_id":180135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:30.000Z","modified_at":"2026-02-08T04:42:08.000Z","name":"Thelma Hegmann","mobile_number":"788-521-8278","email_id":"Lisette55@hotmail.com","dop":"2025-04-06","serial_number":"13385414406609","imei1":"13385414406609","imei2":"13385414406609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180123,"job_number":"JOB_180123","tr_customer_id":180141,"tr_customer_product_id":180131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:24.000Z","modified_at":"2026-02-08T04:42:00.000Z","name":"Keyshawn Okuneva","mobile_number":"516-347-7101","email_id":"Martin.Daniel82@yahoo.com","dop":"2025-06-18","serial_number":"10953141535119","imei1":"10953141535119","imei2":"10953141535119","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180120,"job_number":"JOB_180120","tr_customer_id":180138,"tr_customer_product_id":180128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:17.000Z","modified_at":"2026-02-08T04:41:28.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"63847478247549","imei1":"63847478247549","imei2":"63847478247549","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180119,"job_number":"JOB_180119","tr_customer_id":180137,"tr_customer_product_id":180127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:16.000Z","modified_at":"2026-02-08T04:41:56.000Z","name":"Telly Luettgen","mobile_number":"546-849-8702","email_id":"Desiree_Ledner@yahoo.com","dop":"2025-04-06","serial_number":"12567997186762","imei1":"12567997186762","imei2":"12567997186762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180114,"job_number":"JOB_180114","tr_customer_id":180132,"tr_customer_product_id":180122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:10.000Z","modified_at":"2026-02-08T04:41:48.000Z","name":"Jewell Beer","mobile_number":"821-940-0429","email_id":"Devyn_Reynolds96@hotmail.com","dop":"2025-04-06","serial_number":"13606018923978","imei1":"13606018923978","imei2":"13606018923978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180112,"job_number":"JOB_180112","tr_customer_id":180130,"tr_customer_product_id":180120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:10.000Z","modified_at":"2026-02-08T04:41:44.000Z","name":"Candice Murphy","mobile_number":"541-731-0087","email_id":"Patrick_Schowalter@yahoo.com","dop":"2025-02-01","serial_number":"50415421254437","imei1":"50415421254437","imei2":"50415421254437","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180107,"job_number":"JOB_180107","tr_customer_id":180125,"tr_customer_product_id":180115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:48.000Z","name":"Marjolaine Franecki","mobile_number":"272-809-9184","email_id":"Meda.Brekke@hotmail.com","dop":"2025-04-06","serial_number":"15538820297436","imei1":"15538820297436","imei2":"15538820297436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180104,"job_number":"JOB_180104","tr_customer_id":180122,"tr_customer_product_id":180112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:46.000Z","name":"Hayden Russel","mobile_number":"860-580-8277","email_id":"Shaina63@gmail.com","dop":"2025-04-06","serial_number":"15737786874250","imei1":"15737786874250","imei2":"15737786874250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180103,"job_number":"JOB_180103","tr_customer_id":180121,"tr_customer_product_id":180111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:08.000Z","modified_at":"2026-02-08T04:41:46.000Z","name":"Kenyon Wuckert","mobile_number":"526-977-6742","email_id":"Ottilie14@yahoo.com","dop":"2025-04-06","serial_number":"15184264527549","imei1":"15184264527549","imei2":"15184264527549","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180100,"job_number":"JOB_180100","tr_customer_id":180118,"tr_customer_product_id":180108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:41:06.000Z","modified_at":"2026-02-08T04:41:45.000Z","name":"Esmeralda Haley","mobile_number":"670-602-2979","email_id":"Burdette54@hotmail.com","dop":"2025-04-06","serial_number":"18600949948430","imei1":"18600949948430","imei2":"18600949948430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180096,"job_number":"JOB_180096","tr_customer_id":180114,"tr_customer_product_id":180104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:58.000Z","modified_at":"2026-02-08T04:41:37.000Z","name":"Marlin Champlin","mobile_number":"600-511-8314","email_id":"Javonte.Keebler@hotmail.com","dop":"2025-04-06","serial_number":"16080939645234","imei1":"16080939645234","imei2":"16080939645234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180093,"job_number":"JOB_180093","tr_customer_id":180111,"tr_customer_product_id":180101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:55.000Z","modified_at":"2026-02-08T04:41:34.000Z","name":"Jace Funk","mobile_number":"961-854-0155","email_id":"Mathew_Robel55@yahoo.com","dop":"2025-04-06","serial_number":"12956825631175","imei1":"12956825631175","imei2":"12956825631175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180090,"job_number":"JOB_180090","tr_customer_id":180108,"tr_customer_product_id":180098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:51.000Z","modified_at":"2026-02-08T04:41:29.000Z","name":"Jarred Schaefer","mobile_number":"967-724-3777","email_id":"Ludwig.Schroeder71@yahoo.com","dop":"2025-04-06","serial_number":"17275461962862","imei1":"17275461962862","imei2":"17275461962862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180088,"job_number":"JOB_180088","tr_customer_id":180106,"tr_customer_product_id":180096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:50.000Z","modified_at":"2026-02-08T04:41:28.000Z","name":"Rhea Johnson","mobile_number":"407-280-5585","email_id":"Lukas.Volkman38@hotmail.com","dop":"2025-04-06","serial_number":"18586130289257","imei1":"18586130289257","imei2":"18586130289257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180084,"job_number":"JOB_180084","tr_customer_id":180102,"tr_customer_product_id":180092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:44.000Z","modified_at":"2026-02-08T04:41:23.000Z","name":"Vincenzo Collins","mobile_number":"564-965-2367","email_id":"Damaris_Hyatt@yahoo.com","dop":"2025-04-06","serial_number":"10985191502936","imei1":"10985191502936","imei2":"10985191502936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180082,"job_number":"JOB_180082","tr_customer_id":180100,"tr_customer_product_id":180090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:43.000Z","modified_at":"2026-02-08T04:41:22.000Z","name":"Freddie Bernhard","mobile_number":"546-779-4094","email_id":"Dante.Tromp85@gmail.com","dop":"2025-04-06","serial_number":"10260420863742","imei1":"10260420863742","imei2":"10260420863742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180080,"job_number":"JOB_180080","tr_customer_id":180098,"tr_customer_product_id":180088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:43.000Z","modified_at":"2026-02-08T04:41:20.000Z","name":"Trisha Gerlach","mobile_number":"222-303-8290","email_id":"Lorenza6@gmail.com","dop":"2025-04-06","serial_number":"12450573046909","imei1":"12450573046909","imei2":"12450573046909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180078,"job_number":"JOB_180078","tr_customer_id":180096,"tr_customer_product_id":180086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:40:40.000Z","modified_at":"2026-02-08T04:41:16.000Z","name":"Delta Ryan","mobile_number":"987-680-9311","email_id":"Khalid71@yahoo.com","dop":"2025-06-18","serial_number":"10557485841608","imei1":"10557485841608","imei2":"10557485841608","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180075,"job_number":"JOB_180075","tr_customer_id":180093,"tr_customer_product_id":180083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:05:43.000Z","modified_at":"2026-02-08T04:06:20.000Z","name":"Elbert Koch","mobile_number":"957-208-6983","email_id":"Cleora_Olson@gmail.com","dop":"2025-04-06","serial_number":"13566312745647","imei1":"13566312745647","imei2":"13566312745647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:06:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180072,"job_number":"JOB_180072","tr_customer_id":180090,"tr_customer_product_id":180080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:58.000Z","modified_at":"2026-02-08T04:05:36.000Z","name":"Deshawn Nikolaus","mobile_number":"950-660-0489","email_id":"Kadin69@hotmail.com","dop":"2025-04-06","serial_number":"14617753646920","imei1":"14617753646920","imei2":"14617753646920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:05:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180069,"job_number":"JOB_180069","tr_customer_id":180087,"tr_customer_product_id":180077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T04:04:13.000Z","modified_at":"2026-02-08T04:04:51.000Z","name":"Unique Schulist","mobile_number":"297-336-8370","email_id":"Alfredo_Kozey81@hotmail.com","dop":"2025-04-06","serial_number":"16809261507032","imei1":"16809261507032","imei2":"16809261507032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180065,"job_number":"JOB_180065","tr_customer_id":180083,"tr_customer_product_id":180073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T03:41:49.000Z","modified_at":"2026-02-08T03:42:06.000Z","name":"Raven Beahan","mobile_number":"664-225-2849","email_id":"Jasen37@gmail.com","dop":"2025-05-30","serial_number":"13533855982528","imei1":"13533855982528","imei2":"13533855982528","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T03:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":180010,"job_number":"JOB_180010","tr_customer_id":180028,"tr_customer_product_id":180018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T15:39:14.000Z","modified_at":"2026-02-08T07:20:22.000Z","name":"qwsad qawer","mobile_number":"1234567891","email_id":"qwsd@gmail.com","dop":"2026-02-01","serial_number":"12345678998765","imei1":"12345678934567","imei2":"12345678934567","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T07:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 651ms
Mean size per request: 1.96KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDU3NzIwNH0.KNvc01z1v2fi--KoazX3kg1aP-aX0Un0sUMPsc5bND4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 160687c4-20d5-4cb7-87da-36ae450b6e59
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7da-15YyYhAzEQtg3S6V/5KSVmzL3cQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 19:00:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":179763,"job_number":"JOB_179763","tr_customer_id":179781,"tr_customer_product_id":179771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:23:54.000Z","modified_at":"2026-02-08T06:15:30.000Z","name":"Brett Langworth","mobile_number":"211-205-8725","email_id":"Ubaldo64@yahoo.com","dop":"2024-08-17","serial_number":"53585599909192","imei1":"53585599909192","imei2":"53585599909192","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-08T06:15:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":180853,"job_number":"JOB_180853","tr_customer_id":180871,"tr_customer_product_id":180861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:53.000Z","modified_at":"2026-02-08T19:00:03.000Z","name":"Elsa Hackett","mobile_number":"691-513-3411","email_id":"Ron_Kihn@yahoo.com","dop":"2025-05-30","serial_number":"18452483002000","imei1":"18452483002000","imei2":"18452483002000","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-08T19:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":65000}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 150ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDU3NzIwNH0.KNvc01z1v2fi--KoazX3kg1aP-aX0Un0sUMPsc5bND4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dd23181a-631c-4679-907e-f44897b26b88
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 17
Request Body
{"job_id":180853}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 669ms
Mean size per request: 1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDU3NzIwNH0.KNvc01z1v2fi--KoazX3kg1aP-aX0Un0sUMPsc5bND4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5300c226-3d14-452c-9f31-bc2de352c11a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"400-5cxRQ4cWU36AqtKcBAM01pGWoFA"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 19:00:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":179763,"job_number":"JOB_179763","tr_customer_id":179781,"tr_customer_product_id":179771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-07T11:23:54.000Z","modified_at":"2026-02-08T06:15:30.000Z","name":"Brett Langworth","mobile_number":"211-205-8725","email_id":"Ubaldo64@yahoo.com","dop":"2024-08-17","serial_number":"53585599909192","imei1":"53585599909192","imei2":"53585599909192","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-08T06:15:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 137ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ae6d7207-399c-4aff-87b4-4d64ff84f8b6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-knuxv5OKHPsVVYCelU/Tji/Kl/Q"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDZ9.A_qndgiM8NGUJAXoM4OphC6ID4GVG-Lq-b5hlgsCZuE"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 139ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDZ9.A_qndgiM8NGUJAXoM4OphC6ID4GVG-Lq-b5hlgsCZuE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0c736e26-2224-493f-aa75-6da6174d745e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"cb-tPGHeYpNX6zRGujRS7nG3BGU5uY"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 168ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDZ9.A_qndgiM8NGUJAXoM4OphC6ID4GVG-Lq-b5hlgsCZuE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 74364ad2-381e-4952-b4df-396cafed6b09
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-QtbX+CTTJfERTBGuIn130ikauxo"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":789},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 160ms
Mean size per request: 1007B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDZ9.A_qndgiM8NGUJAXoM4OphC6ID4GVG-Lq-b5hlgsCZuE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 45f658c5-ce94-4e92-b4e8-adf2555503b2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1007
ETag W/"3ef-krMBgcXCJCogngG8Xd6D0xCzkB4"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":180853,"job_number":"JOB_180853","tr_customer_id":180871,"tr_customer_product_id":180861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:53.000Z","modified_at":"2026-02-08T19:00:05.000Z","name":"Elsa Hackett","mobile_number":"691-513-3411","email_id":"Ron_Kihn@yahoo.com","dop":"2025-05-30","serial_number":"18452483002000","imei1":"18452483002000","imei2":"18452483002000","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-08T19:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 154ms
Mean size per request: 1007B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDZ9.A_qndgiM8NGUJAXoM4OphC6ID4GVG-Lq-b5hlgsCZuE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 62684f70-b82e-467d-961a-cd150eac6be3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1007
ETag W/"3ef-krMBgcXCJCogngG8Xd6D0xCzkB4"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":180853,"job_number":"JOB_180853","tr_customer_id":180871,"tr_customer_product_id":180861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:53.000Z","modified_at":"2026-02-08T19:00:05.000Z","name":"Elsa Hackett","mobile_number":"691-513-3411","email_id":"Ron_Kihn@yahoo.com","dop":"2025-05-30","serial_number":"18452483002000","imei1":"18452483002000","imei2":"18452483002000","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-08T19:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":65260}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 143ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDZ9.A_qndgiM8NGUJAXoM4OphC6ID4GVG-Lq-b5hlgsCZuE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cb097190-3d10-4a14-b652-0c6fed50888a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 17
Request Body
{"job_id":180853}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_69251"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 161ms
Mean size per request: 1010B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDZ9.A_qndgiM8NGUJAXoM4OphC6ID4GVG-Lq-b5hlgsCZuE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 882e641f-872b-4725-9a22-141a729a7179
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 27
Request Body
{"searchText":"JOB_180853"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1010
ETag W/"3f2-5n99me3qXXIHRKe1QCwjlEe4EOo"
Vary Accept-Encoding
Date Sun, 08 Feb 2026 19:00:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":180853,"job_number":"JOB_180853","tr_customer_id":180871,"tr_customer_product_id":180861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:53.000Z","modified_at":"2026-02-08T19:00:07.000Z","name":"Elsa Hackett","mobile_number":"691-513-3411","email_id":"Ron_Kihn@yahoo.com","dop":"2025-05-30","serial_number":"18452483002000","imei1":"18452483002000","imei2":"18452483002000","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T19:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_65040' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_180853
Response Information
Response Code: 200 - OK
Mean time per request: 177ms
Mean size per request: 2.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA1NzcyMDZ9.A_qndgiM8NGUJAXoM4OphC6ID4GVG-Lq-b5hlgsCZuE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1999a256-2053-415d-8e58-2a2baaae5c15
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a3e-jVqoup1zv/YRKM4p2s10glcRaEE"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 08 Feb 2026 19:00:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":180853,"job_number":"JOB_180853","tr_customer_id":180871,"tr_customer_product_id":180861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-08T18:59:53.000Z","modified_at":"2026-02-08T19:00:07.000Z","name":"Elsa Hackett","mobile_number":"691-513-3411","email_id":"Ron_Kihn@yahoo.com","dop":"2025-05-30","serial_number":"18452483002000","imei1":"18452483002000","imei2":"18452483002000","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-08T19:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":690069,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-08T18:59:53.000Z","created_at":"2026-02-08T18:59:53.000Z"},{"id":690070,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-08T18:59:53.000Z","created_at":"2026-02-08T18:59:53.000Z"},{"id":690075,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-02-08T19:00:01.000Z","created_at":"2026-02-08T19:00:01.000Z"},{"id":690076,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-02-08T19:00:03.000Z","created_at":"2026-02-08T19:00:03.000Z"},{"id":690077,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-02-08T19:00:05.000Z","created_at":"2026-02-08T19:00:05.000Z"},{"id":690078,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-02-08T19:00:07.000Z","created_at":"2026-02-08T19:00:07.000Z"},{"id":690079,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-02-08T19:00:07.000Z","created_at":"2026-02-08T19:00:07.000Z"}],"problems":[{"id":167191,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-08T18:59:53.000Z"},{"id":167194,"problem":"Poor battery life","remark":"Replaced the battery","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-02-08T19:00:03.000Z"}],"quatations":[]}}
Test Information
No Tests for this request